antrix.dev
Free Guide

Stripe Projects: Provision Your Stack from the CLI

From zero to a fully provisioned project with credentials in your .env.

Reading this alone?

Do it with peers — bi-weekly calls, $29/mo founding.

Join →
Short and sweet

Two commands. Under two minutes.

Install everything

brew install stripe/stripe-cli/stripe && stripe plugin install projects

Then open Claude Code (or Codex) and run:

Claude Code

/stripe-projects

Example prompt

“Create an MVP hosted on Vercel, backed by Supabase for auth and database, PostHog for analytics, Resend for transactional email, and Clerk for user management. Write credentials to .env and scaffold the Next.js app.”

The agent provisions each service, writes all credentials to your .env, and scaffolds the project. You skip the 14-tab signup marathon and go straight to building.

Need the full walkthrough? The step-by-step guide starts below.

1

What is Stripe Projects

Stripe Projects is a Stripe CLI plugin. It provisions third-party services — hosting, databases, auth, analytics, AI tools — directly from your terminal.

Instead of signing up for each service separately and manually copying API keys, you run one command. Your .env is written automatically. The credentials live in an encrypted local vault, not in plain text.

It solves a real problem: code generation got fast. Provisioning didn’t.

Key properties:

  • Resources provision in your own accounts on each provider, not in Stripe's
  • .env is written automatically after each add command
  • .projects/ directory tracks what's provisioned — commit state.json, gitignore vault/
  • Works with agents, CI pipelines, and across teammates
2

Install the Stripe CLI

You need Stripe CLI version 1.40.0 or higher. Install for your platform:

macOS

macOS

brew install stripe/stripe-cli/stripe

Linux (Debian/Ubuntu)

Linux

curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/public | gpg --dearmor | sudo tee /usr/share/keyrings/stripe.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/stripe.gpg] https://packages.stripe.dev/stripe-cli-debian-local stable main" | sudo tee -a /etc/apt/sources.list.d/stripe.list
sudo apt update && sudo apt install stripe

Windows

Windows

scoop bucket add stripe https://github.com/stripe/scoop-stripe-cli.git
scoop install stripe

Verify (must be 1.40.0+)

Verify

stripe --version

Action steps

  1. 1Run the install command for your platform
  2. 2Run stripe --version and confirm 1.40.0+
  3. 3If upgrading on macOS: brew upgrade stripe/stripe-cli/stripe
3

Install the Projects Plugin

The plugin adds the projects subcommand to the Stripe CLI. It installs in seconds.

Install

stripe plugin install projects

Verify the install:

Verify

stripe projects --help

Reading this and want to actually do it with others?

The community is bi-weekly live calls, async accountability, and a group of builders shipping in parallel. Founding seats are $29/mo.

4

Initialize Your Project

Run this from your project directory. If it’s your first time, a browser opens to authenticate with your Stripe account.

Init

stripe projects init --json --yes

What this creates:

  • .projects/state.json — tracks provisioned services (commit this)
  • .projects/vault/ — encrypted credentials (gitignore this)
  • .projects/cache/ — local cache (gitignore this)

Add these to your .gitignore:

.gitignore

.projects/cache
.projects/vault
.env

Action steps

  1. 1cd into your project directory
  2. 2Run stripe projects init --json --yes
  3. 3Complete browser auth if prompted
  4. 4Confirm .projects/state.json exists
  5. 5Update .gitignore with the three entries above
5

Browse the Catalog

See everything available:

Catalog

stripe projects catalog --json

Search for a specific provider:

Search

stripe projects search vercel --json
stripe projects search supabase --json

40+ providers as of mid-2026, organized by category:

HostingVercel, Cloudflare, Fly.io, Netlify, Railway, Render
DatabaseSupabase, Neon, PlanetScale, Turso, Chroma
AuthClerk, Auth0/Okta, WorkOS, Privy
AI/MLOpenRouter, Hugging Face, ElevenLabs, Browserbase, Inngest
AnalyticsPostHog, Mixpanel, Amplitude
ObservabilitySentry
CommsAgentMail, Twilio
CacheUpstash
CI/CDGitLab
SandboxDaytona, Runloop
SearchAlgolia, Firecrawl
6

Add a Service

General syntax:

