Skip to content

Environment and URLs

Serve Brokerr through one HTTPS origin. Configure allowed hosts and explicit trusted proxies so copied URLs and Secure cookies use the real external scheme.

/api/v2/source-plugins
/api/v2/target-plugins
/api/v2/sources
/api/v2/targets
/api/v2/profiles
/api/v2/run-items
/api/v2/lists

Instance resources also expose generic auth, action, scope-option, run, reset, and resolved-schema routes. Provider plugins do not add provider-specific API routers.

https://brokerr.example.net/webhooks/v2/sources/<source-id>

Use the exact URL shown by the profile/source UI and configure the webhook API key.

https://auth.brokerr.net/v1/callback/anilist
https://auth.brokerr.net/v1/callback/tmdb
https://auth.brokerr.net/v1/callback/letterboxd

These are gateway callbacks, not routes on the self-hosted instance. Custom AniList/TMDB applications use the exact redirect URI displayed when custom mode is selected.

Depending on enabled features, Brokerr connects to the selected Plex server, Plex account/Discover/community services, AniList, TMDB, Letterboxd, the hosted auth gateway, and AniBridge mapping release storage.