Skip to content
Back to Celo Docs

Card snapshot

docs.celo.org · 2026-06-19 12:27:57 UTC · 92b97d5be0e57c09ef5302e360f97444d3f77cd95f1f311f8f7e4e5b49a4ee58

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": "Celo Docs",
  "description": "Learn to develop on the Ethereum L2 built for the real world. Access guides, APIs, and tools for fast, affordable blockchain applications",
  "url": "https://docs.celo.org/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.celo.org/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.celo.org/",
    "organization": "Celo Docs"
  },
  "documentationUrl": "https://docs.celo.org/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "celo",
      "name": "Celo",
      "description": "Use when building dApps on Celo, deploying smart contracts, integrating wallets, implementing fee abstraction, querying blockchain data, or setting up development environments. Reach for this skill when working with Celo's L2 blockchain, configuring RPC endpoints, managing transactions, or integrating with MiniPay, Valora, or other Celo wallets.",
      "tags": [],
      "url": "https://docs.celo.org/.well-known/agent-skills/celo/skill.md"
    }
  ]
}