# \_auth\_MDBLIST

MDBList authentication provider (API key).

{% tabs %}
{% tab title="End users" %}

### What this auth provider does

Stores an MDBList API key so CrossWatch can call `api.mdblist.com`.

### Auth flow

* `api_key`

### Writes to config

Namespace:

* `cfg[\"mdblist\"]`

Common fields:

* `api_key`

### Related docs

* UI setup: [Auth: MDBList](/crosswatch/providers/authentication/auth-trackers/auth-mdblist.md)
* Adapter: [Adapter: MDBList](/crosswatch/providers/synchronization/adapter-mdblist.md)
* Sync module: [MDBList module](/blueprint-architecture/sync/_mod_mdblist.md)
  {% endtab %}

{% tab title="Power users" %}

### Code map

* `providers/auth/_auth_MDBLIST.py`

### Public surface

* class: `MDBListAuth`
* functions: `log()`, `html()`

### External endpoints

* `https://api.mdblist.com`
* `https://mdblist.com/preferences/#api`

### Capabilities

<details>

<summary>Capabilities (raw)</summary>

```json
{
  "watchlist": true,
  "ratings": true,
  "history": true
}
```

</details>

### Dependencies

* `cw_platform.config_base.save_config`
  {% endtab %}
  {% endtabs %}


---

# 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://wiki.crosswatch.app/blueprint-architecture/auth/_auth_mdblist.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.
