DOCS · 01 / 07

Everything you need to build a representative.

POPULAR · UPDATED MAY 2026
QUICK START · 02 / 07

Live in four lines. Live in four minutes.

Paste a key, paste a URL, drop the embed snippet. The avatar is talking before your kettle boils.

1

Get an API key

Sign up free at aura.ai/start. We hand you a sandbox key in 30 seconds.

2

Create a persona

Point Aura at a URL or upload a doc. The persona is ready in under 90 seconds.

3

Drop the embed

Paste one line of HTML wherever you want the avatar to appear.

4

Talk to it

Open the page. The avatar is live, listening, and citing your content.

POST /v1/personas · curl
# Step 1 — Get an API keyexport AURA_KEY="sk_live_•••" # Step 2 — Create a personacurl https://api.aura.ai/v1/personas \ -H "Authorization: Bearer $AURA_KEY" \ -d '{ "name": "Maya", "knowledge": ["https://acme.com/help"] }' # Step 3 — Drop the embed<aura-embed persona-id="per_•••"></aura-embed> # Step 4 — Talk to it# Open your page. The avatar is live.
READY IN ~90 SECONDS · STREAM EVENTS VIA WEBHOOK
BROWSE · 03 / 07

Pick your layer.

Six categories cover everything from your first avatar to your hundredth deploy. Skim, click, copy.

BUILD · 04 / 07

Three doors into the platform.

REST for the strangers. SDKs for your stack. Webhooks for the events that matter. All typed, all versioned, all documented.

v1.0

REST API

Versioned REST endpoints with predictable shapes. JSON in, JSON out. Streaming where it matters.

POST /v1/personas
POST /v1/voices
POST /v1/conversations
GET  /v1/personas/:id/usage
v0.18.4

Typed SDKs

Officially supported SDKs for TypeScript, Python, and Swift. Source and types on GitHub.

npm i @aura-ai/sdk
pip install aura-ai
pod try AuraAI
# github.com/aura-ai/sdks
WS · v1

Webhooks

Real-time event stream — persona updates, conversation events, telemetry. Verifiable signatures.

{
  "type": "conversation.completed",
  "id": "evt_•••",
  "data": { "duration_ms": 84200 }
}
LEARN · 05 / 07

Guides our customers actually use.

The six articles that cover 80% of new-customer questions. Read them in order, or jump in at the level you need.

CHANGELOG · 06 / 07

What shipped this month.

Plain-spoken release notes — what changed, what to update, what to ignore.

v1.4.2
FEATURE

Real-time conversation memory across channels

Persona context now resumes between web, mobile, and voice channels — no manual session passing required.

v1.4.1
IMPROVEMENT

28% faster first-token latency on Voice

Streaming pipeline rewrite shaves first-audio latency from 580ms → 420ms on the median request.

v1.4.0
FEATURE

Self-hosted GPU images for Azure and GCP

Public container registry now ships images for AKS and GKE alongside the existing AWS EKS deployment.

v1.3.7
FIX

Fixed citation drift in long answers

Citations now stay anchored to source paragraphs even when the response exceeds 800 tokens.

COMMUNITY & SUPPORT · 07 / 07

Stuck? We'll be there in minutes.

Slack for the live conversation, GitHub for the open source, status for the system, support for the everything-else.

Slack community

Live conversations with engineers, makers, and the Aura team.

1,200+ ENGINEERS ONLINEOpen Slack →

GitHub

Open-source SDKs, sample apps, and a public issue tracker.

12 REPOS · MIT LICENSEBrowse GitHub →

Status page

Live uptime, regional status, and historical incident reports.

ALL SYSTEMS GOOpen status →

Email support

Direct line to engineering for paid plans. Slack for Enterprise.

1-BUSINESS-DAY SLAEmail support →
GET BUILDING · 08

Open the docs. Build the thing.

One sandbox key, one shared Slack, one searchable knowledge base. We answer in minutes — and we ship the fixes.

Free sandbox key. No credit card. Live in under 4 minutes.