AuraOne Tutorials

Tutorials.Build with confidence.

Short, practical guides to set up evaluation-first workflows, route human review, and export evidence.
Start with one template. Add rigor as you scale.

SDK-aligned examples
From quickstart to rollout
Evidence hooks built in
Scroll to explore
Featured Tutorial

Your First AuraOne Evaluation

Install the SDK, run an evaluation, and review the result. Output is illustrative; exact workflows vary by template and deployment.

Steps

  1. 1Install @auraone/sdk
  2. 2Initialize AuraOneClient
  3. 3Create an evaluation run
  4. 4Wait for completion and review
index.ts
npm install @auraone/sdk

import { AuraOneClient } from "@auraone/sdk";

const client = AuraOneClient.withApiKey(process.env.AURAONE_API_KEY!);

async function run() {
  const result = await client.evaluations.create({
    template_id: "rubric.web.qa",
    agent_bundle_url: "s3://bundle.zip",
    wait: true,
  });

  console.log("evaluation:", result.id, result.status);
}

run();

Quick wins

3-5 minute tutorials. Build momentum fast.

3 min

SDK Setup

Install the AuraOne SDK in TypeScript or Python

Start quick win
5 min

First API Call

Authenticate and hit your first AuraOne endpoint

Start quick win
5 min

Test Your Model

Evaluate any model inside the AuraOne loop

Start quick win
Advanced

Production-grade

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

Template
Patterns

Regression Bank patterns

How to structure suites, replay failures, and keep evidence attached as your program grows.

View tutorial
10+
Domain labs

Domain-Specific Labs

Domain templates, specialist routing, and evidence workflows by use case.

View tutorial
Runbook
Checklist

Safety Compliance

Evidence workflows for regulated programs (as applicable).

View tutorial
Perf
Harness

Performance & cost validation

How to measure latency, throughput, and cost envelopes with a repeatable harness.

View tutorial

Ready to evaluate
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