Everything you need to build with ARQERA.
API reference, SDKs, integration guides, and everything to connect your tools, govern your AI, and ship with confidence.
Open source SDKs · Interactive examples · Always up to date
Quick Start
Up and running in three steps.
From sign-up to governed AI operations in under a minute. No complex setup, no infrastructure to manage.
Create your account
Sign up in 30 seconds. Your Early access available starts immediately. Cancel anytime.
Connect your tools
Link Slack, GitHub, Stripe, Google, and 15+ more. One OAuth flow each. Ara handles the rest.
Deploy governance
Set your action tiers, compliance frameworks, and approval flows. Working in under 60 seconds.
Browse by topic
Find what you need, fast.
Comprehensive documentation for every layer of the platform. From first API call to production governance.
Developer-first
Ship governed AI in minutes.
One SDK. One API call. Every action governed, every decision auditable, every agent accountable. Ara handles approval flows so you can focus on building.
import { Arqera } from '@arqera/sdk';
const arqera = new Arqera({
apiKey: process.env.ARQERA_API_KEY,
});
// Execute a governed action
const result = await arqera.ara.execute({
action: 'email.send',
tier: 'HARD',
payload: {
to: '[email protected]',
subject: 'Weekly report ready',
},
});
// result.status → 'pending_approval'Popular Guides
Start with what matters most.
Step-by-step guides for the most common tasks. From compliance automation to agent deployment.
Community & Support
You are never building alone.
Get help from the team, the community, or Ara itself.
Start building today.
Early access available. Cancel anytime. Full API access from day one.