Welcome to Ada’s release notes. Scroll down to see a list of recent releases.

You can subscribe to updates with our RSS feed, or sign up to get news about updates directly in your inbox.

At the end of every week that has had at least one feature release, we’ll send you an email on Friday at 11 a.m. Eastern to let you know about our last few 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.