# Connections API

The connection API is a REST API which allows users to register a connection[^1] to Immuta with a single set of credentials rather than configuring an integration and creating data sources separately. Immuta can then manage and enforce access controls on your data through that connection.

## How-to guides

These guides provide step-by-step instructions for registering and managing your connection.

* Register a connection:
  * [Register an AWS Lake Formation connection](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-an-aws-lake-formation-connection)
  * [Register a Databricks Unity Catalog connection](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-databricks-unity-catalog-connection)
  * [Register a Snowflake connection](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-snowflake-connection)
* [Manage connection settings](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/manage-connection-settings)
* [Manage connection objects](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection)
* [Deregister a connection](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/how-to-guides/deregister-a-connection)

## Reference guide

[Connection registration payloads](https://documentation.immuta.com/SaaS/developer-guides/api-intro/connections-api/connection-registration-payloads-reference-guide): This guide defines the body parameters for registering connections.

[^1]: To learn more about connections in Immuta, see the [Connections section](https://documentation.immuta.com/SaaS/configuration/integrations/data-and-integrations/registering-a-connection/reference-guides/connections-overview).


---

# 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/SaaS/developer-guides/api-intro/connections-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.
