Skip to content
Back to Fathom API

Card snapshot

developers.fathom.ai · 2026-08-06 08:38:52 UTC · 09053b109e652b07bf8e3ff58d87488291eec3e6e113f71bb3b197c76af01875

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": "Fathom API",
  "url": "https://developers.fathom.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://developers.fathom.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://developers.fathom.ai/",
    "organization": "Fathom API"
  },
  "documentationUrl": "https://developers.fathom.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "fathom",
      "name": "Fathom",
      "description": "Use when building integrations with Fathom's meeting data API, setting up webhooks for real-time meeting notifications, authenticating with API keys or OAuth, querying meetings with filters, retrieving transcripts and summaries, or connecting meeting data to AI assistants via MCP.",
      "tags": [],
      "url": "https://developers.fathom.ai/.well-known/agent-skills/fathom/skill.md"
    }
  ]
}