stripe-connect
Stripe Connect Integration
Stripe Connect enables the platform to query payment and subscription data from connected apps (Total TypeScript, Pro Tailwind, etc.). Each app has their own Stripe account that connects via OAuth.
Critical Architecture: Query, Don't Execute
The platform is the orchestrator ("queen of the hive"), not the executor of financial actions.
┌─────────────────────────────────────────────────────────────┐
│ Support Platform │
│ ("Queen of Hive") │
├─────────────────────────────────────────────────────────────┤
│ We QUERY via Connect │ Apps NOTIFY us via SDK │
│ ─────────────────── │ ───────────────────── │
│ • Payment history │ • Refund processed │
│ • Subscription status │ • Access revoked │
│ • Customer details │ • License transferred │
│ • Dispute info │ • Purchase created │
More from skillrecordings/support
vercel-cli
Deploy and manage Vercel projects via CLI. Use when deploying apps, managing environment variables, configuring domains, or pushing secrets to Vercel. Triggers on deploy, vercel, env vars, production.
4ai-sdk
Comprehensive guide to AI SDK v6 for agent development, tool definitions, multi-step agentic workflows, and result extraction patterns
2lesson-content-question
Answer lesson-specific content questions. Use when a customer asks about a lesson, code example, or concept in a course.
2vector-search
Implement vector search for knowledge retrieval. Use when adding RAG, semantic search, knowledge base features, or context building for the agent.
2ops-setup
Guide user through support platform setup. Use when user says "set up", "configure", "I'm on step X", or provides API keys/credentials.
2email-change
Transfer licenses to a new email address. Use when a customer wants to change account email, move a license, or update access after a job change.
2