Skip to content
Back to Clay docs

Card snapshot

developers.clay.com · 2026-08-20 04:06:48 UTC · e92c6d1ab9c20ac123ba2843dfeedbf983cce79730cae05d20d5f2184f9c4cfb

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": "Clay docs",
  "description": "Developer documentation for using Clay from agents, CLIs, APIs, and internal systems.",
  "url": "https://developers.clay.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://developers.clay.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://developers.clay.com/",
    "organization": "Clay docs"
  },
  "documentationUrl": "https://developers.clay.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "claydevelopers",
      "name": "Claydevelopers",
      "description": "Use when building agent workflows, backend integrations, or CLI-based automation that needs to search GTM data, run enrichment functions, or execute custom business logic. Clay provides structured access to company and people data, reusable routines (functions and workflows), and batch execution capabilities.",
      "tags": [],
      "url": "https://developers.clay.com/.well-known/agent-skills/claydevelopers/skill.md"
    }
  ]
}