EXTENSIONS
Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.
Filter by what you need and pull what fits.
Forge
Laravel Forge (API v2, org-scoped) — list servers, audit and idempotently provision sites (git-backed or repo-less, e.g. a reverse proxy to a Node app), set a site's .env from a vault reference, read and replace a site's nginx config, run root-level Bash on a server via Forge recipes, install LetsEncrypt SSL, and manage deployments (set deploy script, deploy with polling, read the deploy log).
Stripe
Stripe — snapshot products and prices, and idempotently ensure products, prices, and webhook endpoints exist. Captures price IDs (e.g. STRIPE_PRICE_PRO) and returns vaulted webhook signing secrets.
Bunny
bunny.net automation — idempotently provision CDN pull zones (global geo-zones, AutoSSL, force-HTTPS), add custom hostnames and load free Let's Encrypt certificates, create storage zones, Stream libraries and DNS zones; generated secrets (storage passwords, Stream API keys) auto-vault to 1Password. Pairs with @goodcraft/vercel to point custom domains at a pull zone.
Vercel
Vercel DNS — list the account's domains, list a domain's records, idempotently upsert records (skip when an identical type+name+value exists), and delete records by id; enough to cleanly re-point an apex from Vercel to an external server.
Customerio
Customer.io App API — snapshot segments and transactional messages, and run an idempotent per-brand readiness audit (segments + transactional messages) for a shared workspace.
Github
GitHub management — create repositories, releases, and pull requests via the GitHub REST API (Octokit). Read-only sync plus idempotent ensureRepo / ensureRelease / openPr, each dryRun by default.