{
  "name": "Climatico",
  "description": "Climate action desk. Discover, mint a scoped bearer, complete a write. Fleet: ingest → audit → settle with durable handoffs.",
  "version": "0.1.0",
  "url": "https://climatico.dalrae-jin-work.workers.dev",
  "mcp": "https://climatico.dalrae-jin-work.workers.dev/mcp",
  "a2a": "https://climatico.dalrae-jin-work.workers.dev/a2a",
  "agentCard": "https://climatico.dalrae-jin-work.workers.dev/.well-known/agent-card.json",
  "credentials": "https://climatico.dalrae-jin-work.workers.dev/v1/credentials",
  "auth": {
    "type": "http",
    "scheme": "bearer",
    "mint": "https://climatico.dalrae-jin-work.workers.dev/v1/credentials",
    "scopes_freeze_at_mint": true,
    "scopes": [
      "climatico:read",
      "climatico:transact",
      "climatico:admin"
    ]
  },
  "payments": {
    "kind": "machine_ledger",
    "note": "Offsets settle on the Durable Object ledger.",
    "endpoint": "https://climatico.dalrae-jin-work.workers.dev/v1/actions"
  },
  "tools": [
    "discover_climatico",
    "complete_action",
    "run_fleet",
    "get_insights",
    "get_receipt",
    "list_receipts",
    "list_handoffs",
    "whoami",
    "get_policy"
  ]
}