Every field of the runtime manifest, accepted values, and defaults.
The runtime.yaml manifest describes a runtime’s durable
configuration — the identity record plus the config that persists
across sandbox lifecycle. This page enumerates every field the CLI
and platform accept.
Identity lives outside the durable configuration. Set fields inline at
the top level or under an identity: block — the two forms are
mutually exclusive per field.
Field
Type
Required
Notes
project
string
No
Project key or UUID. Falls back to active profile project, then workspace default.
The CLI resolves selectors into secret_ids before submitting the
manifest. Exact selector names are strict; glob selectors are
best-effort. Duplicates are de-duplicated.
Environment variables for the runtime server process.
Use this for operational variables that control how the runtime
server itself behaves (log level, proxy configuration). For secrets
the agent should see, use secrets instead.