Skip to main content
GET
List Preset Templates
Returns the four hand-curated preset templates: pii-safe, strict-json, cost-conscious, and enterprise-default. Presets are read-only — applying one is a normal create policy call seeded with the preset’s rules array. Per the strict opt-in contract, fetching or applying a preset never auto-binds it to an API key.

Authentication

Requires a Bearer token with the billing API key scope.

Request Examples

Response

Each preset includes id, name, tagline, description, and rules. The four shipping presets are:
  • pii-safe — PII redaction on input.
  • strict-json — Prompt-injection deny + JSON repair on output.
  • cost-conscious — Hard length cap on both phases (~4K tokens).
  • enterprise-default — Full stack: PII redaction + injection deny + length cap + profanity flag + JSON repair.