Preset reference
Dhal ships six built-in presets.
| Name | Title | Intended for |
|---|---|---|
starter | Starter monitor-mode policy | local setup, first dry-run |
api-production | API production policy | production APIs |
auth-hardened | Auth hardening policy | login-heavy apps |
strict-json-api | Strict JSON API policy | JSON-only APIs |
behind-proxy | Behind trusted proxy | apps behind CDN/proxy |
observability | Observability posture | telemetry-enabled deployments |
Show a preset:
npx dhal presets show strict-json-api --json
Apply a preset:
npx dhal presets apply strict-json-api --output dhal.strict-json-api.json