AuraOne Tutorials

AuraOne tutorials.Rehearsals on demand.

Install the spine, convert escapes to firmware, train TrustScore™ guilds, and route Domain Labs—all before production wakes up.
Every AI deserves an Aura. Start rehearsing.

Working AuraOne code examples
Beginner to command center
Guardrails ready on day one
Scroll to explore
Featured Tutorial

Your First AuraOne Rehearsal in 5 Minutes

Install the AuraOne SDK, configure your key, lock your first guardrail, and watch the telemetry answer back before daylight.

Steps

  1. 1Install @auraone/sdk
  2. 2Initialize the AuraOne client
  3. 3Create and queue a rehearsal
  4. 4Review guardrail receipts
index.ts
npm install @auraone/sdk

import { AuraOne } from '@auraone/sdk';

const launch = new AuraOne({
  apiKey: process.env.AURAONE_API_KEY,
  guardrails: "regression-bank"
});

const rehearsal = await launch.evaluations.create({
  name: "First AuraOne Rehearsal",
  model: "astro-v4",
  testCases: [{
    input: "Capital of France?",
    expected: "Paris"
  }]
});

await rehearsal.run();
await launch.regressions.lock();
console.info("AuraOne guardrail locked.");

Quick wins

3-5 minute tutorials. Build momentum fast.

3 min

SDK Setup

Install the AuraOne SDK in TypeScript or Python

5 min

First API Call

Authenticate and hit your first AuraOne endpoint

5 min

Test Your Model

Rehearse any model inside the AuraOne loop

Advanced

Production-grade

Advanced tutorials for production deployments. Safety-critical systems. High scale.

0.5%
Escape rate

The Regression Bank™ Stats API

10,847+ failures rehearsed into AuraOne firmware with Stats API telemetry

View tutorial
10
Specialized labs

Domain-Specific Labs

Ten domain labs wired for regulated launches

View tutorial
Days
To compliant

Safety Compliance

AuraOne evidence for FDA, ISO 26262, DO-178C

View tutorial
1,818
Evals/minute

High-Scale Production

10,000+ AuraOne evaluations per day

View tutorial

Ready to rehearse
with the AuraOne?

Thousands of developers choreograph guardrails, routing, and approvals here first.
Five minutes to your first playback.

Free to start
Production-ready tutorials
Community + architect support