Official
User Manual: Dashboard Overview
The dashboard is your control centre. This chapter explains each area so you can move quickly and delegate confidently.
Navigation
The left sidebar groups every workspace tool. The top bar holds global search and your account menu.
Roles & permissions
Every member has exactly one role. Roles determine what a person can see and change:
| Role | Can edit jobs | Can manage billing |
|---|---|---|
| Owner | Yes | Yes |
| Editor | Yes | No |
| Viewer | No | No |
CarefulOnly an Owner can delete a workspace. This action cannot be undone.
Keyboard shortcuts
Press ? anywhere to see the full list. The most useful:
gthend— go to Dashboardc— create a new job/— focus search
Using the API
Automate anything the dashboard does. Authenticate with a bearer token from Settings → API keys:
curl https://api.seekmyway.com/v1/jobs \
-H "Authorization: Bearer $TOKEN"
Tip: keep tokens in environment variables, never in source control.