docs: clarify token usage

This commit is contained in:
Gabe Farrell 2025-12-28 23:32:10 -05:00
parent e69ef0cb01
commit 456b84c4ca

View file

@ -3,7 +3,7 @@ title: Setting up the Scrobber
description: How to relay listens submitted to Koito to another ListenBrainz compatible server.
---
To use the ListenBrainz API, you need to get your generated api key from the UI.
To use the ListenBrainz API, you need to get your generated API key from the UI. The API key is what you will use as the ListenBrainz token.
First, open the settings in your Koito instance by clicking on the settings icon or pressing `\`.
@ -20,7 +20,7 @@ After logging in, open the settings menu again and find the `API Keys` tab. On t
If you are not running Koito on an `https://` connection or `localhost`, the click-to-copy button will not work. Instead, just click on the key itself to highlight and copy it.
:::
Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the api key from the UI as the token.
Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the API key from the UI as the token.
## Set up a relay