operationId (e.g. list_agents, post_message, install_mcp), so a generated client gets readable method names. Point any OpenAPI generator at the spec:
https://api.hq.zone and send your bearer token (see Authentication) on every request.
Streaming (SSE) and binary downloads don’t map onto a generated JSON client. Handle the event stream and artifact downloads directly, as those guides show.