Skip to content
Back to Attio

Card snapshot

attio.com · 2026-07-29 11:15:14 UTC · 90e6cc698beed1504086530f4c544fafb44dc7c3cd7a44e17d974005ceabc94d

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.

{
  "capabilities": {
    "pushNotifications": false,
    "streaming": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "description": "AI CRM. Connect via MCP server or REST API.",
  "documentationUrl": "https://docs.attio.com",
  "iconUrl": "https://attio.com/brand/v1/attio-logomark.svg",
  "name": "Attio",
  "provider": {
    "organization": "Attio",
    "url": "https://attio.com"
  },
  "security": [
    {
      "oauth2": []
    },
    {
      "apiKey": []
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "apiKeySecurityScheme": {
        "description": "API key via Bearer token",
        "location": "header",
        "name": "Authorization"
      }
    },
    "oauth2": {
      "oauth2SecurityScheme": {
        "description": "OAuth 2.0 authorization code flow",
        "flows": {
          "authorizationCode": {
            "authorizationUrl": "https://app.attio.com/authorize",
            "scopes": {},
            "tokenUrl": "https://app.attio.com/oauth/token"
          }
        }
      }
    }
  },
  "skills": [],
  "supportedInterfaces": [
    {
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "url": "https://mcp.attio.com/mcp"
    }
  ],
  "url": "https://attio.com",
  "version": "1.0.0"
}