auth_login
Initiates xAI OAuth PKCE login to authenticate and obtain tokens. Optionally waits for the callback to capture and store tokens.
Instructions
Start xAI web OAuth PKCE login using the Hermes Agent client. Use wait=true to capture the localhost callback and store tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait for http://127.0.0.1:56121/callback and exchange the authorization code. | |
| timeout_ms | No | Callback wait timeout in milliseconds. Defaults to 120000. |