Koo Docs
View as Markdown

Project

An account-scoped grouping of environments.

Attributes

ProjectDto

An account-scoped grouping of environments.

idstringread-only
accountIdstringread-only
namestringrequired

The project’s IDENTITY: an immutable, account-unique, url-safe word (namespaces this project’s environments in the cloud).

serviceCountintegerread-only

Total active services across all of the project’s environments (shown on the project card).

createdAtstring <date-time>read-only
updatedAtstring <date-time>read-only
The Project object
json
{  "id": "proj_01example0000000000000000x",  "accountId": "acct_01example0000000000000000x",  "name": "my-app",  "serviceCount": 0,  "createdAt": "2026-01-01T00:00:00.000Z",  "updatedAt": "2026-01-01T00:00:00.000Z"}