Customer Journeys
These journeys show how customers move through Verdictan after access is available. Use them for a task-oriented map. Do not use them as a page-by-page product tour.
Examine individual runtime requests with verdictan events tail or
GET /v1/events. Set the since query. The console Overview
summarizes aggregate activity. It does not replace request-level event lookup.
History adds session context only for capture-enabled flows.
Journey map
Getting live
| Journey | Starts here | Success signal |
|---|---|---|
| Evaluate quickly | Quickstart | The client succeeds and the event query returns the matching request ID |
| Run a connected gateway | Install the Gateway | A connected runtime is healthy in Gateways |
| Set up team ownership | Onboarding Teams | Access, review, and billing owners are clear |
Operate
| Journey | Starts here | Success signal |
|---|---|---|
| Roll out a policy change | Configurations | New version is deployed and behaves as specified |
| Investigate an unexpected decision | verdictan events | Root cause and next action are clear |
| Review human-review work | Inbox | Review item is claimed, resolved, rejected, or returned to the shared queue |
| Export evidence for a review | Trail | Evidence package is available for handoff |
Govern spend
| Journey | Starts here | Success signal |
|---|---|---|
| Review spend and budgets | Usage | The team can show the causes of recent spend and budget actions |
Journey 1: Evaluate quickly
- Finish Quickstart.
- Send a representative governed request.
- Run
verdictan events tail --since 10m --jsonand verify the request ID and governance outcome. - If conversation capture is enabled, verify the request in History.
- Open Overview and verify that the organization shows live activity.
Use this journey for evaluations, prototypes, and first-time product walkthroughs.
Journey 2: Run a connected gateway
- Install
verdictanusing Install the Gateway. - Start the runtime with
verdictan gateway run. - Verify that Gateways shows the runtime.
- Send a governed request and verify its request ID and outcome with
verdictan events tail --since 10m --json. - If conversation capture is enabled for the flow, verify the captured session in History.
Use this journey when your organization runs the runtime in its own infrastructure perimeter.
Journey 3: Set up team ownership
- Invite members and assign roles.
- Record who owns policy rollout, inbox review, audit exports, and billing controls.
- Verify that each person can open only the surfaces specified for their role.
- Review Onboarding Teams for the operating checklist.
Use this journey when moving from a single-user evaluation to a shared organization.
Journey 4: Roll out a policy change
- Start from a template or a saved configuration.
- Validate the YAML locally.
- Save or review the change in Configurations.
- Deploy to the target gateway.
- Verify runtime state in Gateways.
- Verify representative traffic with
verdictan events tail --since 10m --jsonorGET /v1/events?since=10m. - If conversation capture is enabled, examine History.
- If review volume can change, monitor Inbox.
Use this journey for controlled rollout of policy, routing, or provider changes.
Journey 5: Investigate an unexpected decision
- Query
verdictan events tail --since <window> --jsonorGET /v1/events?since=<window>. - Find the matching request ID.
- If conversation capture is enabled, use History for the captured session context.
- Review the verdict, policy results, provider details, and timestamps.
- Compare the request with the active configuration version.
- Open Trail for audit chronology or an evidence export.
- Identify if the result agrees with the active policy, shows a tuning issue, or shows a broader incident.
Use this journey for day-to-day support, rollout follow-up, and incident triage.
Journey 6: Review human-review work
- Open Inbox and filter to the related review category.
- Claim the item when you are actively working it.
- Review the linked request context.
- If capture is enabled, compare the captured session in History.
- If capture is disabled, use the linked event and request metadata.
- Resolve or reject the item, or return it to the shared queue with Unclaim.
Use this journey when Verdictan creates an escalation or approval task.
Journey 7: Export evidence for a review
- Open Trail and switch to the evidence export view.
- Select the time window.
- Select the export format.
- Select Request export job and wait while the job is
queuedorprocessing. - When the job is
completed, download the export. - Make sure that the date range and scope are correct.
- Pair the file with the related request IDs, incident ID, or review note.
Use this journey for audits, compliance reviews, customer investigations, and incident response.
Journey 8: Review spend and budgets
- Open Usage and set the selected time window.
- Examine the drivers of cost, requests, or tokens.
- Review Budgets if the question is about cost-governance thresholds.
Use this journey for a shared view of AI spend for finance, operations, or engineering.