Skip to main content
This is a beta feature according to Algolia’s Terms of Service (“Beta Services”).

Base URL

The base URLs for requests to the Agent Studio API is https://{{APPLICATION_ID}}.algolia.net/agent-studio. All requests must use HTTPS.

Authentication

To authenticate your API requests, add these headers:
  • x-algolia-application-id. Your Algolia application ID.
  • x-algolia-api-key. An API key with the necessary permissions to make the request. The required access control list (ACL) to make a request is listed below.
You can find your application ID and API key in the Algolia dashboard.

Rate limits

You can make up to 100 requests per minute per app to the Agent Studio API.

Version

The current version of the Agent Studio API is version 1, as indicated by the /1/ in each endpoint’s URL.

Cache headers

Completion responses include cache status headers:
HeaderValuesDescription
X-CacheHIT, MISSLegacy cache indicator
Cache-StatusAgentStudio; hit, AgentStudio; fwd=missCompliant with RFC 9211
For more information, see Completion caching.
Last modified on January 28, 2026