Operator instant quickstart

See working intake and automation in about 5–10 minutes using the built-in Operator at Dashboard → Tools → Operator (/dashboard/operator). No API or template editing required to start.

What “instant value” means here
The Operator applies a deterministic plan (preview → apply) on the same CRM, workflows, and hosted forms as the REST API. You get a visible outcome—default pipeline, a public form URL, and rows in the activity log—before you wire external agents.

Built-in use cases (wizard goals)

When you click Start guided setup, choose a goal that matches what you want to prove first:

Wizard goalWhat you set upWhat to check after apply
Intake / capture Hosted lead form (optional workflow), default pipeline step Activity log plan_apply; open public form; submit a test lead → CRM → Leads
Qualification Pipeline baseline + intake path; then use agents/workflows for scoring Pipeline exists; leads enroll or agents run from AI Agents
Routing / handoff Pipeline + intake; opportunity stages for deals CRM → Opportunities Kanban after you create or import deals
Nurture / follow-up Plan uses nurture intent (hosted “nurture capture” form name) Form + enrollment when a workflow is attached; see nurture recipe
Custom goal Same wizard; you choose intake (form, CSV, Sheets, existing CRM) Activity log + whichever intake path you selected

Default instant-value plan (what apply does)

Behind the scenes, the instant_value plan typically includes:

  1. ensure_default_pipeline — creates the org’s default opportunity pipeline and stages if missing.
  2. create_lead_form — creates a hosted capture form with a public URL (GET/POST /public/lead_forms/:token).
  3. note — reminds you to import CSV under CRM or connect Google Sheets for bulk leads.

Preview the JSON plan in the wizard’s Preview & apply step before you commit.

Step-by-step (dashboard)

  1. Sign in and open Dashboard → Tools → Operator.
  2. Click Ensure default pipeline (optional if the plan will include it).
  3. Click Start guided setup → pick a goal and intake (hosted form is the fastest proof).
  4. Walk through Pipeline and Configure (workflow, form name, optional hCaptcha).
  5. Generate plan → review JSON → Apply plan.
  6. Open the activity log on the same page:
    • plan_apply — success/partial/failed with step lines; Edit restores wizard choices when saved.
    • lead_form_createdView public form and Edit (opens wizard for a new plan).
  7. Submit a test lead on the public form → confirm the lead in CRM → Leads.

Activity log actions (current UI)

After instant setup

← Documentation home · Operator & use cases