Skip to content
Back to AgentsPodium Hosting

Card snapshot

mcp.agentspodium.com · 2026-09-20 13:35:56 UTC · 1becbbd61239285b98eac592beeb61fe16769a2ab97af32956f646b47bfd8883

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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_\u2026) 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"
      ]
    }
  ]
}