Features Pricing FAQ
Log in Get Started

Features built for AI‑native billing

Ship subscription, usage, and outcome‑based pricing with a simple API, real‑time usage tracking, and beautiful customer dashboards.

Core pillars

Everything you need to launch, iterate, and scale pricing without engineering bottlenecks.

SDKs

Simple API & SDKs

Drop‑in client + server libraries for JS, Node, Python, and more.

Pricing

Flexible pricing models

Subscriptions, usage, and outcome‑based models — mix and match.

Dashboards

Customer portals

Hosted dashboards with usage transparency and invoices.

Tracking

Real‑time usage

Event ingestion with instant aggregation and alerts.

Rules

Rules & workflows

Trigger upgrades, caps, or reminders with a few clicks.

Compliance

Privacy‑first

Consent controls and regional storage to meet compliance.

Developer‑first by design

Instrument events in minutes and start billing on what actually matters.

  • Lightweight client SDK for capturing events
  • Server libraries with idempotent APIs
  • Webhooks for invoice creation & disputes
// JavaScript
import { Kivora } from "kivora-sdk";
const k = new Kivora({ apiKey: process.env.KIVORA_KEY });

await k.events.track({
  userId: "cust_123",
  unit: "meetings_booked",
  quantity: 1,
  metadata: { region: "us-east" }
});

// Usage summary\const usage = await k.usage.summary({ userId: "cust_123" });
console.log(usage.total);

Popular use cases

LLM tokens

Bill per token with rate tiers and monthly caps.

Agent outcomes

Charge only when an agent completes a task.

API requests

Usage‑based pricing per request with bursts handled.

Seats + usage

Combine per‑seat with event‑based overage.

Storage

Bill for vector DB and file storage by GB.

Credits

Sell credit packs with expirations and bonuses.

Why teams choose Kivora

Kivora Traditional billing
Outcome‑based pricing Built‑in Custom work
Real‑time usage Native Delayed exports
Customer dashboards Hosted DIY
Developer experience SDKs + webhooks Manual

Start with the API in minutes

Generous free tier. No credit card required.

Get Started