Documentation
Everything you need
to build with Aria
Guides, API reference, and integration tutorials. From first API call to production deployment.
Quick Start — install & first call
npm install @replace-with-your-scope/aria-sdk
import Client from "@replace-with-your-scope/aria-sdk";
const client = new Client({ apiKey: "YOUR_API_KEY" });
const response = await client.chat.completions.create({
model: "pro",
messages: [{ role: "user", content: "Hello!" }],
});
return response.choices[0].message.content;Start here
Quick Start
Get your first API call working in under 5 minutes.
Read more
API Reference
Full reference for every endpoint, parameter, and response shape.
Read more
Integrations
Connect to your existing docs, chat, and issue-tracker stack through native plug-ins and a public webhook API.
Read more
Security & Compliance
Encryption-at-rest and in-transit details, audit-log access, data-residency options, and sub-processor transparency reports.
Read more
Guides
Step-by-step tutorials for common workflows and use cases.
Read more
Support
Can't find what you need? Reach our team directly.
Read more
Base URL: https://api.aria.example.invalid/v1