hermes_login
Opens a Hermes SSO sign-in window to capture session cookie. Use at task start or when authentication errors occur.
Instructions
Open a browser sign-in window for Hermes (SSO) and capture the session cookie. By default it WAITS until you finish signing in, then returns success so you can proceed. Call this at the start of a Hermes task if not signed in, or whenever a tool reports an authentication error. (Skips the popup if already signed in.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait until sign-in completes before returning (default: true). | |
| timeoutSeconds | No | Max seconds to wait for sign-in, 30-300 (default: 150). |