Use it to create, configure, publish, and update agents, then generate chat completions grounded in live data from your Algolia indices. You can manage LLM providers, Agent Studio tools, conversations, feedback, secret keys, user data, caching, and application settings for your AI experiences.
Client libraries
Use Algolia’s API clients and libraries to reliably integrate Algolia’s APIs with your apps.
For more information, see Algolia’s ecosystem.
Base URL
Base URL for the Agent Studio API:
https://{APPLICATION_ID}.algolia.net/agent-studio
All requests must use HTTPS.
Authentication
Add these headers to authenticate requests:
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 in each endpoint’s reference.
You can find your application ID and API key in the Algolia dashboard.
Request bodies must be JSON objects.
Response status and errors
The Agent Studio API returns JSON responses. Since JSON doesn’t guarantee any specific ordering, don’t rely on the order of attributes in the API response.
Successful responses return 2xx statuses. Client errors return 4xx statuses. Server errors return 5xx statuses.
Error responses have a message property with more information.
Version
The current version of the Agent Studio API is version 1, indicated by the /1/ in each endpoint’s URL. Last modified on June 16, 2026