Onboarding Checklist
API paths that contain tenant keep that word for compatibility. In the product it means your workspace.
Follow this sequence when activating a new workspace. Share the checklist with the customer's admin so both sides stay aligned. If a term is unfamiliar during setup (for example EvidencePack, quota, or rate limit), open the Glossary.
First login to first successful outcome walkthrough
This is the fastest low-risk path for a brand-new workspace operator.
When a workspace user signs in for the first time on that browser, Dralvia opens the in-platform Getting Started page and displays a short walkthrough tour. The tour explains the first steps in order: review Getting Started, confirm the workspace and plan, create a workspace API key, run one scan, and open evidence. Users can choose Skip tour at any time. Skipping only hides the walkthrough; the Getting Started page remains available from the left navigation.
Signed-in pages show your workspace ID (derived from your sign-in identity) and your plan by its customer name: Free Evaluation, Starter, Pro, or Enterprise. The same plan names appear on Usage, License & Plan, API Keys, and the Pro Tier console, so what you see always matches what you bought.
#/getting-started now opens on Overview and separates the rest of the
route into:
- Quick wins for first proof-point workflows
- Checklist for the five onboarding tasks
- Tracks for design-partner workflow patterns
- API for connectivity validation
Checklist auto-detection and first value
The onboarding checklist verifies itself against live workspace data, so progress is real instead of self-declared:
- Steps the platform can prove (active license, workspace API key, active webhook, first scan activity, first escalation) show a green Detected badge instead of a manual toggle. Detection comes from your workspace records, not from anything stored in the browser.
- Steps the platform cannot verify yet keep the manual Mark done toggle, and that manual progress stays on the device you used.
- The Overview tab shows a First value row: Reached with the date of your first workspace activity, or Not yet with the suggested next step.
Automation can read the same status: GET /tenant/onboarding/status returns
the five checklist steps with completion evidence, the completed count, and the
first_value block. The endpoint is workspace-scoped and uses your signed-in
session or API credentials.
Prerequisites
- Workspace owner/admin account already invited.
- Workspace API key created for your environment.
- At least one test domain and one internal test user ready.
Screenshot checklist (capture during your run)
Capture and store these screenshots in your internal workspace onboarding record:
- First successful login landing page (
#/). - API key created successfully (
#/api-keys). - First successful scan result and score (
#/phishing). - First EvidencePack (Dralvia's exportable evidence report) verification pass (
#/trust-verify). - First readiness probe result (
#/autonomous-readiness).