Returns which auth providers are currently configured on the API server: the set of SSO social providers (derived from GOOGLE_CLIENT_ID/SECRET, MICROSOFT_CLIENT_ID/SECRET) and whether an email provider (Loops) is configured via LOOPS_API_KEY. This endpoint is unauthenticated so that the login UI can render the correct set of provider buttons before the user signs in.
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Successfully retrieved enabled auth providers
Response body for the auth-providers endpoint. The value changes only on deploy.
SSO providers enabled on the API server, based on server-side env vars.
Identifier of a supported SSO social provider
google, microsoft ["google", "microsoft"]Whether an email provider (Loops) is configured on the API server via LOOPS_API_KEY. When false, email-dependent auth flows such as magic-link sign-in should be hidden in the UI.
true