> For the complete documentation index, see [llms.txt](https://sestra.gitbook.io/sestra-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sestra.gitbook.io/sestra-whitepaper/api-and-ai-agent/api-provider-and-enterprise.md).

# API Provider & Enterprise

## Example: API Provider

An API provider uses Sestra to:

* protect endpoints
* require verified access
* avoid managing user accounts

The API only checks whether a session is active.

***

## Example: Enterprise Internal API

An enterprise uses Sestra to:

* control internal API access
* avoid storing employee identity
* enforce temporary access

Access is granted only when needed.
