coronium_check_token
Check if the cached proxy API token is still valid before starting a long session. Returns true if valid, false if it needs renewal.
Instructions
Verify the cached token is still valid. Returns true/false. Useful before a long agentic session — if invalid, call coronium_login or rely on auto-login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional explicit token to validate. Defaults to the cached one. |