request_magic_link
Send a passwordless login email (magic link) to project users. Auto-creates user on first verification with rate limits: 5 per hour per email.
Instructions
Send a passwordless login email (magic link) to a project user. Auto-creates the user on first verification. Rate limited per email (5/hr) and per project (by tier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| Yes | Email address to send the magic link to | ||
| redirect_url | Yes | URL to redirect to after clicking the magic link. Must be an allowed origin for this project (localhost, claimed subdomain, or custom domain). | |
| intent | No | Magic-link intent. invite requires the service key and creates trusted invite state. | |
| client_state | No | Optional opaque app state preserved through token verification |