# REST API

Firstbase provides a REST API that follows the [SCIM standard](https://en.wikipedia.org/wiki/System_for_Cross-domain_Identity_Management) to make it easier to automate common user management workflows and integrate with other systems. <br>

Access to the API is available to all customers. You can configure access by creating an API token at <https://app.firstbase.com/developer>

<figure><img src="https://463329425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjydcB3AYwGJKqy0yN44n%2Fuploads%2FFmUKKWDMInqYo5QFAeXl%2FAPI.png?alt=media&#x26;token=51a603fa-069b-470b-9288-2067fb4baff7" alt=""><figcaption></figcaption></figure>


---

# 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://developers.firstbase.com/introduction/rest-api.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.
