verify_magic_link
Exchange a magic link token for access and refresh tokens. Creates a new user if they do not exist. Token is single-use and expires in 15 minutes.
Instructions
Exchange a magic link token for access_token + refresh_token. Creates the user if they don't exist. Token is single-use and expires in 15 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| token | Yes | The magic link token from the email link URL (?token=...) |