Auron
Developer Resources

Developer Overview

What's available to teams building on top of Auron directly.

Everything Auron's own front ends do, they do through the same API available to anyone building on top of it. There's no separate, reduced developer surface.

What's here

Headless Auron covers running Auron as a backend with no Auron-built interface involved. API Reference covers the full REST surface, described as an OpenAPI document. Skills Repository covers what's available to extend an agent's capabilities. Building a Custom UI covers where to start if you're building your own front end.

How authentication works everywhere here

Every path into the API, a custom backend, a script, an MCP connection like Auron in Claude, goes through the same OAuth2 flow and the same role-based access checked on every call. There's no separate developer-only authentication scheme to learn.

On this page