Top-level fields
| Field | Type | Notes |
|---|---|---|
version | 1 | Configuration version |
name | string | Project identifier |
runtime | pi | Current hosted runtime |
image | object | Managed image configuration |
agent | object | Agent identity and active state |
runtimeConfig | object | Region, egress, telemetry and workspace policy |
env | map | Non-secret environment values |
secrets | map | Values loaded from deployer environment |
extensions | array | Hosted extension entrypoints |
local | object | Optional local template metadata |
Image
Agent
agent/system.md, skills and prompt templates.
Runtime configuration
| Field | Values |
|---|---|
sandboxRegion | Optional us or eu |
egressPolicyMode | restricted or full-open |
egressAllowlist | Host-only values |
otlpEndpointOverride | Optional per-deployment OTLP endpoint |
otelIncludeContentOverride | Optional content-export override |
workspaceUpgradePolicy | automatic or new-run-only |
Environment values
exposeTo contains runtime, sandbox, or both.
Secrets
allowedHosts entry. Raw secret values are rejected.
Extensions
mode is auto, lazy, or eager. Paths must be safe project-relative paths.