Syntax

stripe projects add <provider>/<service> --json --yes --config '{"name":"<name>"}'

Vercel project example (note: --accept-tos shares your name, email, country, and phone with Vercel as part of account creation):

Vercel

stripe projects add vercel/project --json --yes --accept-tos --config '{"name":"my-app"}'

After provisioning Vercel, your .env contains:

VERCEL_ORG_ID=team_...
VERCEL_PROJECT_ID=prj_...
VERCEL_TOKEN=vca_...
VERCEL_PROJECT_URL=https://vercel.com/...

Supabase example:

Supabase

stripe projects add supabase/database --json --yes --config '{"name":"my-db","region":"us-east-1"}'

After provisioning Supabase, your .env contains:

SUPABASE_URL=https://...
SUPABASE_ANON_KEY=eyJ...
SUPABASE_SERVICE_ROLE_KEY=eyJ...

[ 01 ] the community · waitlist open

Build next to people who actually ship.

AI isn't going to make you money. Products do. Clients do. Real businesses do. AI is the unfair advantage — wire it into how you build, sell, and serve, and you move faster than everyone still doing it by hand.

operator:youwaitlist:openfleet:yours to installcalls:weekly liveprice:$29/mo founding

Is this you?

$ qualify --you

  • You live in Claude Code (or Codex) all day — and you're still the one doing every task, one prompt at a time.
  • You bill by the hour, and you can feel the ceiling. You want agents doing the repeatable work.
  • You're shipping your own thing — and want the whole business automated, not just the code.
  • You're senior and employed — and want this leverage running before your industry expects it.
  • You'd rather install the system than watch one more video about it.
  • Not for the make-money-online crowd. Not for day-one beginners. This is for people who already ship.

What you get

os/

Antrix OS — your fleet's control room

The system I run on real client work, installed where you build — not a video walkthrough.

Claude Code core MCP servers + hooks subagents + worktrees one dashboard

skills/

ax-* skill packs + installers

Drop-in capability. The packs and one-command installers that do the repeatable work.

  • ax-audit, ax-deliver, ax-simplify, ax-content
  • Ship Your Product — installer
  • Run the Machine — installer
  • Overnight pipelines: issues → PRs

setups/

Wired-up service setups

The integrations already configured the way production needs them.

  • Stripe — billing + webhooks
  • Supabase — auth + data
  • Vercel — deploy + edge
  • Resend — transactional email

access/

Direct access — to me and the network

When you're mid-build and stuck, you post and get an answer from someone who's shipped it.

  • Live working calls every week — builds, teardowns, Q&A
  • Architecture + payment reviews on your code
  • A peer network of operators who ship, not spectate
  • First look at overflow client work
Antrix OS — projects across every company, with live agents and open tasksAntrix OS — the agent roster: system agents, PMs, personas, and workers

← drag to explore the dashboard

The control room you'll run your fleet from — every project, agent, skill, schedule, and secret in one place. Members get the codebase.

$ fleet --ships

IG carousels, drafted overnightLead lists scraped for consultingClient reports + invoices, generatedContent research, done by morningOvernight PRs from open issuesWeekly ops digest, auto-assembled

[ 03 ] work with me directly

Hire me, and you get me — not an agency.

Don't want to run the fleet yourself — or need senior hands on your product now? I take a few clients each quarter, working direct on your codebase, your stack, your business. No junior handoffs, no account managers. Best fit if you're already shipping something real.

You're stuck on the hard part

We pair and ship it — the product, the agent, or the integration that's been blocking you — in the session, not in a follow-up doc.

AI is still just a chat window for you

I wire agentic workflows, multi-agent pipelines, and scheduled jobs into your business — turning AI from a tab you open into real leverage on revenue work.

You shipped it but you're not sure it holds

I review architecture, AI usage, and payments, then tell you what to keep, what to rip out, and what to ship next. Straight, no hedging.

You want to run it yourself

Sometimes you don't need me to run it — you need me in the room while you do. I set up the system and hand you the keys.

Specialty — payments & billing

If your product touches money, that's where I help most — subscriptions, marketplaces, and migrations at Babbel scale, Stripe-certified. Those engagements run through my consulting practice at invocation.io.

Tell me what you're building.

I reply within 24 hours.