How Vellum connects to third-party services via OAuth2, what services are supported, and how your credentials stay secure.
Vellum connects to external services through OAuth2 integrations. Instead of copying API keys into chat, you authorize your assistant once through a standard browser-based OAuth flow. The resulting access token is stored securely in your local credential vault, and your assistant can call the service's APIs on your behalf whenever a task requires it.
Each integration is exposed as a bundled skill with its own set of tools. For example, connecting Gmail gives your assistant tools like gmail_send, gmail_search, and gmail_archive. Connecting Google Calendar adds event creation, listing, and update tools. You decide which integrations to connect, and you can revoke access at any time.
The following integrations ship with every Vellum workspace and connect via OAuth2 unless noted otherwise.
| Service | Auth type | What you can do | Notes |
|---|---|---|---|
| Discord | OAuth2 | Send messages, read channels, manage servers | Server-level. The bot must be added to each server you want to access. |
| GitHub | OAuth2 | Read repos, open issues, review PRs, manage labels, star repos | Requires the repo and read:user scopes. Private repos accessible if granted. |
| OAuth2 | Gmail, Calendar, Drive, and Contacts | Single OAuth connection covers all Google services. Can be revoked in Google Account settings. | |
| HubSpot | OAuth2 | CRM contacts and deals | CRM-scoped. Access follows your HubSpot user permissions. |
| Linear | OAuth2 | Issues and projects | Organization-scoped. Access follows your Linear role permissions. |
| Twitter (X) | OAuth2 | Posts and direct messages | Paid. Per-call billing through Vellum credits at the platform rate. |
| Asana | OAuth2 | Tasks and projects | Workspace-scoped. Access follows your Asana workspace permissions. |
| Notion | OAuth2 | Pages and databases | Integration must be added to specific Notion pages to access them. |
| Outlook / Microsoft | OAuth2 | Email and calendar | Microsoft 365 OAuth. Covers Outlook email and calendar events. |
| Todoist | OAuth2 | Tasks and projects | Project-scoped. Access follows your Todoist project permissions. |
New integrations are added regularly. If a service you need isn't listed, you can often connect it via a custom skill using its API key, or request it through the roadmap.
The fastest way to connect a service is to ask your assistant directly:
“Connect my Gmail”Alternatively, you can connect through the Settings UI:
You can disconnect an integration at any time through the same Settings panel, or by asking your assistant to disconnect it for you. Disconnecting deletes the stored token from your local vault immediately.
OAuth tokens are handled with the same security model as API keys and passwords:
For more details on the credential vault and permissions model, see The Permissions Model.
OAuth integrations fall into three billing categories:
| Category | What it covers | Who pays |
|---|---|---|
| Managed OAuth (free) | Services where Vellum manages the OAuth app registration (Discord, GitHub, Google, HubSpot, Linear, Asana, Notion, Outlook, Todoist) | No additional cost. These integrations are bundled with your Vellum workspace. |
| Managed OAuth (billed) | Twitter (X) — Vellum manages the OAuth app, but the underlying API usage is billed per call. | API calls are billed through Vellum credits at the platform rate. |
| BYOK OAuth | Services where you register your own OAuth app (e.g., custom Twitter API tier, enterprise Google Workspace) | You pay the third-party service directly under your own account and quota. |
Most integrations (GitHub, Notion, Linear, Google, Discord, Asana, Outlook, Todoist, and HubSpot) are managed OAuth with no additional cost. Only Twitter (X) managed OAuth incurs per-call billing through Vellum credits. BYOK is for advanced cases where you bring your own API keys or enterprise OAuth apps. For details on credit denominations and usage, see the pricing page.
Common issues and how to fix them:
For more detailed troubleshooting steps, see the Common Issues page.