RESOURCES · DOCS · DEPLOYMENT GUIDE

Deployment without guesswork.

Start with one workflow. Confirm the evidence chain. Expand with review-ready operations already in place.

MANAGED PATH
Cloud

Hosted deployment with review-ready controls from the first run.

FIRST-RUN STEPS
Four

Account, API key, SDK install, first run. In that order.

INFRA DOMAINS
Four

Compute, storage, networking, monitoring — inspected together.

INSTRUMENT READOUT · FIRST DEPLOYMENT
FIRST RUN, QUICKLY

Start with a single suite, then scale.

Validate the result. Only scale after the evidence chain is clear enough to trust.

STEP 01
WHAT WE START

Stand up the workflow

Request access, pair on review requirements, generate the production API key, install the SDK. Local-first by default.

STEP 02
WHAT WE VERIFY

Confirm the evidence chain

Run the first evaluation. Health monitoring, audit logging, and proof exports all populate against the same record.

STEP 03
WHAT WE SCALE

Expand with review in place

Once the evidence chain is trusted, scale workflows. SLOs, runbooks, and incident response stay attached.

QUICKSTART CODE

The first run is one command.

Example flow. Exact steps vary by deployment model and security review requirements.

↳ INSTALL AND RUN
# Install the AuraOne SDK
npm install @auraone/sdk

# Set your API key (from app.auraone.ai)
export AURAONE_API_KEY="your-production-key"

# Your first evaluation
import { AuraOneClient } from "@auraone/sdk";

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

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

console.log("Evaluation complete:", result.id, result.status);
INFRASTRUCTURE

What the deployment actually runs on.

Four domains teams usually inspect during deployment review.

01

Compute

Isolated workloads per organization. Autoscaling where supported. Configurable quotas. Predictable performance envelopes.

↳ DOMAIN
02

Storage

Backups and restore procedures. Caching for low-latency reads. Object storage for exports and proof. Retention and deletion workflows.

↳ DOMAIN
03

Networking

TLS encryption in transit. Private networking options (plan dependent). Configurable inbound controls. CDN-backed asset delivery.

↳ DOMAIN
04

Monitoring

Prometheus metrics collection. Common monitoring destinations supported. Health dashboards. Automated alerting via Slack and email.

↳ DOMAIN
READY TO DEPLOY

Deployment, without guesswork.

See a deployment path that matches your constraints and review requirements.

Deployment Guide | AuraOne