Getting Started
Set up alice in your Slack workspace and run your first query in under 5 minutes
Getting Started
alice is a Slack-first ops automation tool that gives growing startups instant access to their Stripe revenue data and Supabase application data through slash commands, scheduled reports, and alert monitors. Instead of switching between dashboards, browser tabs, and SQL clients, your team runs a single command in Slack and gets formatted, actionable results in seconds.
How alice works
The core loop is straightforward:
-
Connect -- Link your Stripe account and Supabase project to alice via OAuth. No API keys to copy or rotate. See Connect Stripe and Connect Supabase for details.
-
Discover -- alice analyzes your connected sources and suggests relevant skills based on your actual data. It detects your Stripe plans, customer counts, Supabase tables, and column types to recommend queries that matter for your business.
-
Create skills -- Skills are saved queries that become Slack slash commands. Build them manually with the 6-step skill builder, pick from pre-built templates, or describe what you want in plain English and let AI generate the query.
-
Run from Slack -- Every skill gets a slash command. Type
/alice mrrto see your MRR breakdown,/alice churn-riskto find at-risk accounts, or/alice signups --days=30to check recent registrations. Results appear in Slack with formatted tables, summaries, and action buttons. -
Automate -- Attach triggers to skills so they run without manual intervention. Schedule daily reports to a channel or set up monitors that alert you when thresholds are crossed.

What you can do with alice
| Capability | Example | Learn more |
|---|---|---|
| On-demand queries | /alice mrr, /alice active-users --plan=pro | Slash commands |
| Scheduled reports | Daily MRR to #ops at 9am, weekly churn to #revenue | Scheduled reports |
| Threshold monitors | Alert when churn-risk returns more than 3 accounts | Monitors |
| Cross-source queries | Join Stripe payment failures with Supabase login data | Combined queries |
| One-click actions | Tag a customer in Stripe, DM a teammate, fire a webhook | Actions |
Pages in this section
Quickstart
Go from zero to your first Slack query in under 5 minutes. Covers prerequisites, signup, connecting a source, creating a skill, and running it. Read the quickstart guide
Core Concepts
Understand the building blocks of alice: Skills, Sources, Triggers, Actions, Output Types, and Logs. Read this to understand how everything fits together before diving into the guides. Learn core concepts
Onboarding Walkthrough
A detailed walkthrough of alice's 5-screen onboarding flow: Slack bot installation, source connection, AI analysis, skill selection, and the completion screen. Includes explanation of workspace auto-join and role assignment. View the walkthrough
What alice does not do
alice is purpose-built for operational queries and lightweight automation. It is not a replacement for full analytics dashboards, real-time streaming pipelines, or destructive account management:
- No destructive actions -- alice never cancels subscriptions, deletes users, issues refunds, or modifies billing. All available actions are safe by design.
- No real-time streaming -- Skills execute batch queries on demand or on a schedule. For sub-second event processing, use a dedicated streaming tool.
- No deep analysis -- alice surfaces key metrics and actionable data. For exploratory analytics with pivot tables and custom visualizations, use your existing BI tool.
Plans at a glance
| Free | Pro | Business | |
|---|---|---|---|
| Price | $0 | $39/mo | $99/mo |
| Sources | 1 | 3 | Unlimited |
| Skills | 10 | 50 | Unlimited |
| Queries/month | 50 | 2,000 | 10,000 |
See Plans and Pricing for the full comparison including scheduled reports, monitors, actions, and data retention limits.
Next steps
- Quickstart -- Set up and run your first query
- Core Concepts -- Learn the building blocks
- Onboarding Walkthrough -- Step through the full setup
- Connect Stripe -- Detailed Stripe connection guide
- Connect Supabase -- Detailed Supabase connection guide
Was this page helpful?