Skip to main content
GET
/
agents
/
{agent_id}
/
card
Get active alignment card for agent
curl --request GET \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/card
{
  "card_id": "<string>",
  "agent_id": "<string>",
  "is_active": true,
  "card_json": {},
  "conscience_values": [
    {
      "type": "BOUNDARY",
      "name": "<string>",
      "content": "<string>"
    }
  ],
  "issued_at": "2023-11-07T05:31:56Z"
}

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

Active alignment card

card_id
string
agent_id
string
is_active
boolean
card_json
object

Full alignment card JSON per AAP spec

conscience_values
object[] | null
issued_at
string<date-time>