All guides
API reference · 5 min

API overview

A small API on purpose — events in, entitlement checks out, webhooks when things happen.

Most billing platforms hand you fifty endpoints and a build plan. Kribana's surface is deliberately small.

EndpointPurpose
POST /v1/eventsIngest usage events — the one endpoint every integration needs.
GET /v1/entitlements/:customer/:featureCheck feature access, seats and balances at request time.
GET /v1/customers/:idCreate customers, read balances, plans and usage.
WebhooksInvoices, payments, agent actions — every billing moment, pushed to you.

Full OpenAPI reference is coming next. Until then, the guides above cover the shapes you'll use day to day. Start with Quickstart and Usage events.

Base URL

https://api.kribana.com

All requests require a bearer token.