Skip to main content

Organization card templates

Organization card templates require an Enterprise plan. Contact sales to enable this feature.
Org card templates let you define base policies that every agent in your organization inherits across two separate cards:
  • 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. The protected_surface is 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.
The alignment card template section below covers the alignment side. The Protection card template and 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:
The org template defines the non-negotiable alignment requirements. Individual agent cards add agent-specific values, actions, and triggers on top. This is similar to how an organization might have company-wide policies that every employee follows, while individual teams add their own domain-specific guidelines.

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.
Both editors validate on save. The JSON editor is faster for teams that maintain their org template in version control and paste updates from a file.

Composition rules

When the org template is active, each field in the canonical card is computed according to these rules:
Composition is always additive from the agent’s perspective. Agents can strengthen alignment requirements but never weaken them below the org floor.

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:
Composition rules for 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-card org_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:
Exemptions are time-bounded (default 90-day expiry), audit-logged, and section-specific. See the Unified Cards overview for the canonical exemption model and the Card Composition page for how exemptions interact with the platform → org → agent cascade.

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)
Both work together to create a comprehensive organizational alignment policy. The card template sets the declared boundaries; conscience values ensure those boundaries are evaluated during per-turn analysis (and gated same-turn in 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