Getting Started
Quickstart
Get Steadybase running locally in 15 minutes.
Quickstart
Get Steadybase up and running on your local machine.
1. Clone and Install
2. Configure Environment
Copy the example environment file and fill in your credentials:
At minimum, configure these variables:
:::info If Temporal Cloud isn't configured, the platform runs in demo mode with simulated workers and workflows. This is useful for exploring the UI and API. :::
3. Start the Server
The server starts on http://localhost:3000.
4. Authenticate
Open the dashboard and enter your invite code:
| Role | Code | Access |
|---|---|---|
| Admin | Provided by your admin | Full read/write access |
| Viewer | Provided by your admin | Read-only access |
:::warning Invite codes are randomized per deployment. Contact your administrator for valid codes. :::
5. Explore the Dashboard
Once authenticated, you'll see:
- Workers Panel — All 8 AI workers with real-time status
- Pipeline View — Deal pipeline with filtering and summary metrics
- Memory Explorer — Browse the hierarchical memory tree
- Brain Chat — Conversational AI interface with full context
- Metrics Dashboard — Token usage, pipeline health, worker performance
6. Try the Brain API
Send your first message to the Brain:
7. Check Worker Status
Next Steps
Dashboard Tour
Walk through every section of the dashboard UI.
Core Concepts
Understand workers, workflows, and memory in depth.