Quickstart
Welcome to Kirha, the real-time data layer for AI agents. Connect to premium data providers through a single API, with built-in tool planning and micropayments.
Quickstart
Create an account and get your API key
Sign up at app.kirha.com and grab your API key from the dashboard. See Authentication for details.
Install the SDK
npm install kirhapnpm add kirhayarn add kirhabun add kirhaRun your first query
import { Kirha } from "kirha";
const kirha = new Kirha({
apiKey: process.env.KIRHA_API_KEY,
vertical: "crypto",
});
const result = await kirha.search("What is the current price of Bitcoin?");
console.log(result.data);Explore the docs
TypeScript SDK
Typed client with built-in error handling for Kirha's data layer.
Search API
HTTP API with auto mode and plan-review-execute workflows.
Local Planner
Run the planner model locally with vLLM or MLX.
Verticals
Browse available data domains and their providers.
Kirha MCP
Connect Kirha to Claude, n8n, Zapier, and more via MCP.
Providers Graph
Explore providers and tools visually in the dashboard.