# FormRelay Form backend for static sites. POST a form to us, the key owner gets the submission by email plus a private web inbox. No signup, no DNS setup, no SDK. Base URL: https://www.useformrelay.com ## 1. Provision an access key (one call, no auth) POST https://www.useformrelay.com/api/keys Content-Type: application/json Body: {"email": "owner@example.com", "site": "example.com", "subject": "optional email subject", "redirect_url": "optional https thank-you page"} Free plan: 3 forms per email. Response: {"success": true, "access_key": "...", "inbox_url": "...", "confirmed": false, "embed_html": "