verify_magic_link
Exchange a magic link token for access and refresh tokens. Creates the user if they don't 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 |
|---|---|---|---|
| token | Yes | The magic link token from the email link URL (?token=...) | |
| project_id | Yes | The project ID |