{
  "name": "Clara API Catalog",
  "description": "Machine-readable discovery catalog for Clara REST API, MCP, and agent-oriented documentation.",
  "provider": {
    "name": "Clara",
    "url": "https://www.clara.com"
  },
  "documentation": {
    "home": "https://developers.clara.team/",
    "agentInstructions": "https://developers.clara.team/agent-instructions",
    "llms": "https://developers.clara.team/llms.txt",
    "llmsApi": "https://developers.clara.team/llms-api.txt",
    "llmsGuides": "https://developers.clara.team/llms-guides.txt"
  },
  "apis": [
    {
      "id": "clara-rest-v3",
      "name": "Clara REST API v3",
      "status": "current",
      "description": "Corporate card and spend management API for cards, transactions, users, invoices, documents, reimbursements, billing statements, and Brazil digital-account workflows.",
      "openapi": "https://developers.clara.team/openapi.json",
      "openapiAlias": "https://developers.clara.team/api-docs-v3.json",
      "authentication": "mTLS plus OAuth 2.0 Bearer token",
      "baseUrls": [
        {
          "market": "Mexico",
          "url": "https://public-api.mx.clara.com"
        },
        {
          "market": "Brazil",
          "url": "https://public-api.br.clara.com"
        },
        {
          "market": "Colombia",
          "url": "https://public-api.co.clara.com"
        }
      ],
      "guides": [
        "https://developers.clara.team/authentication",
        "https://developers.clara.team/sandbox",
        "https://developers.clara.team/error-handling",
        "https://developers.clara.team/api-versioning"
      ]
    }
  ],
  "mcp": {
    "serverCard": "https://developers.clara.team/.well-known/mcp/server-card.json",
    "docs": "https://developers.clara.team/mcp/introduction",
    "quickstart": "https://developers.clara.team/mcp/quickstart"
  }
}
