# AgentsPodium MCP Gateway

Machine Control Protocol (Streamable HTTP) endpoint for driving AgentsPodium
hosting programmatically. Backed by the same account API as the dashboard.

Endpoint: POST https://mcp.agentspodium.com/mcp

## Auth

Every call must carry your AgentsPodium API key:

  Authorization: Bearer ak_live_...

Create one at https://agentspodium.com/account ("API keys for agents").
Docs: https://hosting.defispace.com/docs/auth

## Tools

- list_platforms
- list_instances
- create_instance
- get_instance_health
- get_instance_term
- set_llm_key
- pause_instance
- resume_instance
- rebuild_instance
- delete_instance
- get_payment_options
- set_peers

Also exposed: resource `agentspodium://docs` (the hosting docs, as text).

## Links

- Account: https://agentspodium.com/account
- Docs: https://hosting.defispace.com/llms.txt
- A2A gateway: https://a2a.agentspodium.com/
