# developer-ai.txt Specification (ADF-009) # https://www.ai-visibility.org.uk/specifications/developer-ai-txt/ # Technical Context - DefiSpace Hosting Lang: en Website: https://hosting.defispace.com Last Updated: 2026-09-09 ## Overview DefiSpace Hosting is the developer- and agent-facing side of AgentsPodium. Properties: - Documentation (https://hosting.defispace.com): every page under /docs also as Markdown (add .md or send Accept: text/markdown). - HTTP API (https://agentspodium.com/api): JSON in and out; OpenAPI 3.1 at https://hosting.defispace.com/openapi.json. - MCP server (https://mcp.agentspodium.com/mcp): Streamable HTTP, 13 tools; config schema at /.well-known/mcp-config. - A2A agent (https://a2a.agentspodium.com/hosting/): JSON-RPC message/send; card at /.well-known/agent-card.json. - Skills (https://hosting.defispace.com/skills/): SKILL.md files for agent frameworks; index at /.well-known/agent-skills/index.json. ## Public Areas - This site: fully public. - https://agentspodium.com/api/engines, /tiers, /personas, /a2a-catalog, /subscriptions/providers: public, no key. - Everything else under https://agentspodium.com/api: requires authentication. - MCP: initialize, tools/list, prompts/list and list_platforms work without a key; the rest needs one. A2A: the help text and list-platforms work without a key. ## API Information Status: available Base URL: https://agentspodium.com/api. Rate limits and pod resources: https://hosting.defispace.com/docs/limits.html. Error shapes: https://hosting.defispace.com/docs/errors.html. ## Authentication - API key: created once in the account at https://agentspodium.com/account ("API keys for agents"); Authorization: Bearer ak_live_… (the MCP and A2A gateways also accept an x-api-key header or an apiKey query parameter). - E-mail code: POST https://agentspodium.com/api/auth/request then https://agentspodium.com/api/auth/verify gives a session token for the same endpoints. ## Documentation - [Quickstart: seven calls to a running pod](https://hosting.defispace.com/docs/quickstart.html) - [Authentication: API keys and e-mail codes](https://hosting.defispace.com/docs/auth.html) - [Instances: create, read, change, data](https://hosting.defispace.com/docs/instances.html) - [Payment: card, USDT/USDC, Telegram Stars](https://hosting.defispace.com/docs/payment.html) - [Health: liveness, resources, status](https://hosting.defispace.com/docs/health.html) - [Webhooks: events pushed to your URL](https://hosting.defispace.com/docs/webhooks.html) - [Expiry: trial, grace, paid till](https://hosting.defispace.com/docs/expiry.html) - [Agent-to-agent: endpoint, token, card, peers](https://hosting.defispace.com/docs/a2a.html) - [Integrations: MCP, skills, messengers, n8n, own domain](https://hosting.defispace.com/docs/integrations.html) - [MCP server: hosting as tools at mcp.agentspodium.com](https://hosting.defispace.com/docs/mcp.html) - [Platforms: engines and what each supports](https://hosting.defispace.com/docs/platforms.html) - [Limits and rates](https://hosting.defispace.com/docs/limits.html) - [Errors and traps](https://hosting.defispace.com/docs/errors.html) - [llms.txt](https://hosting.defispace.com/llms.txt) - [OpenAPI](https://hosting.defispace.com/openapi.json) ## Technical Contact - Radiance Team: https://radianceteam.com