Skip to main content
POST
Create team memory

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

team_id
string<uuid>
required

Team ID

Body

application/json

Update team memory. Each field you send fully replaces that section's Markdown. Omit a field to leave it unchanged. team_info is managed by the system and is ignored if supplied.

architecture
string
Maximum string length: 20000
asset_owners
string
Maximum string length: 20000
company
string
Maximum string length: 20000
custom
object

User-defined team-memory components (name -> Markdown). Names are normalized to snake_case server-side; a name not yet present creates a new component, an existing key edits it. Names that collide with a predefined component are rejected.

threat_models
string
Maximum string length: 20000

Response

Team working memory created successfully

scope
enum<string>
required
Available options:
team
success
boolean
required
team_id
string
required
updated_at
string<date-time>
required