pplx_auth_complete
Complete Perplexity authentication by submitting the 6-digit email verification code. On success, the session token is saved, enabling all pplx_* tools. Supports TOTP codes when enabled.
Instructions
Complete Perplexity authentication with the verification code.
Use the 6-digit code received via email after calling pplx_auth_request_code. On success, the session token is saved and all pplx_* tools will work.
Args: email: Your Perplexity account email (same as used in pplx_auth_request_code) code: The 6-digit verification code from your email totp_code: The 6-digit authenticator code when TOTP is enabled
Returns: Status message with authentication result and subscription tier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| Yes | |||
| totp_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |