Skip to main content
PUT
Update Existing Persona

Authorizations

X-API-Key
string
header
required

Path Parameters

persona_id
string
required

Body

application/json

Schema for updating a simulation persona via the v1 API.

name
string | null
description
string | null
role
string | null
behavior_notes
string | null
agent_id
string | null
custom_llm_temperature
number | null
enabled_tool_ids
string[] | null
user_overrides
User Overrides · object | null

Response

200 - application/json

OK

Response schema for simulation personas.

id
string
required
name
string
required
object
string
default:simulation_persona
description
string | null
role
string | null
behavior_notes
string | null
agent_id
string | null
agent_name
string | null
custom_llm_temperature
number | null
enabled_tool_ids
string[] | null
user_overrides
User Overrides · object | null
created_at
string | null
updated_at
string | null