EGREED Deploy authentication

Authenticate EGREED Deploy API requests with bearer API keys, OAuth 2.0 for user apps, and SSO for enterprise teams.

Updated July 8, 2026 4 min read

API keys

Server-to-server calls use bearer tokens: Authorization: Bearer <key>. Generate keys under Settings → API Keys.

OAuth 2.0

Build user-facing integrations with OAuth 2.0 Authorization Code + PKCE. See the OAuth guide for scopes.

SSO

Business and Enterprise plans support SAML 2.0 and OIDC single sign-on for team access.

authenticationapioauthssoegreed deploy

Was this article helpful?

Related articles