API v3 · 99.99% uptime

The agent API for builders.

One SDK to create agents, give them tools and run them at scale. Typed, streamed, observable and priced per successful task.

$ npm i @aivora/sdk
agent.ts
// Deploy a production agent in 9 lines
import { Aivora } from "@aivora/sdk";
const ai = new Aivora({ apiKey: process.env.AIVORA_KEY });
const agent = await ai.agents.create({
  name: "support-triage",
  tools: ["zendesk", "slack", "notion"],
  guardrails: { pii: true, approval: "refunds" },
});
await agent.run("Triage today’s tickets");
✓ 128 tickets triaged · 94 auto-resolved · 1.8s avg
99.99%
API uptime
180ms
Median first token
30+
Edge regions
2.1B
API calls / month
Developer experience

Everything you need. Nothing you don’t.

Typed SDKs

First-class TypeScript, Python and Go SDKs with full autocomplete.

Streaming

Token and step streaming over SSE or WebSockets.

Model routing

Route by cost, latency or quality with automatic fallbacks.

Observability

Traces, evals and replays for every agent run.

Webhooks

Signed events for every step, retry and completion.

Edge runtime

Run agents in 30+ regions close to your users.

Quickstart

Ship your first agent before your coffee cools

Copy, paste, run. Every endpoint has examples in the language you already use.

const run = await ai.runs.create({ agent: "research", input: "Top 5 competitors for Aivora" });
for await (const step of run.stream()) console.log(step.type, step.output);
TypedStreamedObservableScalableSecureFast
Pricing

Pay per successful task

Failed runs are always free. Volume discounts apply automatically.

Starter

For individuals exploring AI agents.

$0 / month
  • 1 AI agent
  • 500 tasks / month
  • 10+ integrations
  • Community support
Start for free

Enterprise

Security, scale and control.

$199 / month
  • Everything in Growth
  • SSO & SCIM
  • Private VPC deployment
  • Audit logs & DLP
  • Dedicated engineer
Talk to sales
FAQ

Developer FAQ

Aivora is model-agnostic. Route each agent to the model that fits the job, and switch at any time without rewriting workflows.

No. Your data stays in your workspace, is encrypted at rest and in transit, and is never used for model training.

Yes. Every plan starts with a 14-day free trial, with no credit card required. Cancel with one click.

Enterprise customers can deploy in their own VPC with private networking, custom retention policies and a dedicated success engineer.

Plans are billed per workspace with generous task limits. Add seats anytime; unused tasks roll over for one month.

Build something your users will love

10,000 free tasks every month on the Starter plan.