POST
/
v1
/
personas

Authorizations

Authorization
string
header
required

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

Body

application/json
brain
object
required

Configuration for the persona LLM 'brains'.

name
string
required

The name for the persona

personaPreset
string
required

The persona preset defines the face and voice of the persona from our list of available presets. Currently, the only available preset is "eva".

description
string

The description for the persona. This is an optional descriptor and is not used as part of the LLM prompt generation.

Response

201 - application/json
brain
object
required
createdAt
string
required
id
string
required
isDefaultPersona
boolean
required
name
string
required
personaPreset
string
required
updatedAt
string | null
required
description
string