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 .mdJSON
Readiness
Great for agents · 75/100
Verify
stripe --help
Agent URL
/cli/stripe/agent.md

Quick reference

Install
brew install stripe/stripe-cli/stripe
Verify
stripe --help
First command
stripe login && stripe listen --forward-to localhost:3000/api/webhooks
Machine JSON
/cli/stripe.json

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