Connect an OAuth provider
2 min · 3 steps
Microsoft (Outlook + Calendar), Google (Gmail + Calendar), Slack, GitHub, Linear — one consent flow each.
Avery's desktop runs the full OAuth flow (loopback HTTP listener for the redirect URI; tokens never leave your machine). Refresh tokens auto-rotate; access tokens refresh ~5 minutes before they expire so agents don't observe stale auth.
Steps
- Click 'Add a connector'.
Bottom of the Connectors page. The provider catalog opens.
- Pick a provider.
OAuth providers show a 'Connect' button (vs 'Add API key' for password-based ones).
- Complete consent in your browser.
Avery opens your default browser to the provider's consent page; once you approve, the page redirects back to a localhost URL Avery is listening on. Tokens land in your keychain.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.