Skip to main content
POST
Create Project Endpoint
org_id is optional when the token has exactly one clear organization. Pass it explicitly in automation.

Authorizations

Authorization
string
header
required

Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.

Body

application/json
name
string
required

Project name (1-100 characters).

Required string length: 1 - 100
org_id
string | null

Organization to create the project in. Inferred from your auth when omitted.

Response

The created project row.

created_at
string
required

When the project was created.

id
string
required

Project ID.

name
string
required

Project name.

org_id
string
required

Organization the project belongs to.