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-sdkStart 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
- Quickstart to protect a route with the Node SDK today.
- Programmatic API Keys for backend-driven key lifecycle management.