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

# Authentication

Every request must include an organization API key in the `Authorization` header:

```
Authorization: Bearer {your_api_key}
```

API keys are scoped to an organization and are currently issued via the Rails console (management UI coming soon). All resources returned are automatically scoped to the key's organization.
