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.
Choose your path
Four key journeys. From beginner to production expert.
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
- 1Install @auraone/sdk
- 2Initialize the AuraOne client
- 3Create and queue a rehearsal
- 4Review guardrail receipts
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.
SDK Setup
Install the AuraOne SDK in TypeScript or Python
First API Call
Authenticate and hit your first AuraOne endpoint
Test Your Model
Rehearse any model inside the AuraOne loop
Production-grade
Advanced tutorials for production deployments. Safety-critical systems. High scale.
The Regression Bank™ Stats API
10,847+ failures rehearsed into AuraOne firmware with Stats API telemetry
Domain-Specific Labs
Ten domain labs wired for regulated launches
Safety Compliance
AuraOne evidence for FDA, ISO 26262, DO-178C
High-Scale Production
10,000+ AuraOne evaluations per day
Stuck in the AuraOne?
Community specialists, documentation, and videos keep your rehearsal moving.