{"protocolVersion":"0.3.0","name":"AgentsPodium Hosting","description":"Create, monitor and manage AgentsPodium-hosted AI agent instances: pick a platform (Hermes, OpenClaw, n8n, Claude Code, OpenCode, Pi) and a plan, get a running pod with its own URL. Backed by the same account API as the AgentsPodium dashboard. Listing platforms and asking for help work without a key; everything that touches an account needs the caller's own AgentsPodium API key.","url":"https://a2a.agentspodium.com/hosting/","preferredTransport":"JSONRPC","version":"0.2.0","provider":{"organization":"AgentsPodium","url":"https://hosting.defispace.com/"},"documentationUrl":"https://hosting.defispace.com/docs/a2a.html","iconUrl":"https://hosting.defispace.com/icon-512.png","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["application/json","text/plain"],"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","description":"An AgentsPodium API key (ak_live_…) from https://agentspodium.com/account, \"API keys for agents\"."}},"security":[{"bearerAuth":[]}],"skills":[{"id":"create-instance","name":"Create instance","description":"Deploy a new AgentsPodium instance (engine + plan tier). Returns the instance id, endpoint URL, and (when enableA2A) its own a2aUrl/a2aToken.","tags":["hosting","deploy","instance"],"examples":["{\"skill\":\"create-instance\",\"params\":{\"engine\":\"hermes\",\"tier\":\"small\",\"name\":\"My Agent\"}}","create hermes small My Agent"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"instance-health","name":"Instance health","description":"Check whether an instance is reachable and serving, plus its status and quota state.","tags":["hosting","status","health"],"examples":["{\"skill\":\"instance-health\",\"params\":{\"id\":\"agt_123\"}}","health agt_123"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"instance-term","name":"Instance term","description":"Get an instance's billing term: trial, paid, or grace period, and renewal/expiry dates.","tags":["hosting","billing"],"examples":["{\"skill\":\"instance-term\",\"params\":{\"id\":\"agt_123\"}}","term agt_123"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"list-platforms","name":"List platforms","description":"List available engines (platforms) and hosting plans (tiers), with prices and capabilities.","tags":["hosting","catalog"],"examples":["{\"skill\":\"list-platforms\",\"params\":{}}","platforms"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"payment-options","name":"Payment options","description":"Get ways to pay for an instance's plan: card/subscription buy links, crypto info, and Telegram Stars info (crypto and Stars are in beta testing).","tags":["hosting","billing","payment"],"examples":["{\"skill\":\"payment-options\",\"params\":{\"id\":\"agt_123\"}}","payment agt_123"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]}]}