API observability platform · in public beta
Kivia is a lightweight platform that captures every HTTP request your APIs serve — keys, latency, status codes, paths — and surfaces them in a live dashboard you can read at a glance.
Integrate Kivia in minutes. Native SDKs for Go and JavaScript — works with Express, Hono, Fastify, and Elysia. Zero config, zero overhead, zero ceremony.
Create a client, wrap your handler, and Kivia captures everything automatically.
client := kiviasdk.NewClient("kivia_sk_...")
handler := client.NewLog(mux)
http.ListenAndServe(":8080", handler)Watch live traffic, statuses, and latency in the dashboard.
POST /auth/login 200 45ms
GET /api/v1/projects/all 200 12ms
POST /api/v1/logs/create 201 8ms
GET /api/v1/logs/all/abc 200 3msCreate and revoke keys per project. Keys are hashed and stored securely.
Name Key Status
production kivia_sk_a3f••• ● Active
staging kivia_sk_7x2••• ● Active
deprecated kivia_sk_old••• ○ RevokedScope keys and logs per project. Ideal for microservice architectures.
production-api 3 keys 12,847 reqs
staging-api 2 keys 1,203 reqs
internal-tools 1 key 456 reqsAdd Kivia to your Go or JavaScript project.
›go get / npm installGenerate a key in the dashboard for your project.
›kivia_sk_...One line captures every request automatically.
›client.middleware()See live traffic, latency, and status codes instantly.
›dashboard >Lightweight SDKs that wrap your existing HTTP handlers. No refactoring, no config files. Import and observe.
Watch every API request as it happens with live-updating logs and status indicators.
Generate, rotate, and revoke API keys with fine-grained per-project control.
Pinpoint slow endpoints with detailed latency breakdowns and percentile tracking.
Three lines of code. Works with Express, Hono, Fastify, Elysia, and Go out of the box.
Isolated keys and logs per project. Perfect for multi-service architectures.
Query past requests by date range, status code, and path with full context.
Integration time
From npm install to first capture.
Middleware overhead
Async log shipping. Non-blocking.
Request capture rate
Every request. Every status. Every path.