Developers quickstart

Get a production‑ready router and agent runtime in minutes.

5‑minute setup

  1. Create a project and copy your API key.
  2. Install the SDK.
  3. Send requests to the unified `/route` endpoint.
  4. Watch traces and savings in the dashboard.
npm install @skyaiapp/sdk

import { SkyAI } from "@skyaiapp/sdk";

const sky = new SkyAI({ apiKey: process.env.SKYAIAPP_API_KEY });

const res = await sky.route({
  goal: "cost",
  strategy: "balanced",
  messages: [{ role: "user", content: "Summarize this document..." }],
});

console.log(res.output);

Routing policies

  • Cost‑aware vs quality‑first strategies
  • Fallback chains and regional rules
  • Per‑tenant budgets and rate limits
  • Prompt versioning + eval A/B