Skip to main content
POST
/
v1
/
workspaces
Create a Workspace
curl --request POST \
  --url https://api.auriko.ai/v1/workspaces \
  --header 'Authorization: Bearer <token>'
Creates a new workspace. The authenticated user becomes the owner.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Team management.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.