Skip to main content
PUT
/
teams
/
{team_id}
/
card
Set team alignment card
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"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

Body

application/json
principal
object
required

Principal section of the alignment card

values
object
required

Values section with declared values array

autonomy_envelope
object
required

Autonomy envelope section

audit_commitment
object
required

Audit commitment section

Response

Card set

card_id
string
team_id
string
card_source
enum<string>
Available options:
manual
issued_at
string<date-time>