Shipeasy

Assistant

The in-dashboard AI assistant — what it is, how read and write modes differ, what it renders, and how it meters credits.

Shipeasy · Assistant

Describe the outcome. It wires up the flags, experiments, and metrics.

A chat assistant built into the dashboard. It reads your project to answer questions, and proposes every change as a card you confirm — feature flags, configs, kill switches, experiments, universes, metrics, and alert rules. Nothing happens until you approve it.

BetaOn this page · 3 min readUpdated · June 18, 2026Works with · In-dashboard chat

What it is

Open the assistant from the orb in the dashboard and ask in plain language. It's scoped to the project you're viewing and authenticates with your session — it reads live state and proposes changes only in that project. It answers product and how-to questions by searching the same docs you're reading now (the search_docs tool), and cites its sources.

The in-dashboard counterpart to MCP

The assistant is the in-dashboard sibling of the MCP server. MCP hands a typed toolkit to an external coding agent (Claude Code, Cursor, Windsurf) running in your repo; the assistant is the same surface inside the dashboard — it can't touch your code, so anything that needs a code change is handed off as a ticket.

Read vs write, at a glance

It works in two modes and picks the right one for you. The split is the whole safety model.

What it produces

Every reply is built from a small set of interactive elements rather than a wall of text — for a whole "measure this" ask, that's an approvable plan that creates what it can and hands off the rest:

suggest_plan
PlanMeasure checkout funnel
1
Create metric checkout_conversion_rate⚡ Instant
count_users(checkout_completed) / count_users(checkout_started)
2
Create experiment new-checkout-flow⚡ Instant
control 50% · variant 50% · goal ↑ checkout_conversion_rate
3
Instrument checkout_completed⚒ Ship run
Emit on the order-confirmation screen.
1 code edit → filed to your ship crew · 2 instant
Approve planDismiss
A plan separates Instant resources (created on approve) from Ship-code work (filed as a ticket). One approvable unit for a whole measurement.

Where it lives

The orb sits in the dashboard chrome on every project page. Conversations are saved to your member history and restore later. The assistant always operates on the project you're currently viewing.

Credits at a glance

Assistant usage is metered in prepaid credits — each seat includes a monthly allowance, and you top up from the billing tab when you run low. Every model call deducts credits as it finishes. If you run out mid-turn, the chat shows an add-credits prompt and pauses until you refill. See Credits & metering.

Was this page helpful?
✎ Edit this page

On this page