Skip to main content
PUT
Save one coding agent's managed configuration as a new revision

Authorizations

Authorization
string
header
required

OAuth 2.0 access token obtained through RFC 8628 at /api/auth/device/code and /api/auth/oauth2/token. The API enforces governance:read, session:write, and client-status:write as appropriate.

Path Parameters

harness
string
required

Harness key from the compiled registry

Body

application/json
base_revision
string<uuid>
required
managed_config_yaml
string
required

YAML mapping containing only the selected harness's managed settings

version_requirement
string | null

Optional semver range enforced for the installed harness

allow_unverified_versions
boolean
default:false

Permit versions beyond Blue's certified ceiling when constrained by an explicit version_requirement

Response

Saved governance revision

revision
string<uuid>
required
harness
string
required

Harness key from the compiled registry

managed_config_yaml
string
required
allow_unverified_versions
boolean
required
version_requirement
string | null