Skip to main content
This page summarizes how official connectors are authorized, what classes of data they may access, and how to revoke access.
Connector permissions are defined by the provider and the scopes you approve during authorization. Only connect services you trust for your workflow.

How connector access works

  1. You initiate a connector connection.
  2. You approve provider permissions (OAuth scopes or API key access).
  3. CREAO stores connection metadata required to execute connector tools for your account.
  4. You can disconnect or remove a connector at any time.

Official connector matrix

Connector groupAuth modeTypical data categoriesExecution pathRevocation
Google Workspace (Gmail, Calendar, Docs, Sheets, Drive, Tasks)OAuthMail, calendar events, docs, spreadsheets, files, tasksOfficial connector tool pathDisconnect in CREAO + revoke in Google account if needed
Google Marketing (Ads, Analytics, Search Console)OAuthCampaign/reporting and web analytics dataOfficial connector tool pathDisconnect in CREAO + revoke in Google account if needed
Microsoft (Outlook, Teams, OneDrive, Word, Excel)OAuthMail, collaboration messages, files, documents, workbook dataOfficial connector tool pathDisconnect in CREAO + revoke in Microsoft account if needed
Collaboration (Slack, Discord, Notion, Asana, Linear)OAuth or API key (provider-dependent)Messages, channels/pages, tasks/issues/project dataOfficial connector tool pathDisconnect in CREAO + revoke in provider account
Developer (GitHub)OAuthRepository metadata/content and issue/workflow dataOfficial connector tool pathDisconnect in CREAO + revoke in GitHub settings
Social/commerce (X, YouTube, Reddit, Shopify, Telegram)OAuth or token (provider-dependent)Social content, publishing metadata, storefront data, bot messaging dataOfficial connector tool pathDisconnect in CREAO + revoke in provider account

Subprocessor and relay model

  • Some official connectors run through direct provider API integrations.
  • Some official connectors may run through integration relay infrastructure where applicable.
  • In all cases, access is bound to your authenticated connector account and approved permissions.

Security controls

  • Connector tools run only for authenticated users with active connections.
  • Input validation and tool allowlists are applied before execution.
  • Connection metadata exposed in product responses is sanitized.
  • Disconnect/delete operations invalidate connector use from CREAO.