Project
Create a project
Create a project and add the current user as its owner.
post/projects/
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Customer Support Bot",
"description": "Internal assistant for the support team."
}Response
Successful Response
Example response
{
"id": 1,
"tenant_id": 1,
"created_at": "2026-06-23T12:00:00Z",
"creator_user_id": 1,
"name": "Marketing Campaign",
"description": "Project for Q3 marketing assets"
}