← Back to overview

Projects

Projects are containers that organize agents, journeys, and experiments. Every agent must belong to a project.

Paste your API key to use the Try it panels below. Don't have one? Create an account.

POST /api/v1/projects Create a new project
ParameterTypeInRequiredDescription
namestringbodyYesProject name
descriptionstringbodyNoProject description
cURL
Response
GET /api/v1/projects List projects
ParameterTypeInRequiredDescription
limitintegerqueryNoNumber of results to return (default: 20)
cursoruuidqueryNoCursor for pagination
cURL
Response
GET /api/v1/projects/{id} Get project by ID
ParameterTypeInRequiredDescription
iduuidpathYesProject ID
cURL
Response
DELETE /api/v1/projects/{id} Delete a project
ParameterTypeInRequiredDescription
iduuidpathYesProject ID
cURL
Response