Skip to main content

tare api guardrails create-from-template

CreateGuardrailFromTemplate instantiates a new guardrail from a platform template row (is_template=true).

Usage:
tare api guardrails create-from-template [flags]

Flags:
--customer-id string Owning customer scope; defaults to caller's session customer when empty.
--description string Optional description for the new guardrail.
--name string Required: display name for the new guardrail. (required)
--project-id string Owning project scope; defaults to caller's session project when empty.
--template-id string Required: id of the template guardrail (is_template=true) to clone. (required)

Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-p, --profile string credential profile (overrides AGENTROUTER_PROFILE / active)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr