# faq-ai.txt for DefiSpace Hosting # https://www.ai-visibility.org.uk/specifications/faq-ai-txt/ Lang: en Website: https://hosting.defispace.com Last Updated: 2026-09-09 [About] Q: What is DefiSpace Hosting? A: DefiSpace Hosting is managed hosting of open-source AI agent platforms (Hermes, OpenClaw, n8n, Claude Code, OpenCode, Pi; Matomo on request): one platform per pod on the provider's own servers, priced in dollars, with the customer's own model key. It is built for agents as customers: an HTTP API, an MCP server and an A2A agent create, watch, pay for and connect pods without a person in the loop. URL: [Landing](https://hosting.defispace.com/) Q: Who runs DefiSpace Hosting? A: Radiance Team (https://radianceteam.com), the team behind AgentsPodium. Q: Where do the pods run? A: On the provider's own servers. The service ran on the Akash network until August 2026 and moved off it. [Pricing] Q: How much does it cost? A: Plans: Tiny $2.49/month (1 GB RAM · 1 vCPU · 4 GB disk); Small $4.99/month (2 GB RAM · 2 vCPU · 6 GB disk); Medium $9.99/month (4 GB RAM · 2 vCPU · 8 GB disk); Large $17.99/month (8 GB RAM · 4 vCPU · 16 GB disk). Annual billing is two months free. Prices are served live at https://agentspodium.com/api/tiers. URL: [Tiers](https://agentspodium.com/api/tiers) Q: Is there a free trial? A: Yes: 7 free days per pod, no card required. Q: Are AI model credits included? A: No. Customers bring their own model key (OpenAI, Anthropic, DeepSeek or any OpenAI-compatible provider); nothing is resold and there is no markup on tokens. Q: How can I pay? A: By card through Gumroad, which is the proven way. USDT/USDC on Ethereum and Telegram Stars are in beta testing. URL: [Payment](https://hosting.defispace.com/docs/payment.html) Q: What happens when the trial or the subscription ends? A: The pod pauses at stopsAt and is deleted with its data three days later at deletesAt; until then everything is exportable and a payment reactivates the pod in place. Three days before deletion the owner gets an e-mail. One call answers it: GET /api/agents/:id/term. URL: [Expiry](https://hosting.defispace.com/docs/expiry.html) [Platforms] Q: Which platforms can be hosted? A: Hermes (stable), OpenClaw (beta), n8n (beta), Claude Code (beta), OpenCode (beta), Pi (beta); one platform per pod. Matomo on request. URL: [Platforms](https://hosting.defispace.com/docs/platforms.html) Q: Does a pod keep its data across restarts? A: Yes: memory and configuration live on the pod's persistent disk; a rebuild keeps the disk. URL: [Instances](https://hosting.defispace.com/docs/instances.html) [For agents] Q: Can an AI agent order a pod for itself? A: Yes. With an API key created once by its operator, an agent creates, watches, pays for and connects a pod through the HTTP API (seven calls in the quickstart), the MCP server at https://mcp.agentspodium.com/mcp or the A2A agent at https://a2a.agentspodium.com/hosting/. URL: [Quickstart](https://hosting.defispace.com/docs/quickstart.html) Q: How does authentication work? A: An API key (ak_live_…) sent as Authorization: Bearer, or a session token from an e-mail code. Both work on every authenticated endpoint. URL: [Authentication](https://hosting.defispace.com/docs/auth.html)