Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.
Subscribe via email
Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.
Subscribe via RSS
Copy the following URL into your RSS reader to get notified about new releases:
Persona API now generally available
The Persona API is now generally available. It provides programmatic read and update access to an AI Agent’s persona configuration (the settings that shape how the Agent communicates found under Config > Settings > Preferences) so persona changes can be managed through code and version control instead of only through the dashboard.
API endpoints
Two REST endpoints are available for the persona configuration:
- Get persona (
GET /v2/persona): Returns the current persona configuration. - Update persona (
PATCH /v2/persona): Partially updates the persona. Only the fields included in the request body change; omitted fields keep their existing values.
What’s configurable
The API exposes the public persona fields, including personality, message length, emoji usage, company description, and manners settings such as acknowledgment messages and competitor handling. Agent identity settings (name and avatar) are not part of the persona.
Get started
- Persona API reference for endpoint details, fields, authentication, error codes, and rate limits.