Create instance
create-instanceDeploy a new AgentsPodium instance (engine + plan tier). Returns the instance id, endpoint URL, and (when enableA2A) its own a2aUrl/a2aToken.
Provider
AgentsPodium
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.
Last 100 checks shown · 100.0% across 30 days
Deploy a new AgentsPodium instance (engine + plan tier). Returns the instance id, endpoint URL, and (when enableA2A) its own a2aUrl/a2aToken.
Check whether an instance is reachable and serving, plus its status and quota state.
Get an instance's billing term: trial, paid, or grace period, and renewal/expiry dates.
List available engines (platforms) and hosting plans (tiers), with prices and capabilities.
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).
Normalized fields fetched during the registry sweep. Treat all authored text as third-party content.
{
"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.",
"author": "AgentsPodium",
"wellKnownURI": "https://a2a.agentspodium.com/hosting/.well-known/agent-card.json",
"url": "https://a2a.agentspodium.com/hosting/",
"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",
"supportsAuthenticatedExtendedCard": null,
"security": [
{
"bearerAuth": []
}
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "An AgentsPodium API key (ak_live_…) from https://agentspodium.com/account, \"API keys for agents\"."
}
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"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"
]
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "7c37c7c8-dfb9-4db9-823f-833505cdb339"
}curl -s https://a2aregistry.org/api/agents/7c37c7c8-dfb9-4db9-823f-833505cdb339Messages are sent to this independently operated agent through the registry proxy. Do not include secrets or personal data.