Workspace context
Choose who you are acting as — yourself, or one of your companies — and read the dashboard, reports and analytics in that context.
Everything in your workspace is read in a context: either your own personal reporting profile, or one company you own or belong to. The switcher at the top of the left sidebar shows the current context and lets you change it.
Personal and company contexts
- Personal is always available, even before you register a company. It
holds reports you file for yourself and points at your public listing
(
/profile), which you edit in place. - Companies appear for every company you own, plus companies where you are an accepted, current team member. Each entry shows your role and how many reports the company has.
A report belongs to a company when it was filed against that company; reports with no company attached are personal.
No company yet?
You still have a workspace. Stay in the personal context, or choose Add a company from the switcher to register one.
What changes when you switch
- Dashboard — the title, the stat strip and the recent runs are scoped to the context. A company shows its followers; the personal context shows how many companies are in your workspace.
- Analytics — the sidebar's Analytics group always offers Profile views; with a company selected it also offers that company's analytics.
- Rooms, watchlists and tags stay yours regardless of context.
Your choice is remembered in this browser and checked each time you sign in, so a company you have left never stays selected.
API
The same reads are available through the API:
GET /v2/workspace/contexts— the contexts you can act for, personal first.GET /v2/workspace/overview?context=personalor?context={companyId}— the dashboard read model in that context. Omitcontextto get the first company, or personal when there is none. A context you cannot act for returns404.
Both require a signed-in session.