# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keyless.io/consumer/server-api/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
