Skip to main content
POST
Create Persona

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
specialist_type
string
required

Stable slug the LLM uses (e.g. 'billing'). Lowercase, dashes/underscores ok.

agent_id
string<uuid>
required

UUID of the backing agent this persona points at.

display_name
string
required

Human-friendly UI label (e.g. 'Billing').

Required string length: 1 - 160
description
string | null
config_overrides
Config Overrides · object | null

Reserved for future per-persona overrides on top of the backing agent's config. Empty/null in Phase 1–3.

tags
string[] | null
enabled
boolean
default:true

Response

Successful Response

id
string
required
tenant_id
string
required
specialist_type
string
required
agent_id
string
required
display_name
string
required
description
string | null
required
config_overrides
Config Overrides · object | null
required
tags
string[] | null
required
enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
agent_name
string | null