Update persona
Partially updates a workspace-level persona. System personas cannot be modified.
https://api.futureagi.com/simulate/api/personas/{persona_id}/ Authentication
Path parameters
The persona ID. Must be a workspace-level persona; system personas cannot be modified.
Request body
Only fields included in the request are updated. Array fields replace the existing list entirely.
New name. Must be unique within the workspace (case-insensitive). Max 255 characters.
Non-empty description.
Values: male, female.
Values: 18-25, 25-32, 32-40, 40-50, 50-60, 60+.
Values: United States, Canada, United Kingdom, Australia, India.
Values: Friendly and cooperative, Professional and formal, Cautious and skeptical, Impatient and direct, Detail-oriented, Easy-going, Anxious, Confident, Analytical, Emotional, Reserved, Talkative.
Values: Direct and concise, Detailed and elaborate, Casual and friendly, Formal and polite, Technical, Simple and clear, Questioning, Assertive, Passive, Collaborative.
Values: American, Australian, Indian, Canadian, Neutral.
Requires language when true.
Values: English, Hindi. Required when multilingual is true.
Searchable tags.
Key-value metadata. Keys and values must be non-empty strings.
Free-form behavioral instructions.
Values: formal, casual, neutral.
Values: clean, minimal, expressive, erratic.
Values: none, light, moderate, heavy.
Values: none, rare, occasional, frequent.
Values: none, light, moderate, heavy.
Values: never, light, regular, heavy.
Values: brief, balanced, detailed.
Response
200 OK"success" on update. Errors
Invalid field values, duplicate name, or missing language when multilingual is true.
Invalid or missing API credentials.
Persona is a system-level persona and cannot be modified.
Persona not found.
Unexpected server error.