Developer portal

Build on GeeCee OS

First-party SDKs, a typed CLI and reference implementations for every supported runtime.

Quickstart

Authenticate and make your first call

npm i @geecee/sdk

import { GeeCee } from "@geecee/sdk";

const gc = new GeeCee({
  apiKey: process.env.GEECEE_API_KEY,
  tenant: "prod-in-west-1",
});

const items = await gc.inventory.items.list({ limit: 50 });

Tooling

GeeCee CLI
brew install geecee/tap/gc
OpenAPI 3.1 reference
Always in sync with production
Sample projects
9 reference repositories

SDK downloads

React SDK
v3.4.1 · TypeScript · 48 kB
Flutter SDK
v2.9.0 · Dart · 1.2 MB
Node SDK
v4.1.2 · TypeScript · 62 kB
.NET SDK
v2.2.7 · C# · 840 kB
Python SDK
v3.0.4 · Python · 210 kB
Postman Collection
v2026.08 · JSON · 96 kB