Skip to main content
The Pipecat Cloud Python SDK provides a programmatic interface for managing and interacting with your agents. It allows you to start and manage agent sessions, handle different session types, and respond to various error conditions.

Installation

Install the SDK using uv:

Key Components

The SDK contains several main components:

Quick Start

Here’s a simple example to get started:
For more detailed examples and use cases, see the Examples section.