Custom Conscience Values
Custom conscience values let Enterprise orgs inject domain-specific alignment policies into every AIP integrity check. Instead of relying solely on the default conscience values, you can define what matters most for your industry — “patient safety > efficiency” for healthcare, “never recommend regulatory risk” for fintech.Custom conscience values require an Enterprise plan. Contact sales to enable this feature.
How It Works
Conscience values are the ethical guidelines that AIP uses when analyzing agent behavior. Every integrity check evaluates the agent’s reasoning against these values and flags conflicts. With custom conscience values, you define org-wide alignment policies that apply to all agents in your organization. These values are layered on top of (or replace) the system defaults.Value Resolution Order
Values are resolved in three layers:- Base layer — System default conscience values (or empty in replace mode)
- Org layer — Your custom org values (always applied to all agents)
- Agent layer — Per-agent values from alignment cards (additive)
Modes
| Mode | Behavior |
|---|---|
| Augment (default) | Org values are added alongside system defaults |
| Replace | Org values replace system defaults entirely |
Value Types
| Type | Purpose | Example |
|---|---|---|
BOUNDARY | Hard limits that must never be crossed | ”Never recommend actions that could harm patients” |
FEAR | Risks the agent should be wary of | ”Regulatory penalties from non-compliant advice” |
COMMITMENT | Promises the agent upholds | ”Always disclose when providing medical information” |
BELIEF | Core principles guiding behavior | ”Patient autonomy and informed consent are paramount” |
HOPE | Aspirational outcomes to work toward | ”Improved health outcomes through accurate information” |
Severity Levels
| Severity | Behavior |
|---|---|
| Advisory | Flagged in conscience analysis but does not trigger boundary violation |
| Mandatory | Treated as a hard boundary — violations trigger boundary_violation verdict |
Example Values
Healthcare
Fintech
Legal
API Reference
| Endpoint | Method | Description |
|---|---|---|
/v1/orgs/:org_id/conscience-values | GET | List all conscience values |
/v1/orgs/:org_id/conscience-values | POST | Create a new value |
/v1/orgs/:org_id/conscience-values/:id | PATCH | Update a value |
/v1/orgs/:org_id/conscience-values/:id | DELETE | Delete a value |
/v1/orgs/:org_id/conscience-values/order | PUT | Reorder values |
/v1/orgs/:org_id/conscience-values/mode | PUT | Set mode and enabled |
/v1/orgs/:org_id/conscience-values/log | GET | View audit log |
Limits
- Maximum 20 conscience values per org
- Name: 1-50 characters
- Description: 1-500 characters
- RBAC: Owner and Admin roles can create/update/delete; all roles can view
Webhooks
Mutations to conscience values emit theconscience.values_updated webhook event. See the webhook guide for integration details.