curl --request POST \
--url https://api.mnemom.ai/v1/teams/{team_id}/card/derive \
--header 'Authorization: Bearer <token>'{
"derived_card": {},
"member_count": 123,
"members_with_cards": 123
}Automatically derive a team alignment card from the individual cards of team members. Requires at least 2 members with active alignment cards.
curl --request POST \
--url https://api.mnemom.ai/v1/teams/{team_id}/card/derive \
--header 'Authorization: Bearer <token>'{
"derived_card": {},
"member_count": 123,
"members_with_cards": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)