Get Environment
Returns a single environment. Pass the literal string global for the org’s singleton Global environment (auto-created on first access — no need to look up its UUID first).
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Path Parameters
Environment UUID, or the literal string global for the org's Global environment.
"global"
Response
Successful response
An environment — the config bundle workspaces are created from. Holds an optional repository binding plus the runtime variables, files, skills, MCPs, and warm hook applied to every workspace built from it. Every organization has a singleton Global environment (is_global: true) whose values are layered onto every other environment.