Developers quickstart
Get a production‑ready router and agent runtime in minutes.
5‑minute setup
- Create a project and copy your API key.
- Install the SDK.
- Send requests to the unified `/route` endpoint.
- 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