stripe

officialscriptableproductivitybrew

Stripe · Webhook testing, payments debugging, and local dev from the terminal.

$ brew install stripe/stripe-cli/stripe
One-liner to try
$ stripe login && stripe listen --forward-to localhost:3000/api/webhooks

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
stripe --help
Agent URL
/cli/stripe/agent.md

Quick reference

Installbrew install stripe/stripe-cli/stripe
Verifystripe --help
First commandstripe login && stripe listen --forward-to localhost:3000/api/webhooks

About

The official CLI from Stripe. Webhook testing, payments debugging, and local dev from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. stripe login && stripe listen --forward-to localhost:3000/api/webhooks

Alternatives worth considering