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 ishttps://{{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.
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:| Header | Values | Description |
|---|---|---|
X-Cache | HIT, MISS | Legacy cache indicator |
Cache-Status | AgentStudio; hit, AgentStudio; fwd=miss | Compliant with RFC 9211 |