Installation
Install and download from our servers:Quick Start
1
Login with API key
Authenticate with your Cartesia API key.
To make an API key, go to play.cartesia.ai/keys and select your organization.
2
Clone an example agent
Clone an example agent from the Line repository.
3
Initialize your agent
Give your agent a name and link it to your organization.
4
Deploy your agent
Deploy your agent to make it available in the playground.
Features
Initialize a Project
Link any directory to a new or existing Cartesia agent:Chat with Your Agent
Test your agent’s text reasoning locally. Terminal 1. Run your text logic fastapi server:Commands
Authentication
To get an API key, go to play.cartesia.ai/keys, select your organization, and generate a new key.Voice Agents
Deploy your agent to Cartesia cloud.Managed Deployments
Versions of your agent running on Cartesia’s cloud. Each deployment rebuilds the environment, instantiates your project, and runs a health check. To see all of your deployments:Self-Hosted Agent Code
While Cartesia’s managed deployments are the simplest way to deploy low-latency voice agents, if you’d like to manage your own deployments of your agent code, you can pass us a URL for your agent to connect to during calls. Connect an existing agent to your self-hosted code:--agent-id to interactively select an existing agent or create a new one:
Environment Variables
Create, list, and remove environment variables for your agent. Set environment variables for your agent:.env file:
.env
Phone Numbers
List all phone numbers in your organization:To import Twilio or SIP trunk numbers, use the Playground or the Phone Numbers API. Once imported, all numbers can be managed with the CLI.