Skip to main content
This page provides examples of common tasks with the Pipecat Cloud Python SDK.

Starting an Agent Session

This example shows how to start a session with various configurations:
The bot entry-point examples below import from pipecat.runner.types, which pipecatcloud treats as an optional dependency. Outside an agent image, install it with uv add "pipecatcloud[pipecat]".

Building a Bot Entry Point with Daily Arguments

Building a Bot Entry Point with WebSocket Arguments