Returns the UC-4 unified alignment card. Response is content-negotiated — YAML by default, or JSON with Accept: application/json. Pass ?include_composition=true to include the _composition metadata block describing which scope sources (platform / org template / agent card / exemptions) were merged. See ADR-008.
Returns the canonical alignment card for an agent — the result of composing the Platform, Org, and Agent scopes (see Card composition). This is the document the gateway and observer evaluate on every request.Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Accept header | Response body |
|---|---|
text/yaml (default) | YAML |
application/yaml | YAML |
application/json | JSON |
X-Mnemom-Schema identifying the canonical card schema version.
404 Not Found — no canonical alignment card exists yet for this agent. Publish one with PUT /agents/{agent_id}/alignment-card.Supabase JWT token in Authorization: Bearer header
Response format. YAML is canonical; JSON is returned only on explicit application/json.
text/yaml, application/yaml, application/json Agent identifier (e.g. smolt-abc123)
Include the _composition metadata block.
Canonical alignment card.
UC-4 unified alignment card (ADR-008). Authored in YAML or JSON; composed server-side with platform defaults, org template, and active exemptions before storage.
Card schema version (e.g. 0.5.0).
Target agent id. On PUT, server overwrites to match the URL path.
Card row id. Server-assigned on PUT (ac-{uuid}).
System-managed block describing which scope sources merged into the canonical card. Only returned when ?include_composition=true.