Get agent alignment card
Permanently redirects (HTTP 308, RFC 7538) to /v1/alignment/agent/{agent_id}. Method and body are preserved across the redirect. Sunset: Fri, 15 Jan 2027 00:00:00 GMT — after that the legacy path returns 410 Gone. See docs.mnemom.ai/concepts/cards-as-resources for the canonical Resources × Scope × Verb URL surface (cards-as-primitive Phase 4 W1.2b).
Content negotiation
Accept header | Response body |
|---|---|
text/yaml (default) | YAML |
application/yaml | YAML |
application/json | JSON |
Response headers
Every response includesX-Mnemom-Schema identifying the canonical card schema version.
Errors
404 Not Found— no canonical alignment card exists yet for this agent. Publish one withPUT /agents/{agent_id}/alignment-card.
Path Parameters
Agent identifier (e.g. smolt-abc123)
Response
Permanent Redirect (RFC 7538). This URL is deprecated; follow Location to the canonical /v1/<resource>/<scope>/<scope_id> shape. Method and body are preserved across the redirect — modern clients re-issue the same PUT / POST / DELETE against the target unchanged.