The Go SDK is not yet published as a public module. It will ship as
github.com/okikorg/orca-go with version tags; this page will be updated with
install and usage instructions when it is released. Until then, use the
TypeScript SDK (@orcapods/sdk on npm), the
Python SDK (orcapods on PyPI), or call the REST API directly
as shown below.Calling the API from Go today
The full Conductor surface is a plain REST API documented in the API Reference, so the standard library is all you need. Authenticate with a bearer API key; the tenant is derived from the key.GET /api/runs/{id}/events with
Accept: text/event-stream works with any SSE client library.