What depotsdk-go is for
- Typed Depot API access from Go services and CLIs
- Bearer token auth (organization or build-scoped tokens)
- Connect-style requests over the Depot HTTP API
Install (when published)
Pointgo get at the module path shipped by the solvedggorg/depotsdk-go repository once you consume it as a dependency. Until publish notes land here, clone or replace from the org remote and follow the repo README.
Auth
Use
Authorization: Bearer with an organization token (or build token for build-scoped calls).
How it fits the suite
Full API schemas live in Depot’s Buf registry, not in this docs site. Link out for service definitions; keep this product section focused on how solved.gg ships and uses the SDK.
Status
Introduction only. Expand with install, examples, and error helpers as the org module surface freezes.- Source: github.com/solvedggorg/depotsdk-go
- Upstream Depot API docs: buf.build/depot/api
- Org overview: solved.gg/projects
What to expect next in these docs
- Confirmed module path and versioning
- Quickstart (list projects)
- Auth and environment reference
- Error helpers and CI integration notes