POST
/
v2
/
personas

Authorizations

x-api-key
string
headerrequired

Body

application/json
persona_name
string

A name for the persona.

system_prompt
string
required

This is the system prompt that will be used by the llm.

context
string

This is the context that will be used by the llm.

default_replica_id
string

The default replica_id associated with this persona if one exists. When creating a conversation, a persona_id with a default_replica_id associated can we used to create a conversation without specifying a replica_id.

layers
object

Response

200 - application/json
persona_id
string

A unique identifier for the persona.

persona_name
string

The name of the persona.

created_at
string

The date and time the persona was created.