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.

March 13, 2026

Webhook management API

Webhook endpoints can now be managed programmatically through the new Webhooks API. This enables automating webhook configuration across environments and integrating webhook setup into deployment pipelines.

The API supports:

  • Creating, listing, updating, and deleting webhook endpoints
  • Retrieving and rotating signing secrets
  • Listing available event types

Webhooks created via the API are identical to those created in the dashboard and appear in both interfaces.

For details, see the Webhooks documentation.



March 6, 2026

Edit sync frequency and name for existing web sources

You can now edit the sync frequency and name of existing Web Import sources without needing to delete and recreate them.

Previously, these settings could only be configured during initial setup. Now you can:

  • Change sync frequency between Daily, Weekly, or Never for any existing web import
  • Rename knowledge sources for better organization

To update an existing web import, navigate to the Knowledge section in your dashboard, locate the web import you want to modify, and click the settings icon.

Learn more in our Web Import documentation.



March 3, 2026

Increased per-day rate limits for End Users and Conversations APIs

The per-day rate limit for the End Users API and Conversations API has been doubled from 30,000 to 60,000 requests per day.

This applies to:

  • All /v2/end-users/<end_user_id> endpoints
  • POST /v2/conversations/, GET /v2/conversations/<conversation_id>/, and POST /v2/conversations/<conversation_id>/end/

Per-minute (300) and per-second (30) limits are unchanged. No changes are required on your end.

For full rate limit details, see the End Users API and Conversations API documentation.



Real-time message data in the Data Export API

The Messages endpoint in the Data Export API (v2) now returns data in near real time. Previously, message data took 24–48 hours to become available — now messages are typically available within seconds of being created.

This completes the near-real-time migration of the Data Export API. Both the Conversations endpoint and the Messages endpoint now deliver data within seconds, rather than hours.

If you’re already on v2, no changes are required on your end.

For more details, see the Data Export API documentation.



New filters for targeted analysis in MCP Server

We’ve added new filters to the MCP Server, unlocking more ways to slice conversation data for targeted analysis.

For example, you can now ask your AI assistant:

“Can you review unresolved Voice conversations from last week that used the ‘Update booking’ playbook and let me know where I should focus my improvement efforts?”

New filters include Topics, Playbooks, Coaching, Language, Channel, Browser, Device, Status Code, and Test User.

Learn more in our MCP Server documentation.


Real-time conversation data in the Data Export API

The Conversations endpoint in the Data Export API (v2) now returns data in real time. Previously, conversation data took 24–48 hours to become available — now you can query for conversations as soon as they are created or updated.

If you’re already on v2, no changes are required on your end. You can simply start fetching data earlier if you’d like to take advantage of the reduced latency.

For more details, see the Data Export API documentation.