Predictable endpoints.
Create, list, and export with the same shape every time. Retry-safe request flows for runs, evidence, and workflows.
Typed SDKs. A predictable REST surface. Signed webhooks. Integration recipes for the systems your team already runs.
Typed clients for TypeScript and Python. Same response shape across runs, webhooks, and exports.
REST surface for runs, evidence, workflows, and projects. Predictable, retry-safe, signed.
CI, data, incident, and collaboration systems with signed delivery and verified payloads.
Four surfaces. Each one opens the right page for the integration — typed clients, signed delivery, connectors, or the infrastructure underneath.
Create, list, and export with the same shape every time. Retry-safe request flows for runs, evidence, and workflows.
Route run.completed, export.ready, and escalation events into CI, incident response, and the archive. Verified payloads.
CI, data, incident, and collaboration tooling already wired. Typed payloads. Evidence stays attached downstream.
Managed cloud setup, key handling, regional residency, and the controls reviewers ask about first.
Pick the language. Copy the install. Run the first call. The response shape is the same across both clients.
npm install @auraone/sdk
import { AuraOneClient } from "@auraone/sdk";
const client = AuraOneClient.withApiKey(process.env.AURAONE_API_KEY!);
const run = await client.evaluations.create({
template_id: "rubric.web.qa",
agent_bundle_url: "s3://bundle.zip",
wait: false,
});
console.log(run.id, run.status);Typed clients, predictable endpoints, signed delivery. The integration surface stays still while the platform moves forward.
An install command, an API key, and a workflow the team is wiring this sprint.
A typed client, a signed webhook, and the response shape already cached in CI.