Skip to content
Back to Pipecat

Card snapshot

docs.pipecat.ai · 2026-08-04 13:59:47 UTC · a4964bc8ff0cb75e051015ed2318adbaa7108fb12b3cd640f98dd3f97cec93b9

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": "Pipecat",
  "url": "https://docs.pipecat.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.pipecat.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.pipecat.ai/",
    "organization": "Pipecat"
  },
  "documentationUrl": "https://docs.pipecat.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "pipecat",
      "name": "Pipecat",
      "description": "Use when building voice and multimodal AI agents, creating real-time conversational bots, integrating with telephony systems, or deploying voice applications to production. Agents should reach for this skill when working with speech-to-text, LLM inference, text-to-speech, pipeline orchestration, multi-agent coordination, or deployment to Pipecat Cloud.",
      "tags": [],
      "url": "https://docs.pipecat.ai/.well-known/agent-skills/pipecat/skill.md"
    }
  ]
}