Dashboard
Using the emit.run web dashboard
Dashboard
The dashboard provides a web UI for managing spaces, jobs, and API tokens.
Navigation
- Home — Organization overview and space list
- Spaces — Create and manage spaces
- Jobs — View and filter jobs for the selected space
- Tokens — Create and manage API keys for the space
Job List
The job list shows each job's ID, name, status, timestamps, and progress data. Use the status filter to show only pending, delivered, running, completed, or dead jobs.
Real-time Updates
When viewing a space or job detail page, the dashboard connects via WebSocket to show live updates. New jobs, status changes, and progress events appear instantly without refreshing.
This uses the same WebSocket streams available through the API — the dashboard authenticates with your browser session, so no API key is needed.