Skip to main content

Install

Authenticate

Keep the API root and credential in environment variables:
The client accepts project API keys and personal access tokens.

List projects

The runnable quickstart constructs the client and begins with a real read against GET /projects:
See Projects for the request and response contract.

Next steps

The SDK method reference maps common workflows to Go method names. The canonical SDK behavior contract defines retries, timeouts, cancellation, errors, headers, and cursor iteration across languages. The Go SDK source contains the complete client surface and typed resources.