Build on
Runtime Authority

You're integrating a runtime that sits between your AI agents and the systems they act on -- evaluating every signed action against your organization's delegated authority before it executes, and handing back a decision and its evidence.

Get Started

Where Runtime Authority sits

Your AI Agent
Runtime Authority
Your Enterprise System

Your agent never calls your enterprise system directly. It submits a signed intent to Runtime Authority, receives an Allow, Deny, or Human Review decision, and only proceeds if the decision allows it. See the full Architecture for how each component in between fits together.

Getting Started

Create an organization, register an agent, and get your first Authorization Receipt back.

Read

Architecture

The full path from an agent's signed intent to a decision and its evidence, component by component.

Read

Runtime API

The Intent API: POST /v1/intents, its three possible outcomes, and the request/response lifecycle.

Read

Authentication

The Operator Key, per-user roles and permissions, per-developer API keys, and agent certificates.

Read

Authority Graph

Delegated authority, roles, resources, and approval limits, and how governance becomes machine-readable.

Read

Runtime Policies

How a policy is compiled, versioned, and deployed, and why that differs from the governance document it came from.

Read

Authorization Receipts

Why logs aren't enough, the receipt lifecycle, and the planned architecture for independent verification.

Read

Evidence Verification

Signature verification, evidence export, and audit workflows against the Evidence Portal today.

Read

SDKs

The Python SDK, and the language roadmap for Node.js, Go, Java, .NET, and Rust.

Read

Webhooks

Enterprise events -- IntentReceived, DecisionCompleted, ReceiptIssued, and more -- with real payloads.

Read

Integration Examples

Rotating keys, sending a heartbeat, and retiring an agent, with real SDK code for each.

Read

Integration Guides

Connecting Runtime Authority to agent frameworks, model providers, and enterprise systems.

Read

Agent Registration

The full agent lifecycle: registered, active, suspended, retired, or revoked.

Read

API Reference

Endpoints, schemas, headers, status codes, errors, and versioning.

Read
LIVE

Interactive API Reference

Generated directly from the running platform, not a static mirror that can drift out of date.