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:
URL Form Encoded option added to Action builder
You can now select URL Form Encoded as a content type when configuring an Action under Connect to API > This API uses. Previously, Actions supported only JSON and XML.
This new option allows your AI Agent to call APIs that expect form-style key–value data (application/x-www-form-urlencoded), which is common for simple POST requests, authentication flows, and OAuth token exchanges.
Use this option whenever your API endpoint requires form-encoded payloads instead of structured JSON or XML formats.
Learn more about building Actions here.