Getting Started
Get up and running with ML-Dash in under 5 minutes.
Installation
Your First Experiment (Local)
Local mode stores everything on your filesystem — no account, no network, perfect for trying things out.
Your data lives in .dash/alice/tutorial/my-first-experiment/:
Your First Experiment (Remote)
Ready to sync to the ML-Dash server? Authenticate once, then pass a dash_url.
1. Authenticate
This opens your browser for OAuth2 and stores a token in your system keychain.
2. Run with dash_url
The API is identical — only the constructor args change.
Next Steps
- Concepts: read the Overview for the mental model
- Feature guides: Logging, Parameters, Metrics, Files
- Going deeper: Experiments for advanced patterns (training loops, file uploads, tracks)
Using Claude Code? Install the companion plugin for in-editor help: /plugin marketplace add fortyfive-labs/ml-dash then /plugin install ml-dash@ml-dash.
Install the docs as a skill
These docs ship as an Agent Skill so your agent can answer ML-Dash questions accurately — without you pasting context. Install it once and Claude loads it on demand.
Claude Code — this project only (drop it in the project's skills dir):
Claude Code — every project (install under your home config):
The skill is dash-docs/ with a SKILL.md and one markdown reference file
per docs page. It's regenerated on every deploy, so it never drifts from the
site.
No install needed for one-off questions. Point any agent at
https://docs.dash.ml/llms.txt
(an index) or https://docs.dash.ml/llms-full.txt (the whole site in one
file). See LLM-Readable Docs for all the ways to consume these
docs as markdown.