Documentation Index
Fetch the complete documentation index at: https://docs.hubra.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
No parameters, no body, no auth.Response
| Field | Type | Description |
|---|---|---|
ok | boolean | Always true when this endpoint responds; if you cannot reach the API at all, you will get a network error instead. |
service | string | Always "hubra-agent-api". |
version | string | API surface version. Always "v1" for this endpoint. |
commit | string | Deployed commit SHA; "unknown" in dev or when not injected by the platform. |
time | string | Server time, ISO 8601. |
Use cases
- Smoke testing before running a stake flow.
- Deploy verification by comparing
commitagainst your expected SHA. - Clock drift checks by comparing
timeagainst your local clock.