Skip to content
Back to Pipecat

Card snapshot

docs.pipecat.ai · 2026-08-08 23:49:39 UTC · c6ca7f4c21767130ffbd3eec4e79fc04a3716d78f734d6edee415ae52dcac322

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",
  "description": "Documentation for Pipecat, the open source ecosystem for building real-time voice and multimodal AI agents: the Python framework, client SDKs, Pipecat Flows, and Pipecat Cloud hosting.",
  "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 AI agents, multimodal applications, phone bots, or real-time conversational systems. Reach for Pipecat when you need to orchestrate speech-to-text, LLMs, text-to-speech, and media transports with ultra-low latency, or when building multi-agent systems that coordinate over a shared bus.",
      "tags": [],
      "url": "https://docs.pipecat.ai/.well-known/agent-skills/pipecat/skill.md"
    }
  ]
}