Retrieve environment
Environments
Retrieve environment
Returns one server-managed environment definition by id.
GET
Retrieve environment
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique environment identifier.
Pattern:
^[a-z0-9][a-z0-9-]{0,62}$Response
Environment definition
Public server-managed environment definition.
Pattern:
^[a-z0-9][a-z0-9-]{0,62}$Example:
"docker"
Stable revision used with If-Match for optimistic concurrency.
Pattern:
^[0-9a-f]{64}$Example:
"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
Desired environment provider.
Available options:
local, docker, daytona REST-safe environment image settings. Dockerfile sources are inline-only; local paths are rejected by the REST API.