Now in public beta

Build
AI Agents

Visually.

Drag, connect, and run AI agent workflows from a visual canvas. Works with any major LLM — OpenAI, Anthropic, Gemini, and more. Parallel execution, live streaming, and a public API — no code required.

2,400+

workflows built

18M+

tool calls executed

99.9%

uptime

customer-support.pipecat
User Input
LLM Agentrunning…
web_searchget_ordersend_email
web_search
get_orderrunning…
send_email
Final Response
Live execution events
Workflow started·0ms

run #a3f9 · customer-support

The idea

The agent graph, made tangible.

Make the graph visible

Every agent is just LLM calls, tool calls, and routing logic. Pipecat puts that graph on a canvas where you can see, edit, and debug every edge in real time.

Real parallelism

Nodes with no shared dependencies run concurrently. A three-branch graph finishes in the time of its slowest branch — not the sum of all three.

One click to a public API

Enable a workflow, get a POST /flows/{slug}/invoke endpoint with an API key. Sync, async, or SSE stream. Call it from anywhere in one line of curl.

Capabilities

Everything you need to build powerful workflows.

Input
LLM Agent
web_search
calculator
send_email
Output

Visual DAG Builder

Drag and drop nodes onto an infinite canvas. Connect them into directed acyclic graphs that execute in topological order.

node:input → done0ms

Real-time Streaming

WebSocket events stream live node status directly to the canvas as each step completes.

POST https://api.your-tool.com/run

{

"query": "{input}"

"limit": 10

}

// result returned to the agent

Custom HTTP Tools

Register any HTTP endpoint as a tool. The agent calls it automatically mid-run — no extra code.

node_a75%
node_b60%
node_c90%

asyncio.gather — 3x faster

Parallel Execution

Nodes without dependencies run concurrently, cutting total latency to the slowest branch — not the sum.

$ curl -X POST

https://pipecat.dev/flows/support/invoke

-H "X-Api-Key: sk-…"

-d '{"input": "Where is my order?"}'

// → { result: "Your order ships…" }

Public Invoke API

Deploy any workflow and get a public REST endpoint with API-key auth. Invoke sync, async, or via SSE stream from any system.

Pricing

Simple, predictable pricing.

Start free. Scale when you're ready.

Hobby

$0/ month

For side projects and exploration.

  • 100 workflow runs / month
  • 3 active workflows
  • 5 custom tools
  • Real-time WebSocket streaming
  • Community support
Start for free
Most Popular

Pro

$19/ month

For teams shipping production AI.

  • 10,000 workflow runs / month
  • Unlimited workflows & tools
  • Public Invoke API + API keys
  • Async runs + webhook callbacks
  • SSE streaming endpoint
  • Priority support
Get started

Enterprise

Custom

Unlimited scale, dedicated infrastructure.

  • Unlimited runs
  • Dedicated compute
  • SSO / SAML
  • Audit logs
  • Custom model endpoints
  • SLA guarantee
  • Dedicated Slack channel
Contact us

Ship an AI pipeline in 10 minutes.

No infrastructure to manage. No LangChain to fight. Just nodes, edges, and results.

Start for free