Try send-mail without authentication (simulation)
Unauthenticated sandbox for POST /send-mail. Accepts the same request body, validates it identically, and returns a realistic synthetic success envelope with demo: true. No email is sent, queued, or stored. Use this to exercise the send flow without credentials; to send real mail, sign up at https://primitive.dev/signup for an API key and call POST /send-mail with Authorization: Bearer prim_<key>.
Headers
Optional client-supplied idempotency key. Retrying a request with the same key returns the original result instead of performing the action a second time; if omitted the server derives one from the canonical payload hash. Safe to retry network failures without duplicating side effects.
Request body
Response
Simulated send accepted. Identical shape to a fresh asynchronous /send-mail response, plus a top-level demo flag. No mail was sent.