Pipecat

Pipecat is an open-source Python framework (created by Daily) for building realtime voice and multimodal AI agents. It orchestrates pipelines of frames through pluggable services (STT, LLM, TTS, vision) and transports (Daily WebRTC, WebSocket, SmallWebRTC, telephony). Pipecat Cloud adds a hosted platform with a REST control API for deploying agents and starting/stopping agent sessions at scale.

Pipecat publishes 5 APIs on the APIs.io network, including Agents API, Builds API, Organization API, and 2 more. Tagged areas include AI, Voice, Multimodal, Agents, and Realtime.

Pipecat’s developer surface includes authentication, documentation, and 8 more developer resources.

33.9/100 thin ▼ -5.1 Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
7 APIs
AIVoiceMultimodalAgentsRealtimeFramework

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 33.9/100 · thin
Contract Quality 12.9 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/pipecat-ai: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Pipecat Framework (Python SDK)

Open-source (BSD 2-Clause) Python framework whose interface is the pipecat-ai library, not a REST API. Applications wire FrameProcessors into a Pipeline, where Frames carry audi...

Transports (WebRTC/WebSocket)

Realtime media transport layer of the framework. Bidirectional audio, video, and data flow over Daily WebRTC, SmallWebRTC, LiveKit, FastAPI WebSocket server, and telephony seria...

Pipecat Agents API

Create, list, update, and delete deployed agents and inspect logs and sessions.

Pipecat Builds API

Build container images for agent deployments.

Pipecat Organization API

Organization properties and available regions.

Pipecat Secrets API

Manage secret sets and individual secrets used by agents.

Pipecat Sessions API

Start, stop, and proxy requests to running agent sessions.

Scroll for all 7

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pipecat Cloud API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Pipecat Ai Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Pipecat Ai Authentication

http · 1 scheme

SECURITY

Pipecat Ai Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Pipecat Ai Agentic Access

24 operations · 11 acting · 1 human-in-the-loop

24 operations · 11 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: pipecat-ai
url: https://raw.githubusercontent.com/api-evangelist/pipecat-ai/refs/heads/main/apis.yml
name: Pipecat
kind: company
description: Pipecat is an open-source Python framework (created by Daily) for building realtime voice and multimodal AI agents.
  It orchestrates pipelines of frames through pluggable services (STT, LLM, TTS, vision) and transports (Daily WebRTC, WebSocket,
  SmallWebRTC, telephony). Pipecat Cloud adds a hosted platform with a REST control API for deploying agents and starting/stopping
  agent sessions at scale.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/pipecat-ai.png
tags:
- AI
- Voice
- Multimodal
- Agents
- Realtime
- Framework
created: '2026-06-21'
modified: '2026-06-21'
specificationVersion: '0.19'
apis:
- aid: pipecat-ai:pipecat-framework-python-sdk
  name: Pipecat Framework (Python SDK)
  tags:
  - Framework
  - Python
  - SDK
  - Pipelines
  - Frames
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: ''
  properties:
  - url: https://docs.pipecat.ai/overview/introduction
    type: Documentation
  - url: https://docs.pipecat.ai/server/introduction
    type: APIReference
  - url: https://github.com/pipecat-ai/pipecat
    type: GitHub
  description: Open-source (BSD 2-Clause) Python framework whose interface is the pipecat-ai library, not a REST API. Applications
    wire FrameProcessors into a Pipeline, where Frames carry audio, text, images, and control signals between pluggable AI
    Services (STT, LLM, TTS, vision) and client Transports.
- aid: pipecat-ai:transports-webrtc-websocket
  name: Transports (WebRTC/WebSocket)
  tags:
  - Transports
  - WebRTC
  - WebSocket
  - Telephony
  - Realtime
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.pipecat.ai/server/services/supported-services
  baseURL: ''
  properties:
  - url: https://docs.pipecat.ai/server/services/supported-services
    type: Documentation
  - url: https://github.com/pipecat-ai/pipecat
    type: GitHub
  description: Realtime media transport layer of the framework. Bidirectional audio, video, and data flow over Daily WebRTC,
    SmallWebRTC, LiveKit, FastAPI WebSocket server, and telephony serializers (Twilio, Telnyx, Plivo, Exotel). These are SDK
    transport classes, not a hosted public REST/WebSocket control API.
- aid: pipecat-ai:pipecat-ai-agents-api
  name: Pipecat Agents API
  description: Create, list, update, and delete deployed agents and inspect logs and sessions.
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: https://api.pipecat.daily.co/v1
  tags:
  - Agents
  properties:
  - type: OpenAPI
    url: openapi/pipecat-ai-agents-api-openapi.yml
  - type: Documentation
    url: https://docs.pipecat.ai/overview/cloud
  - type: APIReference
    url: https://docs.pipecat.ai/api-reference/pipecat-cloud/rest-reference
- aid: pipecat-ai:pipecat-ai-builds-api
  name: Pipecat Builds API
  description: Build container images for agent deployments.
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: https://api.pipecat.daily.co/v1
  tags:
  - Builds
  properties:
  - type: OpenAPI
    url: openapi/pipecat-ai-builds-api-openapi.yml
  - type: Documentation
    url: https://docs.pipecat.ai/overview/cloud
  - type: APIReference
    url: https://docs.pipecat.ai/api-reference/pipecat-cloud/rest-reference
- aid: pipecat-ai:pipecat-ai-organization-api
  name: Pipecat Organization API
  description: Organization properties and available regions.
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: https://api.pipecat.daily.co/v1
  tags:
  - Organization
  properties:
  - type: OpenAPI
    url: openapi/pipecat-ai-organization-api-openapi.yml
  - type: Documentation
    url: https://docs.pipecat.ai/overview/cloud
  - type: APIReference
    url: https://docs.pipecat.ai/api-reference/pipecat-cloud/rest-reference
- aid: pipecat-ai:pipecat-ai-secrets-api
  name: Pipecat Secrets API
  description: Manage secret sets and individual secrets used by agents.
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: https://api.pipecat.daily.co/v1
  tags:
  - Secrets
  properties:
  - type: OpenAPI
    url: openapi/pipecat-ai-secrets-api-openapi.yml
  - type: Documentation
    url: https://docs.pipecat.ai/overview/cloud
  - type: APIReference
    url: https://docs.pipecat.ai/api-reference/pipecat-cloud/rest-reference
- aid: pipecat-ai:pipecat-ai-sessions-api
  name: Pipecat Sessions API
  description: Start, stop, and proxy requests to running agent sessions.
  humanURL: https://docs.pipecat.ai/overview/introduction
  baseURL: https://api.pipecat.daily.co/v1
  tags:
  - Sessions
  properties:
  - type: OpenAPI
    url: openapi/pipecat-ai-sessions-api-openapi.yml
  - type: Documentation
    url: https://docs.pipecat.ai/overview/cloud
  - type: APIReference
    url: https://docs.pipecat.ai/api-reference/pipecat-cloud/rest-reference
common:
- type: AgenticAccess
  url: agentic-access/pipecat-ai-agentic-access.yml
- type: DomainSecurity
  url: security/pipecat-ai-domain-security.yml
- type: Authentication
  url: authentication/pipecat-ai-authentication.yml
- type: GitHubOrganization
  url: https://github.com/pipecat-ai
- type: LinkedIn
  url: https://www.linkedin.com/company/daily-co
- type: Website
  url: https://www.pipecat.ai
- type: Documentation
  url: https://docs.pipecat.ai
- type: Plans
  url: plans/pipecat-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/pipecat-ai-rate-limits.yml
- type: FinOps
  url: finops/pipecat-ai-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com