Skip to main content

Set persona self-healing auto-tune policy

PUT 

/api/v1/personas/:persona_id/self-heal-policy

Turn self-healing auto-tune on or off for one persona

Body: {"enabled": true|false}. Off by default and off for every existing persona — auto-tune rewrites the customer's own persona instructions, so it only ever runs where someone opted in.

Returns the read-back policy rather than the requested one. New persona_config keys are dropped unless allow-listed in update_persona_template, and that drop returns success, so echoing the request would report a write that did not happen.

Request

Responses

Unprocessable Entity