> ## Documentation Index
> Fetch the complete documentation index at: https://developer.mindbridge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Databricks Authorization

**Databricks Authorizations** store the credentials and configuration required to authenticate with a Databricks instance. Each
authorization is associated with a Connection and contains the host, HTTP path, and authentication details (either a personal access
token or OAuth 2.0 machine-to-machine credentials). Each Connection can have at most one Databricks Authorization — creating a new
authorization for a Connection that already has one will fail.

The `authType` field determines which credentials are required:

* **PAT** (Personal Access Token): Uses `host`, `httpPath`, and `accessToken`. The `port` is optional (typically 443).
* **OAUTH\_M2M** (OAuth 2.0 Machine-to-Machine): Uses `host`, `httpPath`, `clientId`, and `clientSecret`. The `port` is optional (typically 443).

**Notice**: This endpoint is part of a feature under active development. It may be subject to change in future releases. For more
information, please contact your MindBridge account representative.
