curl --request PUT \
--url https://api.mnemom.ai/v1/teams/{team_id}/card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": {},
"values": {
"declared": [
{}
]
},
"autonomy_envelope": {},
"audit_commitment": {}
}
'{
"card_id": "<string>",
"team_id": "<string>",
"card_source": "manual",
"issued_at": "2023-11-07T05:31:56Z"
}Manually set an alignment card for a team. The card must include principal, values, autonomy_envelope, and audit_commitment sections.
curl --request PUT \
--url https://api.mnemom.ai/v1/teams/{team_id}/card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"principal": {},
"values": {
"declared": [
{}
]
},
"autonomy_envelope": {},
"audit_commitment": {}
}
'{
"card_id": "<string>",
"team_id": "<string>",
"card_source": "manual",
"issued_at": "2023-11-07T05:31:56Z"
}Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)