Connection Doctor
ethora-doctorDiagnose Ethora session issues by validating configuration against active auth mode and pinging the API. Get actionable suggestions if connectivity fails.
Instructions
Diagnose the session: validate the config is internally consistent for the active auth mode and ping the Ethora API (GET /v1/ping). Returns { state, checks, ping, suggestions }.
Auth: none required; report is tailored to whatever credentials are set. Errors: rarely throws — instead returns suggestions and a ping.ok: false block when the API is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | HTTP timeout in milliseconds for the ping request. Defaults to 3000. Raise it on slow links, lower it to fail fast. |