Skip to main content
POST
/
postures
/
{posture_id}
/
preview-compose
Preview the composition this posture would produce for a team
curl --request POST \
  --url https://api.mnemom.ai/v1/postures/{posture_id}/preview-compose \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "posture_id": "<string>",
  "revision_number": 123,
  "composition": {}
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

posture_id
string
required

Posture ID (tp-{8-hex}).

Pattern: ^tp-[a-z0-9-]{1,64}$

Body

application/json
team_id
string<uuid>
required

Response

Composed preview.

Composed posture currently in effect for a team (alignment + protection + integrity merged from posture body, team templates, and per-agent exemptions).

team_id
string<uuid>
required
posture_id
string
required
revision_number
integer
required
composition
object
required

Composed alignment + protection cards.