Reports which email providers the relay is capable of authorizing against — that is, which provider OAuth client IDs and secrets are configured on the backend. Frontends use this to show or hide “Connect Gmail” / “Connect Outlook” buttons. Always returns 200 even when no providers are configured.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Provider availability map keyed by provider name. true means OAuth credentials are configured on this backend.
Boolean map indicating which email providers have OAuth credentials configured on this backend. Absent or false means the provider cannot be used for new connections (the relay was deployed without that provider's client id/secret).