Koo Docs
View as Markdown

Environment

A deployment target inside a project; its services + domains are fetched separately.

Attributes

EnvironmentDto

A deployment target inside a project; its services + domains are fetched separately.

idstringread-only

Unique identifier of the environment.

accountIdstringread-only

Id of the account that owns the environment.

projectIdstringread-only

Id of the project this environment belongs to.

namestringrequired

The environment’s IDENTITY: an immutable, project-unique, url-safe word picked at create (e.g. production, staging). There is no separate display name.

createdAtstring <date-time>read-only

Read-only: when the environment was created.

The Environment object
json
{  "id": "env_01example0000000000000000x",  "accountId": "acct_01example0000000000000000x",  "projectId": "project_01example0000000000000000x",  "name": "my-app",  "createdAt": "2026-01-01T00:00:00.000Z"}