Skip to main content

Glossary

Terms used across Relaygate documentation.

People and roles

TermMeaning
DevelopersAddon developers — authors of Stremio (or similar) addons who integrate Relaygate on the server side.
UsersPeople who use debrid services with Relaygate: they manage a vault, proxy API keys, and access policies.
Relaygate operatorsThe team that runs the service, reviews developer applications, and handles abuse and status.

Services

TermMeaning
(Debrid) providersUpstream debrid services (e.g. TorBox, Real-Debrid, AllDebrid, Premiumize, SmokeDebrid) whose APIs Relaygate maps to the canonical API.
SmokeDebridA dummy debrid provider included in Relaygate for testing purposes. Requests use the smokedebrid provider slug (see the Canonical API guide capability matrix for what is mapped today).

Technical terms

TermMeaning
Addon identifierUnique public string chosen at developer registration; identifies the addon in the logs.
Developer API secretSecret paired with the addon identifier; proves an approved addon is calling Relaygate. Not shown to end users.
End-user proxy API keySingle key the end user pastes into each addon UI; maps to their vault of per-provider debrid keys.
Provider hintPer-request signal for which debrid service(s)'s adapter to use (canonical: X-Relaygate-Provider header — see API spec).
VaultEncrypted storage of a user’s per-provider debrid tokens on Relaygate.
Gateway / APIThe public HTTPS API your addon backend calls; JSON control plane only (no media byte proxying through Relaygate).