Deployments are instances of your agent running on Cartesia’s servers.Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.

State
Only deployments in theready state can handle inbound or outbound calls. At any time, only one deployment is active.
Deployments that fail health checks will not receive traffic.
Creating a deployment
Usecartesia deploy or push to a linked GitHub repository to create a deployment.
Cartesia servers:
- Build the virtual environment
- Load
main.pyand instantiate a FastAPI app - Run a health check
- Set the deployment to
readyand start receiving traffic
Line supports Python 3.9–3.13 (specify in
pyproject.toml). FastAPI servers only; more frameworks coming soon.