stripe
Installation
SKILL.md
Stripe Integration
Connection
- Base URL:
https://api.stripe.com - Auth: Bearer token via the per-user/org
STRIPE_SECRET_KEYcredential - Server lib:
server/lib/stripe.ts - Routes:
server/routes/stripe.ts - Dashboard:
app/pages/adhoc/stripe/(tool page, not metrics dashboard)
Credential
STRIPE_SECRET_KEY— configure in Settings → Data sources
Agent Action
Use stripe for agent-facing Stripe work. Do not call /api/stripe/*
directly from the agent.