agentic-ai-engineering/site/buy.md

102 lines
3.4 KiB
Markdown

# Buy
<div class="payment-note">
<span class="material-symbols-outlined">lock</span>
Secure checkout powered by Gumroad
</div>
## Choose Your Tier
<div class="tier-grid">
### 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 Self-Paced — $97](https://gumroad.com/l/fdsa-agentic-selfpaced) — *Instant access after purchase*
### 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 Enterprise — $199](https://gumroad.com/l/fdsa-agentic-enterprise) — *Team license included*
### 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
[Join Cohort — $247](https://gumroad.com/l/fdsa-agentic-cohort) — *Next cohort date TBD*
</div>
---
## Individual Skill Kits
Not ready for the full course? Buy individual kits:
| Kit | Price | What's Included | Buy |
|-----|-------|-----------------|-----|
| Security Foundation | $49 | L3-L5 hooks, damage control, sandbox | [Buy](https://gumroad.com/l/fdsa-kit-security) |
| Multi-Agent Orch. | $49 | Teams, chains, mental models, domain locks | [Buy](https://gumroad.com/l/fdsa-kit-orch) |
| Verifier Pro | $39 | Builder + verifier, claim decomposition | [Buy](https://gumroad.com/l/fdsa-kit-verifier) |
| Task Discipline | $29 | TillDone core + progress + nudge | [Buy](https://gumroad.com/l/fdsa-kit-task) |
| Autoresearch | $39 | Experiment loop, integrity guards | [Buy](https://gumroad.com/l/fdsa-kit-research) |
| Observability | $29 | SQLite tracing, cost tracking | [Buy](https://gumroad.com/l/fdsa-kit-obs) |
| CEO Board | $49 | 11 agent definitions + verifier | [Buy](https://gumroad.com/l/fdsa-kit-ceo) |
---
## What Happens After Purchase
1. **Instant download** — ZIP packages delivered immediately via Gumroad
2. **Access links** — Course materials, labs, and skill kits in your Gumroad library
3. **Enterprise/Cohort** — You'll receive a follow-up email within 24hrs with Discord invite and onboarding details
4. **Updates** — Lifetime access includes all future updates. Re-download anytime.
---
## Certificate
Students who complete the capstone project receive a Certificate of Completion. The certificate verifies completion of 65 lessons, 13 labs, 56 quizzes, and a production-grade capstone project. Verify at `fdsa.agency/verify`.
---
*Questions? Contact [artale@fdsa.agency](mailto:artale@fdsa.agency)*
<style>
.payment-note {
display: flex; align-items: center; gap: 8px;
background: rgba(217, 92, 65, 0.08);
border: 1px solid rgba(217, 92, 65, 0.2);
padding: 12px 16px; border-radius: 8px;
font-size: 13px; color: #d95c41; margin-bottom: 32px;
}
.tier-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px; margin: 24px 0;
}
.tier-grid h3 { margin-top: 0; }
.tier-grid ul { margin-bottom: 20px; }
</style>