Skip to content

Keydock

Multi-tenant HTTP key-value service. Buckets, keys, TTL, scoped tokens, counters, and atomic transactions — all over a simple HTTP API.

Buckets

Isolated namespaces with independent credentials. Each bucket has its own secret_key, read_key, write_key, and optional signing_key.

Keys and TTL

Store plain text, JSON, numeric, or raw byte values. Set per-write or per-bucket default TTL. Keys expire automatically.

TypeScript SDK

Official keydock-sdk package for Node.js, Bun, Deno, and browsers. ESM-only, Fetch-based, TypeScript-first.

OpenAPI and Swagger UI

Each running Keydock exposes /api-docs/openapi.json (spec) and /swagger-ui/ (explorer) on the same origin as the API.