Skip to main content
POST
Requires scope: api:manage-projects Never copies patients, logs, patient state, or view results. Requires an org-wide key.

Parameters

str
required
Source project id or slug (any status).
str
required
Display name for the new project; unique per organization.
str | None
The id for the new project, sent as X-Olira-Project when selecting it. Pass a distinct one to avoid colliding with the source’s derived slug.
str | None
Optional free-text description.
str | None
Optional intent tag: “dev”, “staging”, or “prod”.

Returns

Project — The newly created project.
str
Olira project id.
str
Display name.
str
URL-friendly handle.
str | None
Optional description.
str | None
Intent tag (“dev” / “staging” / “prod”).
str
“active” or “deprecated”.
bool
Always False for a duplicate.
str | None
ISO 8601 creation timestamp.
str | None
Always None for a fresh duplicate.

Raises