# The Immuta API

{% hint style="warning" %}
Any endpoints or attributes that are not documented are for internal purposes and should not be used.
{% endhint %}

## [Authentication](https://documentation.immuta.com/latest/developer-guides/api-intro/authentication)

The Immuta API uses API keys or bearer tokens to authenticate requests.

## [Integrations API](https://documentation.immuta.com/latest/developer-guides/api-intro/integrations-api)

The integrations API allows you to integrate your remote data platform with Immuta so that Immuta can manage and enforce access controls on your data.

## [Connections API](https://documentation.immuta.com/latest/developer-guides/api-intro/connections-api)

The data API is used for connections and allows you to integrate both your remote data platform and its tables with Immuta in one action with one set of credentials. Then Immuta can manage and enforce access controls on your data.

## [Version 2 Immuta API](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v2-api)

Version 2 of the Immuta API allows you to manage data sources, projects, and policies as code, providing a way to track, approve, and easily update data sources and associated policies. Whether updating or creating, the same endpoint is used, and the same data is passed. No IDs are required, so no additional state is required.

## [Version 1 Immuta API](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v1-api)

Version 1 of the Immuta API allows you to configure application settings (IAMs, licenses, notifications, etc.); register and manage data sources; author policies; and manage projects, domains, and classification frameworks. See the [Immuta V1 API section](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v1-api) for additional capabilities.


---

# 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://documentation.immuta.com/latest/developer-guides/api-intro.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.
