> For the complete documentation index, see [llms.txt](https://docs.vorsto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vorsto.io/api/authentication.md).

# Authentication

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

You can generate an api key from [console](https://console.vorsto.io/settings) [> settings](https://console.vorsto.io/settings).&#x20;

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

```json
// Authentication Header
x-auth-key: api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
