Kaiten
API Reference

API Reference

REST API, GraphQL, and OpenFeature (OFREP) endpoints.

API Reference

Kaiten exposes three API interfaces:

APIProtocolPurposeAuth Required
RESTHTTP/JSONPrimary API for all CRUD operationsYes
GraphQLHTTP/JSONDashboard-optimized queriesYes
OFREPHTTP/JSONOpenFeature flag evaluationYes (ksh_* tokens only)

Base URL

  • Local: http://localhost:6000/api
  • Cloud: https://api.kaiten.sh/api

Authentication

All endpoints require authentication via:

  • JWT (from your Identity Provider) — for dashboard/browser access
  • API Token (Bearer ksh_xxx) — for programmatic access

See Authentication for details.

Explore

Interactive API Documentation

When running Kaiten locally, you can access the interactive Scalar API docs at:

http://localhost:6000/api/docs

The OpenAPI specification is available at:

http://localhost:6000/api/openapi.json

On this page