Docs / APIDocs / API

API

Comprehensive documentation of our API endpoints, request/response formats, and usage examples.

API Endpoints

Detailed information about each API endpoint, including parameters, responses, and examples.

Learn More

Using the API

The API provides you with the ability to programmatically interact with your AI agent.


Security

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

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

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)

Domain Whitelist

You can whitelist domains for development using the "Agent Update" endpoint.