For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

Api authentication using api keys

To integrate with your agent, you need a valid api key from your account.

You can generate an api key from console > settings.

To authenticate your api, you need to setting your header x-auth-key appropriately

// Authentication Header
x-auth-key: api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Last updated