Docs
SDKs, protobuf reference, operator runbooks.
Customer SDKs in TypeScript, Python, Go, and Java. REST + gRPC reference generated from the protos. Operator runbooks for self-hosted deployments.
Coming soon
The proper docs site is in progress. Until it lands, the canonical sources are:
- Protobuf schemas: github.com/iogrid/iogrid/tree/main/proto — the source of truth for the gRPC + REST surface.
- TypeScript SDK: @iogrid/sdk on GitHub — README has end-to-end examples for every workload type.
- Python SDK: iogrid on PyPI — async-first, httpx-based, Python 3.10+.
- Go SDK: go.iogrid.org/sdk — idiomatic Go client, context-aware.
- Java SDK: org.iogrid:sdk on Maven Central — Java 17+, GraalVM-friendly.
- Architecture: docs/ARCHITECTURE.md — how the daemon, coordinator, and management plane fit together.
- Operator runbooks: docs/RUNBOOKS.md — provisioning, chart bump, failover recovery.