Start with a small launch record
Carry forward your onboarding record so your first trial and later live results remain traceable to the same intended operation. Complete your first support agent and, for helpdesk automation, your first workflow trial. Keep a shared record of:
This is your team’s worksheet, not an API request. Start with a narrow scope you can review;
do not treat successful signup or activation as a customer outcome.
First session: establish a baseline
In Response, inspect recent responses and conversations alongside agent analytics. With MCP, use the exposedlist_responses, get_response, list_conversations, and agent_analytics
tools. The analytics tool returns per-agent results over its requested window; select the
agent you are reviewing from those results.
For workflows, inspect get_brand_scorecard, get_brand_outcome_trend, and representative
runs. Use get_onboarding_funnel if there is no real traffic yet. The tools have different
schemas: for example, the scorecard uses brand and window_hours, while outcome trends use
brand_id. Discover the schema rather than reusing one argument object for every tool.
Ask your assistant:
Next: review the first live outcomes
Before moving a workflow beyond shadow mode, confirm provider readiness, the review gate, and the reviewer who will handle incoming drafts. An authorized operator can choose a canary or live routing mode in Workflow Studio or throughset_brand_routing_mode.
Follow one real event through drafting, review, and dispatch. Confirm the resulting message in
the owning channel or execution evidence. A completed dry run, an approved draft, and a sent
reply are different outcomes.
Workflow routing governs the workflow engine. It does not switch off a Response widget or
another independently connected channel. Review and pause each active surface through its
own controls when necessary.
Turn a correction into a regression case
For exact MCP inputs and a complete before/after exercise, follow Your First Agent Evaluation. In Response, a corrected reply can become an evaluation.create_eval accepts the original
response_id and a preferred_output; the service reads the original message/reply rather
than relying on your assistant to reconstruct it.
Use an explicit task after a reviewer supplies the correction:
run_eval, passed: null means
grading could not run, not that the agent passed or failed. Resolve that gap before claiming
that the change has been verified.
run_evals is capped and can return has_more. If the suite is incomplete, use list_evals
to identify remaining case IDs and run_eval for the cases you still need to check. Do not
assume that repeating the same capped call advances a cursor.
Workstream has a separate golden evaluation set, available through get_golden_cases. Its
reviewer-corrected workflow replies are not automatically the same records as Response evals.
Keep the relevant identifiers and check the evaluation set belonging to the system you change.
Improve one behavior at a time
Use Your First Workflow Configuration Change for the complete candidate-to-apply walkthrough, including conflicts and recovery. Choose a recurring issue from the baseline: missing source material, a wrong policy condition, unnecessary escalation, or an unsupported capability. High escalation is not automatically bad; inspect the cases to distinguish required review from avoidable handoffs. For Response, correct the relevant knowledge, rule, or settings with authorization, rerun the relevant evaluations, and inspectlist_changes plus saved configuration to verify the edit.
An evaluation case records expected behavior; creating one does not itself update the agent.
For Workstream, ask:
expected_config_version and change_note. Unattended applies must use
require_golden_pass: true. A conflict requires a fresh read and review; a failed evaluation
requires investigating the result. Neither is a reason to bypass the check.
Read back the saved configuration and inspect new executions. See the
MCP management walkthrough.
End-of-week review: did customers and operators benefit?
Use the same scope and comparable time windows for before/after review. Record sample counts and changes in traffic mix; a handful of easy questions is not evidence of broad improvement.
Do not equate a generated draft, tool call, or activated agent with a resolution. Do not infer
hours saved or financial return from response count alone. Record measured handling time or
other business evidence if you want to make those claims.
A useful weekly handoff is short:
Next steps
- Platform onboarding: review the first-value milestones.
- MCP management: connect your assistant and authorize bounded tasks.
- Response MCP and Workstream MCP: inspect the relevant tools.