Reference configurations for common patterns. Each example is a complete, annotated
opensdk.yaml you can copy and adapt.
The smallest valid opensdk.yaml — just the three required fields. Generators apply their own idiomatic defaults for everything omitted.
Go, TypeScript, and Python — idiomatic style per language, cursor pagination, retry logic, and bearer auth.
A Go SDK designed to back a Terraform provider — Reconcile() functions, drift detection, immutable fields, and OTel tracing.
TypeScript SDK with OAuth2 auth, webhook HMAC verification, SSE streaming, and a vitest-compatible mock client.