Service-friendly
Well suited for protocol APIs, event relays, and backend workers.
See reference servicesThe Go SDK fits execution backends and protocol services that value straightforward concurrency, stable contracts, and operational simplicity.
What this page covers
Well suited for protocol APIs, event relays, and backend workers.
See reference servicesUseful when many mission activities and evidence streams run in parallel.
See lifecycleStable types and payload shapes matter for interoperable infrastructure.
Read specmission, _ := client.Missions.Create(ctx, payload)
client.Evidence.Attach(ctx, mission.ID, evidence)
verification, _ := client.Verifications.Evaluate(ctx, mission.ID)
Compare language surfaces while preserving the same protocol core.
Open overviewTrack where official SDK support is headed next.
See roadmapThe protocol should remain stable while implementations scale. Go is a good fit for those lower-level protocol services.