Skip to content
Back to Key0

Card snapshot

key0.ai · 2026-06-05 05:27:45 UTC · 11d069fcdc8d74fa1ced50362a99c73844cc5c63e322f1e1c8f396d9da8ea766

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.

{
  "name": "Key0",
  "description": "Key0 is a TypeScript SDK that lets API providers sell APIs, data, goods, or services to AI agents \u2014 with built-in USDC payments, zero proxying, and no architectural changes.",
  "protocolVersion": "0.3.0",
  "version": "0.1.0",
  "url": "https://key0.ai/a2a/jsonrpc",
  "provider": {
    "organization": "Key0",
    "url": "https://key0.ai"
  },
  "capabilities": {
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "get-key0-info",
      "name": "Get Key0 Info",
      "description": "Returns Key0 identity and description. What Key0 is and how it helps AI agents pay and access APIs.",
      "tags": [
        "identity",
        "info",
        "open-source"
      ],
      "examples": [
        "What is Key0?",
        "Tell me about Key0"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "contact-key0",
      "name": "Contact Key0",
      "description": "Returns Key0 contact information including email and community links (Discord).",
      "tags": [
        "contact",
        "support",
        "community"
      ],
      "examples": [
        "How do I contact Key0?",
        "Where is the Key0 community?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "get-key0-docs",
      "name": "Get Key0 Docs",
      "description": "Returns Key0 documentation links and resource URLs (docs, GitHub, website).",
      "tags": [
        "docs",
        "links",
        "resources"
      ],
      "examples": [
        "Where are the Key0 docs?",
        "Give me Key0 links"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://key0.ai/a2a/jsonrpc",
      "transport": "JSONRPC"
    },
    {
      "url": "https://key0.ai/a2a/rest",
      "transport": "HTTP+JSON"
    }
  ]
}