Onboarding Flows
Use this page to select the shortest correct onboarding path for a new Verdictan user or team.
Select the right flow
| Starting point | Best for | Primary outcome |
|---|---|---|
| Console access | New users who examine or manage the organization | Verify organization access and open the correct working surface |
| Application integration | Developers sending traffic through Verdictan | Create a request token and send the first governed request |
| Gateway setup | Teams running verdictan gateway run in their own environment | Register a runtime, connect it, and verify traffic |
| Team setup | Organizations onboarding multiple groups | Invite members, assign access, and clarify ownership |
Workflow map
Flow 1: Console access
Use this flow when the user starts from the Verdictan console.
- Open the console URL for the correct environment.
- Sign in with the identity method your organization supports.
- Open the account menu and make sure that the organization name and ID are correct.
- Open core pages such as Overview, Gateways, and History. Verify that they show the correct organization.
The shell does not display an environment or role label. Verify access by opening the permitted surfaces or examining the role assignment in IAM.
This flow is complete when the user can open the correct organization with no permission errors.
Flow 2: Application integration
Use this flow for a developer who sends governed requests from an application.
- Create or get the request token for the application.
- Point the SDK or client at the Verdictan gateway URL. Do not use the upstream provider URL.
- Send a test request.
- Make sure that the authenticated response succeeds.
- Find its request ID with
verdictan events tail --since 10m --jsonorGET /v1/events?since=10m. - When history capture and control-plane delivery are enabled, verify the retained session context in History.
Use this flow for application traffic. Keep runtime tokens different from ordinary request tokens.
Flow 3: Gateway setup
Use this flow when your team runs the gateway in its own environment.
- Install
verdictanon the target machine. - Export the runtime connection variables for your deployment.
- Start the gateway with
verdictan gateway run. - Verify that Gateways shows the runtime as healthy.
- Send a representative request and verify its request ID and outcome with
verdictan events tail --since 10m --jsonorGET /v1/events?since=10m. Examine History only when conversation capture is enabled.
Use Install the Gateway and Quickstart for the setup steps.
Flow 4: Team setup
Use this flow when more than one team or working group will use the organization.
- Invite the team members.
- Assign the minimum access that is necessary for each person.
- Name the owners of policy changes, inbox review, audit exports, and spend oversight.
- Verify that each person can open only the surfaces specified for their role.
This flow is complete when ownership is clear and the organization is usable without manual intervention.
Signs onboarding is complete
Onboarding is complete when all of these statements are true:
- The necessary users can sign in to the correct organization.
- One governed request succeeded.
verdictan events tailor the Events API returns the matching request activity.- For a capture-enabled flow, History also shows the session context.
- The team knows which token or credential is used for request traffic versus runtime connectivity.
- Ownership for policy changes and investigations is clear.