agentrouter.guardrails.v1.GuardrailsService
GuardrailsService is the (customer_id, project_id)-scoped CRUD surface for guardrails and guardrail rules.
Introduction
ListGuardrails
ListGuardrails returns guardrails matching the specified filters.
CreateGuardrail
CreateGuardrail creates a new guardrail.
CreateGuardrailFromTemplate
CreateGuardrailFromTemplate instantiates a new guardrail from a platform
GetGuardrailStats
GetGuardrailStats returns aggregate statistics for guardrails in scope.
UpdateGuardrail
UpdateGuardrail updates mutable guardrail fields. Omitted/empty scalar
ListGuardrailRules
ListGuardrailRules returns rules for the specified guardrail.
CreateGuardrailRule
CreateGuardrailRule adds a new rule to a guardrail.
GetGuardrailRule
GetGuardrailRule returns a single rule by id.
DeleteGuardrailRule
DeleteGuardrailRule soft-deletes a rule (sets deleted_at; the row
UpdateGuardrailRule
UpdateGuardrailRule updates mutable rule fields. Omitted/empty scalar
GetGuardrail
GetGuardrail returns a single guardrail by id.
DeleteGuardrail
DeleteGuardrail soft-deletes a guardrail (sets deleted_at; the row
SetGuardrailStatus
SetGuardrailStatus updates the status and/or enabled flag of a guardrail.