Stand up the workflow
Request access, pair on review requirements, generate the production API key, install the SDK. On your your environment by default.
→Deploy on your your environment. Start with one workflow, confirm the clear provenance trail, then scale with review already in place.
Deployment scope is agreed before launch. No pooled data. Reviewed records, files, and handoff terms stay with the customer.
Account, API key, SDK install, first run. In that order.
Every run exports a clear provenance trail a reviewer can check before you ship.
Validate the result. Only scale after the clear provenance trail is clear enough to trust.
Request access, pair on review requirements, generate the production API key, install the SDK. On your your environment by default.
→Run the first evaluation. Health monitoring, audit logging, and the handoff file all populate against the same record.
→Once the provenance chain is trusted, scale workflows. SLOs, runbooks, and incident response stay attached.
Install the SDK, set your key, run your first evaluation. The result returns an id, a status, and a clear provenance record you can export.
# 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://auraone-demo-artifacts/web-qa/agent-bundle-2026-05.zip",
wait: true,
});
console.log("Evaluation complete:", result.id, result.status);The domains a reviewer inspects during deployment review. Bring the question. We'll bring the page.
Isolated workloads per organization. Autoscaling where supported. Configurable quotas. Predictable performance envelopes.
Backups and restore procedures. Caching for low-latency reads. Object storage for exports and proof. Retention and deletion workflows.
TLS encryption in transit. Private networking options (plan dependent). Configurable inbound controls. CDN-backed asset delivery.
Prometheus metrics collection. Common monitoring destinations supported. Health dashboards. Automated alerting via Slack and email.
Deploy on your your environment, or plan a path that matches your constraints and review requirements.