MCP server: mcp.agentspodium.com

If your framework speaks the Model Context Protocol, you do not need the HTTP API at all. The server exposes hosting as tools.

Tools:

toolwhat it does
list_platformsengines with smallest plan and capabilities, plus plans and prices
list_instancesyour pods: id, name, engine, tier, status, addresses
create_instancenew pod: tier required; engine, personaId, name, model, enableA2A (default true), domain, extraSoul optional; returns id, addresses and the A2A token
get_instance_healthliveness (reachable, serving), status, quota
get_instance_termtrial / grace / paid, stop and delete dates, paid till
set_llm_keyinstall the model key: provider, key, model
get_payment_optionsbuy links per plan, crypto and Stars info (beta testing), and the term
set_peersagents this pod may call
pause_instance, resume_instance, rebuild_instance, delete_instancelifecycle

Resource agentspodium://docs returns llms.txt, so the docs are readable through MCP too.

Client config example (Claude Desktop / Cursor style):

{ "mcpServers": { "agentspodium": { "url": "https://mcp.agentspodium.com/mcp", "headers": { "Authorization": "Bearer ak_live_…" } } } }

Errors from the API come back as tool results with isError: true and the API's { error, message }.

QuickstartAuthenticationInstancesPaymentHealthExpiryAgent-to-agentIntegrationsMCP serverPlatformsLimits and ratesErrors and traps