DEPRECATED — use GET /v1/alignment/agent/{agent_id}.
Agents
Get agent alignment card
deprecated
Permanently redirects (HTTP 308, RFC 7538) to /v1/alignment/agent/.
GET
DEPRECATED — use GET /v1/alignment/agent/{agent_id}.
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.
Content negotiation
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.