← Back to docs
guides
OAuth Providers
OAuth providers let Synkora agents access external systems through user- or admin-authorized connections.
OAuth Providers
OAuth providers let Synkora agents access external systems through user- or admin-authorized connections.
Where OAuth Fits
Use OAuth when agents need to work with services such as:
- Microsoft ecosystems
- GitHub
- Slack
- other supported SaaS applications
Setup Pattern
- Create the OAuth app in the external provider
- Configure client credentials in Synkora
- Define redirect URIs correctly
- Authorize the connection from the correct account or workspace
- Bind the resulting access path to the agent or tool
Security Advice
- grant only the scopes you actually need
- separate admin-level connections from end-user connections
- keep redirect URIs environment-specific