Customer Journeys
These journeys show how customers move through Keeptrusts once access is available. Use them when you want a task-oriented map instead of a page-by-page product tour.
Inspect individual runtime requests with kt events tail or
GET /v1/events with its required 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 and improve
| Journey | Starts here | Success signal |
|---|---|---|
| Roll out a policy change | Configurations | New version is deployed and behaves as intended |
| Investigate an unexpected decision | kt 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 ready for handoff |
Govern spend
| Journey | Starts here | Success signal |
|---|---|---|
| Review spend and budgets | Usage | The team can explain recent spend and any budget actions |
Journey 1: Evaluate quickly
- Finish Quickstart.
- Send a representative governed request.
- Run
kt events tail --since 10m --jsonand confirm the request ID and governance outcome. - If conversation capture is enabled, confirm the request in History.
- Open Overview and confirm the organization is showing live activity.
Use this journey for evaluations, prototypes, and first-time product walkthroughs.
Journey 2: Run a connected gateway
- Install
ktusing Install the Gateway. - Start the runtime with
kt gateway run. - Confirm the runtime appears in Gateways.
- Send a governed request and confirm its request ID and outcome with
kt events tail --since 10m --json. - If conversation capture is enabled for the flow, confirm the captured session in History.
Use this journey when your organization needs the runtime inside its own infrastructure perimeter.
Journey 3: Set up team ownership
- Invite members and assign roles.
- Confirm who owns policy rollout, inbox review, audit exports, and billing controls.
- Verify each person can reach only the surfaces intended 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 an existing configuration.
- Validate the YAML locally.
- Save or review the change in Configurations.
- Deploy to the target gateway.
- Verify runtime state in Gateways.
- Confirm representative traffic with
kt events tail --since 10m --jsonorGET /v1/events?since=10m. Check History only when conversation capture is enabled, and watch Inbox if review volume may change.
Use this journey for controlled rollout of policy, routing, or provider changes.
Journey 5: Investigate an unexpected decision
- Query
kt events tail --since <window> --jsonorGET /v1/events?since=<window>and find the affected request ID. If conversation capture is enabled, use History for the captured session context. - Review verdict, policy results, provider details, and timestamps.
- Compare the request with the configuration version that was active.
- Open Trail if you need audit chronology or evidence export.
- Decide whether the result reflects intended policy, a tuning issue, or 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 relevant review category.
- Claim the item when you are actively working it.
- Review the linked request context.
- Cross-check the captured session in History when capture is enabled; otherwise use the linked event and request metadata.
- Resolve or reject the item, or unclaim it back to the shared queue.
Use this journey when Keeptrusts raises an escalation or approval task.
Journey 7: Export evidence for a review
- Open Trail and switch to the evidence export view.
- Choose the time window and export format.
- Select Request export job and wait while the job is
queuedorprocessing. - When the job reaches
completed, download the export and confirm the date range and scope. - Pair the file with the request IDs, incident ID, or review note that explains why it was generated.
Use this journey for audits, compliance reviews, customer investigations, and incident response.
Journey 8: Review spend and budgets
- Open Usage and set the time window you need.
- Inspect the drivers of cost, requests, or tokens.
- Review Budgets if the question is about budget thresholds.
- Review Bills or Payments when the question is about invoices, funding, or payment readiness.
Use this journey when finance, ops, or engineering needs a shared view of AI spend.