curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/card \
--header 'Authorization: Bearer <token>'{
"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"
}curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/card \
--header 'Authorization: Bearer <token>'{
"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"
}Supabase JWT token in Authorization: Bearer header
Agent identifier (e.g. smolt-abc123)