Skip to main content
ARQERA
FeaturesOreOjuIntegrationsDocs
Request Early Access
Documentation

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.

Get StartedAPI Reference

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.

01
Step 01

Create your account

Sign up in 30 seconds. Your Early access available starts immediately. Cancel anytime.

02
Step 02

Connect your tools

Link Slack, GitHub, Stripe, Google, and 15+ more. One OAuth flow each. Ara handles the rest.

03
Step 03

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.

200+ endpoints

API Reference

Full REST API documentation. 200+ endpoints with interactive examples, request/response schemas, and error codes.

Explore
Python & TypeScript

SDKs & Libraries

Official Python and TypeScript SDKs. Fully typed, open source (MIT). Install with pip or npm and start building.

Explore
360+ tools

Integrations

Connect 360+ tools with pre-built adapters. Slack, GitHub, Stripe, Google Workspace, Kubernetes, and more.

Explore
5-layer model

Governance

Configure action tiers, approval flows, and policy enforcement. 5-layer governance model with full audit trails.

Explore
AI-native

Agents & Ara

Build, configure, and deploy AI agents. Ara executes actions across AUTO, SOFT, and HARD tiers with human oversight.

Explore
Real-time

Webhooks & Events

Real-time event delivery for governance decisions, agent actions, and compliance state changes. Retry logic built in.

Explore
3 paths

Getting Started

Up and running in under 5 minutes. Choose your path — personal AI, enterprise deployment, or developer SDK integration.

Explore
Deep dive

Architecture

The four AIs, the Gravity framework, multi-model strategy, and the math that makes ARQERA alive. Deep dive into how it works.

Explore
SSO & SCIM

Authentication

API keys, OAuth 2.0, JWT tokens, SAML SSO, and SCIM provisioning. Every auth method explained with code examples.

Explore
4 frameworks

Compliance

SOC 2, GDPR, HIPAA, and EU AI Act guides. Automated evidence collection, audit preparation, and continuous monitoring.

Explore
Terminal

CLI

Command-line interface for Ara actions, governance, evidence, and compliance. Automate everything from your terminal.

Explore
AI-native

MCP Servers

Model Context Protocol integration — connect AI assistants to ARQERA for governed actions, real-time data, and agent orchestration.

Explore
Hands-on

Tutorials

Step-by-step guides for common workflows — from your first governance policy to building multi-agent systems.

Explore
70+ terms

Glossary

Every term, concept, and acronym in the ARQERA universe — from the four Yoruba-named AIs to Physarum dynamics. 70+ definitions.

Explore
Timeline

Changelog

Platform release history — new features, improvements, and fixes. Track the evolution of the AI operating system.

Explore

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.

Type-safe SDKs for Python and TypeScript
5-layer governance on every API call
Ara executes with human-in-the-loop
Full API Reference
index.ts
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.

Setting up SOC 2 compliance

Automate evidence collection and audit prep with ARQERA governance.

Compliance

Building your first AI agent

Create an agent with action tiers and deploy it in under 10 minutes.

Agents

Authentication & SSO

API keys, OAuth 2.0, JWT tokens, and SAML/SSO configuration.

Security

Webhook event reference

Every event type, payload shape, and retry behaviour documented.

Events

Community & Support

You are never building alone.

Get help from the team, the community, or Ara itself.

Ask Ara

Get instant answers from Ara in the app. It knows the docs, your setup, and your context.

Open the app

Community

Join developers building with ARQERA. Share patterns, ask questions, and learn from each other.

Join the community

Contact Support

Enterprise-grade support with dedicated response SLAs. Reach the engineering team directly.

Get in touch

Start building today.

Early access available. Cancel anytime. Full API access from day one.

Request Early AccessTalk to us

Product

  • Ore
  • Oju
  • Integrations

Solutions

  • For Developers
  • For Operations
  • For Startups
  • Compliance

Resources

  • Documentation
  • FAQ
  • Open Source

Company

  • About
  • Security
  • Privacy
  • Terms
  • Cookies
  • Legal
© 2026 ARQERA. All rights reserved.