# Connections API

{% hint style="info" %}
[Connections](/latest/configuration/integrations/registering-metadata/connections/reference-guides/connections-reference-guide.md) allow you to register your data objects in a technology through a single connection, instead of registering data sources and an integration separately.

This feature is available to all 2025.1+ tenants. Contact your Immuta representative to enable this feature.
{% endhint %}

The connection API is a REST API which allows users to register a connection to Immuta with a single set of credentials rather than configuring an integration and creating data sources separately. Then Immuta can 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 a Snowflake connection](/latest/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-snowflake-connection.md)
  * [Register a Databricks Unity Catalog connection](/latest/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-databricks-unity-catalog-connection.md)
* [Manage a connection](/latest/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection.md)
* [Deregister a connection](/latest/developer-guides/api-intro/connections-api/how-to-guides/deregister-a-connection.md)

## Reference guide

[Connection registration payloads](/latest/developer-guides/api-intro/connections-api/connection-registration-payloads-reference-guide.md): This guide defines body parameters for connections payloads.


---

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