---
title: "POST /v1/waitlist — public request-access endpoint (landing form + the signup form's one-click request). Idempotent; reveals nothing about existing entries or approval state."
method: POST
path: "/v1/waitlist"
tags: ["waitlist"]
---

# POST /v1/waitlist — public request-access endpoint (landing form + the signup form's one-click request). Idempotent; reveals nothing about existing entries or approval state.

`POST /v1/waitlist`

## Request body

- JoinWaitlistRequest — Request-access body for the public waitlist endpoint.
  - `email` string, required

## Response `200`

Request recorded

- MessageResponse — Simple message response for operations without a body.
  - `message` string, required

## Other responses

- `400` — Invalid email

---

[API](https://skmtc.dev/microsandbox/apis/microsandbox-api.md) · [All operations](https://skmtc.dev/microsandbox/apis/microsandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microsandbox/microsandbox-api/revisions/23f2a45cb09b/schema)
