Aevum Cadence AI

OAuth integrations

Cadence connects to external services through OAuth2. Instead of pasting API keys into chat, you authorize the assistant once in a browser. The access token is stored in the local credential vault. The model never sees raw tokens.

Each integration is a bundled skill with its own tools. Connecting Gmail adds gmail_send, gmail_search, and gmail_archive. Connecting Google Calendar adds event create, list, and update. You pick which services to connect, and you can revoke any of them.

In 0.1 you bring the OAuth client IDs and secrets. Cadence does not host a managed OAuth app catalog or bill per-call credits. Check live status with assistant oauth status.

Supported services

ServiceAuthWhat you can do
GoogleOAuth2Gmail, Calendar, Drive, Contacts. One Google connect can cover several skills.
GitHubOAuth2Repos, issues, PRs, labels. Private repos if you grant them.
SlackOAuth2 / botUser integration and Slack bot are different connects. Scan, send, react.
NotionOAuth2Pages and databases the integration is added to.
LinearOAuth2Issues and projects. Access follows your Linear role.
DiscordOAuth2Send, read channels. The bot must be added to each server.
Outlook / MicrosoftOAuth2Email and calendar on Microsoft 365.
Asana, Todoist, HubSpotOAuth2Tasks, projects, CRM. Scoped to that workspace.
TelegramBot tokenNot OAuth. Token from BotFather. See Channels.

If a service you need is missing, connect it with a custom skill and its API key. See Your first skill.

Connecting

Fastest: ask the assistant. Example: “Connect my Gmail.”

  1. Open Settings → Integrations or Services.
  2. Find the service and click Connect.
  3. Finish the OAuth flow in the browser window.
  4. Return to Cadence. Status should show Connected.

Disconnect from the same panel, or ask the assistant to disconnect. Disconnecting deletes the stored token from the local vault immediately.

Security

Sends, purchases, and other sensitive calls still need approval unless you write a trust rule.

Billing

Cadence does not bill OAuth in 0.1. Google, GitHub, Slack, Notion, and the rest are billed by those vendors under your account with them. There is no Cadence-credit Twitter SKU here. If a vendor charges for API usage, you pay that vendor.

Troubleshooting

Related: Common issues, Gmail, Google Calendar, Privacy and data.