Skip to main content
Run is the project control room. Use it to start the app stack, watch process output, run tests, and check whether the project is ready for agent work.

Processes

Start, stop, restart, and inspect dev servers or background commands.

Tests

Run known validation commands without leaving ADE.

Health

See crashes, logs, ports, and CI signals in one place.

Add a process

1

Open Run

Choose Run from the sidebar.
2

Add process

Give the command a name, working directory, and command line.
3

Start it

ADE opens a managed session, streams logs, and tracks status.
4

Use it from a lane

Agents can inspect logs or run tests against the same project state.

Good process examples

NameCommand
Web appnpm run dev
APInpm run dev:api
Testsnpm test
Typechecknpm run typecheck

When agents use Run

Run gives agents a shared view of what is already running. A chat agent can ask for test output, inspect logs, or start a configured command instead of inventing a new one.
Processes run on your machine. Make sure commands are safe before saving shared project defaults.