Skip to main content
POST
Apply Dome Config

Path Parameters

config_id
string<uuid>
required

Query Parameters

team_id
string<uuid>
required

Team ID (required)

Response

Successful Response

API response model for Dome configuration.

id and optional agent_id are top-level fields. config_body is the guard configuration dict (Dome-facing payload). Other metadata (e.g. team_id, timestamps, created_by) is included in the wire shape as returned by the domain model's to_wire() — see OpenAPI schema for the full response shape.

id
string<uuid>
required
created_at
integer
required
created_by
string<uuid>
required
status
string
default:pending
agent_id
string<uuid> | null
config_body
Config Body · object
dome_instance_url
string | null
updated_at
integer | null
updated_by
string<uuid> | null
Last modified on April 21, 2026