Skip to content

Sandboxes (Dev Stores)

A Sandbox is an isolated Workrock organization created specifically for developers. It allows you to test your application with realistic data without cluttering production environments.

  • Isolated Database: Sandboxes have their own dedicated data stores.
  • Seeded Mock Data: When you create a sandbox, we automatically generate:
    • Projects: 2 complex projects with realistic milestones.
    • Tasks: 10+ tasks assigned to mock users.
    • CRM Records: Leads, Contacts, and Deals to test sales workflows.
  • Partner Access: Only you and your invited collaborators can access your sandboxes via the Marketplace Dashboard.

You can view and manage your sandboxes in the Workrock Marketplace Dashboard under the “Sandboxes” tab.

The CLI is the fastest way to switch between environments:

Terminal window
# Create a new one
workrock sandbox --create "Sprint 1 Testing"
# Select an existing one
workrock sandbox

When you select an active sandbox in the CLI and run workrock dev, the Workrock platform is notified. The next time you open Workrock and enter that sandbox, the OS will dynamically resolve your app’s URL to your local dev tunnel instead of the production version.