Characters
Update a character
Patch metadata + brain fields (persona, greeting, lore, voiceId, stances, intro, free). Graph/stance-node edits go through the /v1/worlds//* endpoints.
PATCH
Update a character
Authorizations
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.
Path Parameters
Body
application/json
Response
Updated character
A character (owner view). The brain (persona/lore) is included for the owning app, but NEVER leaves the server on the embed path.
Available options:
private, unlisted, public Example:
"1.0"
Previous
Fork a characterClone a character (SMWorld + brain) into a new private character owned by your app.
Next
Update a character