Organization card templates
Organization card templates require an Enterprise plan. Contact sales to enable this feature.
- Alignment card template — org-level values, behavioral commitments, and audit requirements. Agents can add but cannot remove what the org defines.
- Protection card template — org-level
protected_surface(assets, forbidden operations, escalation requirements), thresholds, and screen surfaces. Theprotected_surfaceis the org’s enforced policy, not the agent’s self-declaration. Safe House L2 enforces it independent of what the agent declares in its alignment card. An empty or naive agent still gets the org floor applied.
protected_surface section below covers the protection side.
How it works
The org card template establishes a floor for alignment policy. Every agent’s canonical card is computed by composing the org template with the agent’s individual card:Setting up
Visual editor vs JSON editor
The visual editor provides form-based inputs for each card block with inline validation. Use it for initial setup and when making incremental changes. The JSON editor shows the raw template JSON. Use it for bulk edits, copying from a file, or when you need precise control over the template structure.Composition rules
When the org template is active, each field in the canonical card is computed according to these rules:Protection card template and protected_surface
The protection card template is the org’s enforced protection policy. Where the alignment card template defines what agents declare they will do, the protection card template defines what Safe House enforces regardless of agent behavior or instructions.
The protected_surface field is the core of the protection card template:
protected_surface:
Coverage is workload-independent: an empty or naive agent still gets the full org
protected_surface applied. The agent’s alignment card autonomy.forbidden_actions is its behavioral commitment; the protection card’s protected_surface.forbidden_operations is the org’s hard policy enforced by Safe House. The two are complementary, not redundant.
Agent exemptions
In rare cases, an agent may need to operate without the org template. For example, a testing agent that intentionally exercises boundary conditions, or an agent operating under a different regulatory framework.Exemption flow
Exemptions require a double-confirm process:Requirements
- Role: Owner or admin role required
- Audit trail: Every exemption (grant and revoke) is logged with actor, reason, and timestamp
- Visibility: Exempted agents are flagged in the dashboard and API responses
Revoking an exemption
To restore org template inheritance, navigate to the agent’s page and click Revoke Exemption in the Alignment Card section. The agent’s canonical card immediately recomposes with the org template.API
The legacy whole-cardorg_card_exempt flag was replaced in the 2026-04-15 unified-cards consolidation by section-specific exemptions that target one field of the org card at a time, with audit metadata. Manage them via:
Relationship to conscience values
Org card templates and custom conscience values are complementary features that operate at different layers:
Think of it this way:
- The org card template defines what your agents declare they will do (their alignment posture)
- Custom conscience values define what AIP looks for when evaluating whether agents are actually doing it (the evaluation criteria)
enforce).
You can use one without the other. An org that only sets conscience values gets per-turn evaluation policy without modifying agent cards. An org that only sets a card template gets consistent declared alignment without customizing the evaluation criteria.
See also
- Alignment Cards — Card structure and semantics
- Card Management guide — Creating, validating, and publishing cards
- Custom Conscience Values — Per-org alignment policies for AIP evaluation
- CLI Reference —
mnemom card show,card publish, andcard validatecommands