---
title: "Join Waitlist"
method: POST
path: "/api/waitlist/join"
tags: ["waitlist"]
---

# Join Waitlist

`POST /api/waitlist/join`

Add an email to the waitlist.

Always returns 200 to prevent email enumeration.
Rate-limited per IP.

## Request body

- WaitlistJoinRequest
  - `email` string, required
  - `name` string
  - `use_case` string
  - `source` string

## Response `200`

Successful Response

- StatusResponse
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
