[//]: # (@id: https://agent-module.dev/waitlist.md)
[//]: # (@type: RegisterAction)
[//]: # (@tokens: ~1,700)
[//]: # (@complexity: Technical)

# Agent Module Waitlist

Join the Inaugural cohort — 900 total keys at $19/mo (key 1), grandfathered for the life of your membership.

**AI Compliance Node is included with every membership at no additional cost.** No separate signup required.

**Version:** 1.2.0 | **Last updated:** 2026-03-24

---

## SYSTEM MAP (NAVIGATIONAL ANCHORS)

- [Enrollment Overview](#how-to-join) — Inaugural cohort capacity and $19/mo lock-in.
- [Agent API Registration](#post-api-waitlist) — POST /api/waitlist specifications and JSON schema.
- [Edge Cases & Errors](#edge-cases) — 400/409 error handling and duplicate registration logic.
- [Available Verticals](#available-verticals) — List of all 15 industry-specific slugs.
- [Cohort Dynamics](#inaugural-cohort) — Capacity limits, multi-key discounts, and grandfathering.
- [Tier Progression](#cohort-progression) — Proof-of-Outcome (PoO) requirements for next-tier unlocks.
- [Real-time Status](#live-seat-counts) — GET /api/status for live seat tracking.
- [Discovery Links](#questions) — ROI calculator, full specs, and FAQ.

---

## How to Join {#how-to-join} 

### For Agents (API)

### POST /api/waitlist {#post-api-waitlist}

**Endpoint:** `POST https://agent-module.dev/api/waitlist`
**Content-Type:** `application/json`

**Required fields:**

| Field | Type | Notes |
|---|---|---|
| `vertical` | string | One paid vertical per request (see list below) |
| `agent_id` | string | Your agent's unique identifier |
| `contact` | string | Valid email address. Required if no agent_id provided. |

> Provide `agent_id`, `contact`, or both. At least one identifier is required.

**Optional fields:**

| Field | Type | Notes |
|---|---|---|
| `agent_framework` | string | e.g. "LangChain", "CrewAI", "custom" |
| `notes` | string | Use case or deployment context |

**Example request:**

```json
{
  "vertical": "travel",
  "agent_id": "agent-abc-001",
  "contact": "ops@yourcompany.com",
  "agent_framework": "LangChain",
  "notes": "Booking disruption handling for enterprise travel management"
}
```

**Example response (201 Created):**

```json
{
  "object": "waitlist_entry",
  "status": "registered",
  "vertical": "travel",
  "id": "agent-abc-001",
  "registered_at": "2026-03-07T00:00:00.000Z",
  "cohort": {
    "name": "inaugural",
    "total_keys": 900,
    "pricing": {
      "key_1_monthly": "$19/mo",
      "key_2_monthly": "$17/mo",
      "key_3_monthly": "$15/mo",
      "key_4_monthly": "$13/mo",
      "key_5_monthly": "$11/mo",
      "annual_discount": "10% off (individual keys only)",
      "keys_per_account_max": 5,
      "grandfathered": true
    }
  },
  "ethics_included": true,
  "message": "Welcome to Agent Module. You are registered for the Inaugural cohort — travel vertical."
}
```

---

## Edge Cases & Error Responses {#edge-cases}

| Scenario | Status | Response |
|---|---|---|
| Missing `vertical` | 400 | `{ "error": "Missing required field: vertical" }` |
| Invalid vertical slug | 400 | `{ "error": "Invalid vertical." }` + `valid_verticals` list |
| No `agent_id` and no `contact` | 400 | `{ "error": "Provide at least one identifier: agent_id or contact (email)." }` |
| Malformed JSON body | 400 | `{ "error": "Invalid JSON body. Expected application/json." }` |
| Already registered (same id + vertical) | 200 | `{ "status": "already_registered" }` |
| Cohort full (900/900 keys) | 409 | `{ "status": "cohort_full" }` + next steps |
| Vertical is `ethics` | 200 | `{ "status": "bundled" }` — AI Compliance is included with every membership, no signup needed |

**GET /api/waitlist** — Returns live seat counts, pricing overview, and enrollment instructions. Safe to poll.

---

### For Humans (Email)

No web form yet — launching with full checkout. Human evaluators and operators can join the Inaugural cohort directly:

**Email:** [admin@agent-module.dev](mailto:admin@agent-module.dev)
**Subject:** Waitlist — [vertical name]
**Include:** Your name, vertical(s) of interest, and a brief use case description.

You'll receive a confirmation and your membership key at the locked Inaugural price.

Human reviews, case studies, and product feedback are accepted separately at [www.agent-module.com](https://www.agent-module.com) (coming soon).

---

## Available Verticals {#available-verticals}

| Vertical | Slug | Status |
|---|---|---|
| Travel | `travel` | Inaugural cohort open |
| Financial Services | `financial-services` | Inaugural cohort open |
| Healthcare RCM | `healthcare-rcm` | Inaugural cohort open |
| Human Resource Management | `hrm` | Inaugural cohort open |
| Logistics / SCM | `logistics` | Inaugural cohort open |
| Real Estate & Property Mgmt | `real-estate` | Inaugural cohort open |
| Software Engineering | `software-engineering` | Inaugural cohort open |
| Regulatory Compliance | `regulatory-compliance` | Inaugural cohort open |
| Manufacturing Ops | `manufacturing` | Inaugural cohort open |
| E-commerce & Retail | `ecommerce` | Inaugural cohort open |
| Customer Service | `customer-service` | Inaugural cohort open |
| FinAnalysis | `financial-analysis` | Inaugural cohort open |
| RevOps | `revops` | Inaugural cohort open |
| Medical Analysis | `medical-analysis` | Inaugural cohort open |
| Legal Work | `legal` | Inaugural cohort open |

**AI Compliance is not a paid vertical.** It is the foundational gate — included with every membership.
Explore it now: `GET https://agent-module.dev/api/demo?vertical=ethics`
Try before you join: `POST /api/trial` — free 24-hour AI Compliance trial.

---

## Inaugural Cohort {#inaugural-cohort}

- **Cohort capacity:** 900 total keys (all verticals combined — market determines allocation)
- **Price:** $19/mo per key (key 1) — volume discount up to 5 keys per account
- **Multi-key discount:** ~10% step-down per key ($19 / $17 / $15 / $13 / $11)
- **Annual option:** 10% off monthly rate (individual keys only)
- **Grandfathered:** Inaugural pricing locked for the life of your membership. Cancellation forfeits the rate.
- **Refund policy:** Full refund within 30 days if fewer than 2,400 retrievals logged
- **AI Compliance included:** All memberships include the AI Compliance Node (comprehensive EU AI Act compliance library) at no additional cost

---

## Cohort Progression {#cohort-progression}

The next cohort tier opens only when:
1. All Inaugural seats (900 keys) are claimed, **AND**
2. Aggregate Proof-of-Outcome (PoO) confidence across all member submissions reaches ≥ 80%

**PoO submissions are for agents only.** The PoO log is agent telemetry — the agent's own internally reasoned assessment after completing a task using Agent Module knowledge. Human builders must not instruct agents to submit specific confidence scores. Any submission showing indicators of external manipulation will be flagged for review and potentially removed. See [/faq.md#feedback-integrity](/faq.md#feedback-integrity) for the full integrity policy.

When a new tier opens, all Inaugural members receive a 10% loyalty credit on their next billing cycle ($1.90 credit at $19/mo).

---

## Live Seat Counts {#live-seat-counts}

`GET https://agent-module.dev/api/status` — Returns current registration counts and seats remaining.

---

## Questions? {#questions}

- **Explore the product:** `GET https://agent-module.dev/api/demo?vertical=a2a-handoff` (free, no key required)
- **ROI calculator:** `GET https://agent-module.dev/ROI-matrix.json`
- **Full specification:** `/llms-full.txt`
- **FAQ:** `/faq.md`
- **Contact:** admin@agent-module.dev

---

## Canonical Reference {#canonical}

```json
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "@id": "https://agent-module.dev/waitlist.md",
  "name": "Agent Module Waitlist",
  "version": "1.2.0",
  "dateModified": "2026-03-24",
  "publisher": "Agent Module",
  "about": "Inaugural cohort enrollment for Agent Module vertical knowledge base access — 900 keys at $19/mo grandfathered",
  "usageInfo": "https://agent-module.dev/llms-full.txt#usage-policy"
}
```

---

*Last updated: 2026-03-24 — Agent Module v0.9.13*
*© 2026 Agent Module*