Projects
Create Project
Creates a project. No tenancy header is required: the project lands in the org and workspace of the caller’s root grant — for multi-org users that is deterministically the earliest grant on record. Billing is not caller-settable; the org default applies.
POST
Error
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Body
application/json
Previous
Update ProjectReplaces the project's name and description — the only two mutable
fields. This is a full set, not a patch: omitting `description`
clears it. Project ids outside the caller's reach respond `404`.
Next
Error