# Integrations API

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

## [Getting started guide](/latest/developer-guides/api-intro/integrations-api/getting-started.md)

This task-based guide includes end-to-end instructions for implementing your integration - from configuring your integration to mapping your users into Immuta so that they can access policy-enforced data. A basic request and payload example is provided for configuring each integration.

## [How-to guides](/latest/developer-guides/api-intro/integrations-api/how-to-guides.md)

These guides provide step-by-step instructions for creating and managing your integration and include configuration setting examples that vary in complexity.

* [Amazon S3 integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/s3-api.md)
* [Azure Synapse Analytics integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/synapse-api.md)
* [Databricks Unity Catalog integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/databricks-uc-api.md)
* [Google BigQuery integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/bigquery-api.md)
* [Redshift integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/redshift-api.md)
* [Snowflake integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/snowflake-api.md)
* [Starburst (Trino) integration guide](/latest/developer-guides/api-intro/integrations-api/how-to-guides/trino-api.md)

## [Reference guides](/latest/developer-guides/api-intro/integrations-api/reference-guides.md)

These guides define request and body parameters, response schema, and common error messages.

* [Integrations API endpoints](/latest/developer-guides/api-intro/integrations-api/reference-guides/integrations-api.md)
* [Integrations API payload](/latest/developer-guides/api-intro/integrations-api/reference-guides/payload.md)
* [Response schema](/latest/developer-guides/api-intro/integrations-api/reference-guides/response-schema.md)
* [HTTP status codes and error messages](/latest/developer-guides/api-intro/integrations-api/reference-guides/status-codes.md)


---

# 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/integrations-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.
