Mandate Templates
Built-in Templates
Truss ships with a library of built-in templates for common regulatory frameworks, including:
- FCA Compliance UK
- SEC Compliance US
- ISDA Master Agreement Support
- Basel III Compliance
- EU AI Act Article 12
- NY Part 161
- NDPR
- UK ICO
- IBA Guidelines
Listing Templates
truss template list
Returns all built-in and custom templates. Each entry shows the id, name,
category, and risk_level.
Template Details
truss template get <id>
Displays the full template including risk level, human review requirements, and scope constraints.
Custom Templates
Create organization-specific templates:
truss template create \
--name "Custom Policy" \
--description "Internal audit compliance template" \
--category internal-audit \
--scope '{"risk_level":"high","requires_human_review":true}' \
--jurisdiction-context '{"jurisdictions":["us-federal"]}' \
--validity '{"max_duration_days":90}'
Custom templates appear merged with built-in templates in truss template list.
Deleting Templates
truss template delete <id>
Built-in templates cannot be deleted. Only custom templates created by your organization may be removed.