Build on arosplatforms.
Reference for our products and APIs. Clear, versioned, and written for engineers in a hurry.
quickstart.ts
import { aros } from "@aros/sdk";
const client = aros({ apiKey: process.env.AROS_KEY });
// ask your own data, grounded + cited
const res = await client.ask({
query: "Renewals expiring in 30 days?",
source: "crm",
});
console.log(res.answer, res.citations);Getting started
- Set up access
- Authentication
- Your first call
- Environments
Guides
- Build a copilot
- Wire an agent
- Ground with RAG
- Add evals
API reference
- REST endpoints
- Webhooks
- Rate limits
- Errors
SDKs
- TypeScript
- Python
- Examples
- Changelog
Docs are access-gated for now.
We open them up per engagement. Tell us what you're building and we'll get you in.