### Self-Paced — **$97**
Best for independent learners.
- 65 lessons across 8 modules
- 13 scaffolded labs with solutions
- 56 quiz questions with answer keys
- 20 production-ready SKILL.md files (7 kits)
- Install scripts (PowerShell + bash)
- Capstone reference implementation
- Mock LLM for offline lab execution
- Instant download (9 ZIP packages)
Buy with Card — $97
Buy via Gumroad
### Enterprise — **$199**
Best for teams and organizations.
Everything in Self-Paced, plus:
- Private Discord channel
- 2 custom skills tailored to your stack
- 1-hour onboarding call
- Priority updates for 1 year
- Early access to new skill kits
Buy with Card — $199
Buy via Gumroad
### Cohort — **$247** (Next cohort: TBD)
Best for structured learning with deadlines.
Everything in Enterprise, plus:
- 6-week structured schedule with weekly milestones
- Weekly live office hours
- Peer review of capstone project
- Completion certificate
- Cohort alumni network
Buy with Card — $247
Buy via Gumroad
---
## Individual Skill Kits
Not ready for the full course? Buy individual kits:
| Kit | Price | What's Included |
|-----|-------|-----------------|
| Security Foundation | $49 | L3-L5 hooks, damage control, sandbox |
| Multi-Agent Orch. | $49 | Teams, chains, mental models, domain locks |
| Verifier Pro | $39 | Builder + verifier, claim decomposition |
| Task Discipline | $29 | TillDone core + progress + nudge |
| Autoresearch | $39 | Experiment loop, integrity guards |
| Observability | $29 | SQLite tracing, cost tracking |
| CEO Board | $49 | 11 agent definitions + verifier |
*Skill kits coming soon to Stripe. For now, [contact us](mailto:artale@fdsa.agency) to purchase individual kits.*
---
## What Happens After Purchase
1. **Instant redirect** to Stripe Checkout — pay with any card
2. **Download delivered** immediately after payment via email
3. **Enterprise/Cohort** — follow-up email within 24hrs with Discord invite
4. **Updates** — lifetime access, re-download anytime
---
## Setup Guide
To enable card payments, you need to:
1. Create a [Stripe account](https://dashboard.stripe.com/register)
2. Get your **Secret Key** from the Stripe dashboard
3. Set it as an environment variable for the checkout API:
```bash
# If using Cloudflare Worker:
echo "STRIPE_SECRET_KEY=sk_live_..." > .env
# If deploying the API separately, set:
export STRIPE_SECRET_KEY="sk_live_..."
```
The checkout API is at `api/checkout.js` — deployable as a Cloudflare Worker, Vercel function, or standalone Node.js server.
---
## Certificate
Students who complete the capstone project receive a Certificate of Completion. Verify at `fdsa.agency/verify`.
---
*Questions? Contact [artale@fdsa.agency](mailto:artale@fdsa.agency)*