Skip to main content

Guard Config

Local-guard configuration layers (tenant default → group → agent).

Layered guard config — tenant default → group → agent

The guard merges configs from highest layer (agent) downward. A field that's not set at the agent level falls back to the agent's group, then the tenant default, then the SDK defaults. Edit any layer below — the structured form lets you flip individual overrides on/off, or use Raw JSON for full control. Changes persist via /api/waxell/v1/connect/guard-configs/.

Field reference: ConnectGuardConfig in infra/waxell-infra/src/waxell_infra/connect/models.py. The merged config wire-shape is documented in the agent-facing endpoint /api/waxell/v1/connect/guard-config/.