Portal tour
The Catentio portal at catent.io/dashboard is your day-to-day operator surface. This section walks through every page in the dashboard with common tasks and tips.
If you're looking for a specific feature, jump straight to it from the sidebar on the left. If you're new, read this overview first.
This section is being written. The overview and a handful of key pages are in place; the long tail will fill in over coming sessions. Meanwhile, the chat bubble (bottom-right of every dashboard page) can answer most questions in context — ask it.
Layout
The portal has three regions:
- Sidebar (left) — primary navigation. Top-level entries: Agents, Runs, Projects, Tools, Skills, Memory, Heartbeats, Integrations, API keys, Webhooks, Cost, Events, Feature flags, Output destinations, Files, System health, Live, Workspaces, Settings.
- Top bar — the chat-bubble trigger, workspace switcher (in multi-workspace topologies), search, and account menu.
- Main content — the page you're on, plus the chat bubble docked to the bottom-right.
The sidebar collapses on mobile and narrow viewports.
The chat bubble
Catentio's signature surface. The bubble is a gojo-flavoured REPL bound to your portal session: you can ask it to navigate, invoke agents, summarise data, or run gojo commands without leaving the page.
It's bound to the same catentio_session cookie the rest of the portal uses (see Authentication overview), so signing out tears it down.
The bubble doesn't replace the dashboard pages — it complements them. Use the pages for browsing and the bubble for "do this thing now".
Common tasks — quick links
| Task | Where |
|---|---|
| Invoke an agent | Agents → <slug> → Invoke |
| Start a project | Projects → New |
| Check a run's cost | Runs → <id> |
| Wire up a BYO integration | Integrations |
| Create an API key | API keys |
| Add a heartbeat | Heartbeats |
| Inspect outbox events | Events |
| Configure output destination | Output destinations |
Coming pages
The full portal section will cover every sidebar entry. Already written:
- Agents — the roster, invoking, and per-agent config.
- Projects — pipeline-driven workflows.
- Runs — per-run history, cost, artifacts.
Still to come: Tools, Skills, Memory, Heartbeats, Integrations, API keys, Webhooks, Cost, Events, Feature flags, Output destinations, Files, System health, Live, Workspaces, Settings.
Next
- Portal → Agents — the agent roster.
- API reference — do the same things programmatically.
- SDK overview — pick a language.