Loading...
Loading...
Onboarding
A step-by-step wizard that ensures your workspace is properly configured. Progress tracking, categorized steps, and smart skip options.
Capabilities
Guided walkthrough of every setup task. Never miss a critical configuration step.
Visual progress bar and completion percentage. See exactly where you stand at a glance.
Steps organized by category: setup, security, compliance, integration, and team management.
Required steps must be completed. Optional steps can be skipped and revisited later.
Security configuration steps are highlighted and prioritized for safe workspace setup.
Each step includes verification that the required action was actually completed.
Getting Started
The wizard guides you through workspace configuration starting with core setup and security.
Work through categorized steps. Complete required items and optionally skip non-essential ones.
Once all required steps are complete, your workspace is fully configured and ready to use.
Developer Integration
import { DRD } from '@drd/sdk';
const drd = new DRD({ token: 'drd_live_sk_...' });
// Get current progress
const progress = await drd.onboarding.getProgress();
// Complete a step
await drd.onboarding.updateStepCompletion({
stepSlug: 'configure-api-keys',
completedSteps: [...progress.completedSteps, 'configure-api-keys'],
});
// Skip optional step
await drd.onboarding.skipStep({ stepSlug: 'connect-slack' });Our guided wizard ensures nothing is missed. Security, compliance, and integrations -- all configured correctly from day one.