AgentsPodium Hosting
agentspodium.com
· 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.
agentspodium.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 61/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-20 13:28:00 current | 1becbbd61239… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agentspodium.com/.well-known/agent-card.json |
| Provider | https://hosting.defispace.com/ |
| Docs | https://hosting.defispace.com/docs/a2a.html |
Skills · 5 declared · mapped to canonical taxonomy
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).
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentspodium.com) [](https://agenstry.com/agents/agentspodium.com) [](https://agenstry.com/agents/agentspodium.com) [](https://agenstry.com/agents/agentspodium.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}