> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/crosswatch/providers/authentication/auth-trackers/auth-anilist.md).

# Auth: AniList

AniList is an anime tracker. CrossWatch uses it for anime watchlists and ratings.

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

### What it supports

* Watchlist (AniList “Planning”)
* Ratings

<figure><img src="/files/9lKtEVMG9vfP1iHfoVgf" alt=""><figcaption></figcaption></figure>

### Connect AniList

1. Create an AniList developer app:
   1. Open <https://anilist.co/settings/developer>
   2. Click **Create New Client**
   3. Set **Name**: `CrossWatch`
   4. Set **Redirect URL**: the callback shown by CrossWatch, for example: `http://<your-server-ip>:8787/callback/anilist`
2. Copy the **Client ID** and **Client Secret** into CrossWatch.
3. Click **Connect AniList**.
4. Approve access. Wait until you see:

```
AniList authorized. You can close this tab and return to the app.
```

{% hint style="warning" %}
If you later switch CrossWatch from **HTTP ↔ HTTPS** (or change host/port), update the AniList **Redirect URL** to match.

Guide: [HTTPS/TLS](/crosswatch/navigation/ui-settings/user-interface/https-tls.md).
{% endhint %}

### Troubleshooting

* If the auth tab doesn’t open, disable popup blockers for CrossWatch.
* If authorization fails, double-check the redirect URL matches exactly.
* AniList tokens expire after \~1 year. Reconnect yearly.
  {% endtab %}

{% tab title="Power users" %}

### Config keys

Stored under:

* `anilist.*`

### Related docs

* Sync module: [AniList module](/blueprint-architecture/sync/_mod_anilist.md)
* Adapter: [Adapter: AniList](/crosswatch/providers/synchronization/adapter-anilist.md)
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/crosswatch/providers/authentication/auth-trackers/auth-anilist.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.
