Ceiba Docs

SDK And Runtime

SDKs

Ceiba integrates through Runtime plus a thin, language-specific SDK. The SDK extracts the downstream API key, calls Runtime, and maps the decision to stable behavior in your framework.

Available Now

Node

The Node SDK is published and ready to use. It ships an Express middleware and a Fastify pre-handler.

npm install @ceibalabs/ceiba-sdk

Start with the Quickstart or the Node SDK repository.

Upcoming SDKs

Additional SDKs are planned for the future, including a NestJS SDK extension, as well as Python and Go SDKs. We'll share further updates on programmatic API access here soon.

Continue