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.