Card snapshot
agentgates.ai
·
2026-08-26 07:12:08 UTC
·
a845f94731395e14413fa117f43abc97ca34281c05cb9891c656a95b4af97b5c
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": "agentgates",
"displayName": "Agentgates",
"version": "1.0.0",
"description": "Compute and inference for AI agents: a confidential VM (Intel TDX) by the hour and open models by the request, both quoting a real price over HTTP and taking USDC via x402. No signup and no API key needed \u2014 the paying wallet is the account. Native interfaces are plain HTTP (x402) and MCP; an A2A JSON-RPC endpoint is not served yet.",
"url": "https://agentgates.ai",
"provider": {
"organization": "Agentgates",
"url": "https://agentgates.ai"
},
"documentationUrl": "https://agentgates.ai/llms.txt",
"supportedInterfaces": [
{
"url": "https://agentgates.ai/mcp",
"transport": "MCP",
"protocol": "MCP",
"description": "MCP over Streamable HTTP (OAuth)"
},
{
"url": "https://agentgates.ai/api",
"transport": "HTTP+JSON",
"protocol": "HTTP+JSON",
"description": "REST with x402 USDC payment"
}
],
"additionalInterfaces": [
{
"url": "https://agentgates.ai/mcp",
"transport": "MCP"
},
{
"url": "https://agentgates.ai/api",
"transport": "HTTP+JSON"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "compute-buy",
"name": "Buy confidential compute",
"description": "Buy a dedicated confidential VM (Intel TDX) by the hour with USDC over x402 and run a Docker workload on it. Contract and live prices: https://agentgates.ai/api/compute/docs",
"tags": [
"compute",
"x402",
"usdc",
"tee",
"docker"
],
"examples": [
"Rent a confidential VM for 24 hours and run this docker-compose file."
]
},
{
"id": "inference-ask",
"name": "Pay-per-request inference",
"description": "Ask open models running on attested GPUs, one request one payment, price known before a token is generated. Models and live prices: https://agentgates.ai/api/inference/docs",
"tags": [
"inference",
"llm",
"x402",
"usdc",
"tee"
],
"examples": [
"Answer this prompt on an open model and pay per request in USDC."
]
},
{
"id": "wallet-mcp",
"name": "Agentgates wallet over MCP",
"description": "Pair an Agentgates wallet via OAuth and act under owner-approved grants: read balances, propose sends, swaps and earn moves. Endpoint: https://agentgates.ai/mcp",
"tags": [
"wallet",
"mcp",
"oauth"
],
"examples": [
"Pair my Agentgates wallet and read its balances."
]
}
]
}