Guides

The Getting Started Walkthrough shows the shortest path from an empty tenant to a running agent. This track goes one level deeper: ten guides, one per stage of the platform, each walking the real dashboard pages and the real API endpoints behind them — in the order a new tenant actually moves through the product.

Every guide in this track links out to the dashboard route it covers and the backend endpoints it calls. Nothing here is aspirational — if a guide mentions a button, route, or request body, it exists in the current codebase as written.

Before you start

You need a tenant and a bearer token. If you haven't registered yet, see Quick Start. Every dashboard route below lives under the authenticated (dashboard) layout — every API call below needs Authorization: Bearer $TOKEN, and most need tenant_id (either as a query parameter, or implicitly from your token — each guide says which).

What's next

Start at Step 1 — Connect, or jump straight to whichever stage you're integrating against. For the fastest possible path (skip the guided detail, just get an agent running), use Getting Started instead.