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

# Getting Started

The server API has end points for automating aspects of your Keyless setup:

* List and revoke [devices](/consumer/server-api/devices.md)
* Remove [users](/consumer/server-api/users.md)
* Perform extra backend to backend security [operations](/consumer/server-api/operations.md)

## API Access

* All API endpoints require the `X-Api-Key: <SECRET_API_KEY>` header with your security key
* API endpoints are available as follows: &#x20;

{% tabs %}
{% tab title="Europe" %}
`https://api.keyless.io`&#x20;
{% endtab %}

{% tab title="Latam" %}
`https://operations-service.eks.core-production.latam.keyless.technology`
{% endtab %}

{% tab title="US (East Coast)" %}
`https://api.eks.core-production.saas-us-east.keyless.technology` \[US East]
{% endtab %}
{% endtabs %}
