verify_magic_link
Verify a magic link token to obtain access and refresh tokens, automatically creating a new user account if needed. The token is valid for 15 minutes and can only be used once.
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 |