Choose your path
Four key journeys. From beginner to production expert.
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
- 1Install @auraone/sdk
- 2Initialize AuraOneClient
- 3Create an evaluation run
- 4Wait for completion and review
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.
SDK Setup
Install the AuraOne SDK in TypeScript or Python
First API Call
Authenticate and hit your first AuraOne endpoint
Test Your Model
Evaluate any model inside the AuraOne loop
Production-grade
Advanced tutorials for production deployments. Safety-critical systems. High scale.
Regression Bank patterns
How to structure suites, replay failures, and keep evidence attached as your program grows.
Domain-Specific Labs
Domain templates, specialist routing, and evidence workflows by use case.
Safety Compliance
Evidence workflows for regulated programs (as applicable).
Performance & cost validation
How to measure latency, throughput, and cost envelopes with a repeatable harness.
Need a hand?
Documentation and support paths keep your evaluation moving. When you need a review, we will help you map the evidence chain.