alicehasnoidea/docs
WebsiteLog inGet Started Free
Sources

Data Sources

Connect Stripe, Supabase, and more to alice — query production data from Slack with OAuth connections

Data Sources

Supported Sources

SourceData AvailableConnectionActions
StripeRevenue, customers, subscriptions, payments, disputes, trialsOAuth (one click)Tag customer, add note
SupabaseAny table in your Postgres databaseOAuth + project picker--

Coming Soon

SourceDataStatus
PostHogProduct analytics, feature adoption, session dataPhase 2
Crisp / IntercomSupport tickets, conversationsPhase 2
LinearEngineering tickets, sprintsPhase 3
HubSpotCRM, deals, contactsPhase 3
GitHubDeployments, pull requestsPhase 3

Source Limits by Plan

PlanMax Sources
Free Free1
Pro Pro3
Business BusinessUnlimited

Combined Queries

The real power of alice is combining data across sources. When you have both Stripe and Supabase connected, you can build combined queries that join revenue data with application data in a single skill. Pro

Example: identify customers with failed payments and low login activity -- data that lives in two different systems.

/alice churn-risk

3 accounts at high churn risk:

- jane@acme.com — Payment failed, no login 18 days
  [Tag in Stripe] [Send DM]

- bob@startup.io — Card expiring, 2 sessions this month
  [Send reminder] [Tag in Stripe]

Data from Stripe + Supabase

How Sources Work

  1. OAuth authorization -- You grant alice read-only access to the service
  2. Schema discovery -- alice reads your data schema to power the Visual Builder and AI generation
  3. Credential storage -- Encrypted OAuth tokens stored with AES-256-GCM
  4. Real-time queries -- Skills execute against the source API/database at runtime (no sync, no warehouse)

See Security for details on credential handling and encryption.

Was this page helpful?

On this page