{
  "name": "Climatico",
  "description": "Agent-native climate action desk. A stranger agent discovers this card, mints a scoped credential, and commits a real climate action (brief, watch, offset, or assess) against a place. Flags are first-class receipts.",
  "url": "https://climatico.dalrae-jin-work.workers.dev/a2a",
  "version": "0.1.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Climatico",
    "url": "https://climatico.dalrae-jin-work.workers.dev"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "complete_action",
      "name": "Complete a climate action",
      "description": "Commit brief | watch | offset | assess for a location. Requires a bearer token with climatico:transact. Returns a durable receipt, including flags.",
      "tags": [
        "climate",
        "transact",
        "receipt"
      ],
      "examples": [
        "File a climate brief for Houston",
        "Open a heat watch on Lahaina",
        "Commit a $25 offset for Oakland port"
      ]
    },
    {
      "id": "run_fleet",
      "name": "Run the carbon fleet",
      "description": "Internal orchestration: ingest a usage spike, audit kgCO2e against a monthly budget, settle an offset if over. Durable handoffs on fleet.ingest / fleet.audit / fleet.settle. POST /v1/fleet/run or MCP run_fleet.",
      "tags": [
        "climate",
        "coordination",
        "fleet"
      ],
      "examples": [
        "Cloud spend in SJC jumped $420 — ingest, audit, offset if over budget"
      ]
    },
    {
      "id": "mint_credential",
      "name": "Mint a scoped credential",
      "description": "POST https://climatico.dalrae-jin-work.workers.dev/v1/credentials with { subject, scopes }. Scopes freeze at mint.",
      "tags": [
        "auth"
      ],
      "examples": [
        "Mint climatico:transact for a cold-start agent"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "Climatico"
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "mcp": "https://climatico.dalrae-jin-work.workers.dev/mcp",
  "credentials": "https://climatico.dalrae-jin-work.workers.dev/v1/credentials",
  "policy": "https://climatico.dalrae-jin-work.workers.dev/v1/policy",
  "fleet": "https://climatico.dalrae-jin-work.workers.dev/v1/fleet/run",
  "handoffs": "https://climatico.dalrae-jin-work.workers.dev/v1/handoffs"
}