Guardrails
List Preset Templates
Read-only blueprints the dashboard offers in the Guardrails empty state.
GET
List Preset Templates
Returns the four hand-curated preset templates:Documentation Index
Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 thebilling API key scope.
Request Examples
Response
Each preset includesid, 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.
List Preset Templates
