Overview
Running Auron fully headless and building your own interface on top of it.
Everything the mobile app and the web console do, they do by calling Auron's own API. No capability is locked inside either front end. Headless / Custom UI is that same API used directly, with no Auron-built interface in the middle.
Why teams do this
To embed Auron's intelligence inside a product you already have instead of sending people to a separate app, to build an interface shaped around a specific workflow Auron's own surfaces don't cover, or to automate against Auron from a backend service with no human interface involved at all.
The two pieces
Auron as a Headless Backend covers what the API surface actually looks like and how authentication works. Building Your Own Interface covers what to build first, and where to look for the patterns Auron's own front ends already use.