Choose a client posture.

Orbita intentionally exposes a small gRPC API. A complete client can connect to one load-balanced endpoint and let the server route requests to partition owners.

Available today

  • The CLI exercises KV, Admin, health, configuration, and partition operations.
  • orbita-go is a versioned Go client for the current pre-release API.
  • Language-neutral protobuf definitions can generate standard clients directly.

Not available yet

A supported Python SDK and an official smart routing client have not shipped. The repository’s Python suite uses generated stubs for conformance testing; it is not a published library.

Read Authoring clients before wrapping the generated API. Mutation retries, message-size discovery, conditions, and list cursors all have semantics that should remain visible.