Comprehensive documentation of our API endpoints, request/response formats, and usage examples.
Detailed information about each API endpoint, including parameters, responses, and examples.
Learn MoreThe API provides you with the ability to programmatically interact with your AI agent.
There are two types of requests that can be made to the API: private and public. Please see the API documentation for details on which to use for each request.
Public endpoints required domain whitelisting to use. On top of that, you'll need to provide your public API
key in the Authorization
header. :
Authorization: Bearer PUBLIC_KEY
Private endpoints require that you include a secure key in the Authorization
header, which can be
computed as follows:
Authorization: Bearer sha256(API_KEY + PUBLIC_KEY + YOUR_CLIENT_ID)
You can whitelist domains for development using the "Agent Update" endpoint.