Skip to main content
GET
/
agents
/
{agent_id}
/
alignment-card
DEPRECATED — use GET /v1/alignment/agent/{agent_id}.
curl --request GET \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/alignment-card
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<unknown>"
  }
}
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

Accept headerResponse body
text/yaml (default)YAML
application/yamlYAML
application/jsonJSON

Response headers

Every response includes X-Mnemom-Schema identifying the canonical card schema version.

Errors

See the Unified cards overview for the full card surface.

Path Parameters

agent_id
string
required

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.