Web dashboard
The web dashboard is the browser experience for FinalSay: sign in, work across workspaces, manage agents and API keys, and respond to approvals without the mobile app. Your deployment hosts the dashboard (for example as theweb-dashboard app in this product’s monorepo). Exact URLs depend on your environment.
Sign in and account
When Supabase Auth is configured for the dashboard, you can:- Sign in or create an account with email and password, or
- Continue with OAuth providers such as Google, Apple, or Microsoft (the flow may open your system browser and return to the dashboard).
Workspaces
Use the workspace control in the layout to switch workspaces when you belong to more than one. The active workspace drives agents, keys, team membership, and approvals—same idea as on mobile; see Workspace & team. Roles are unchanged: owners can manage API keys, agents, invites, and destructive workspace actions where the product allows; members participate in approvals and can be subscribers for notifications.Main areas (navigation)
These labels match the sidebar in the dashboard:| Area | Purpose |
|---|---|
| Overview | Summary and shortcuts into approvals and health-style information for the active workspace. |
| Quickstart Integration | Step-by-step: pick or create an agent, optionally generate a workspace API key, then choose n8n, Zapier, or custom HTTP with copy-ready examples. |
| Agents | List agents; create a new agent; open an agent for Defaults, Notifications, and Settings (per-agent configuration). |
| Approvals | List and act on pending and completed approvals, with filters (for example by status or agent). |
| Team | Members and invites for the active workspace. |
| Workspace (labeled Integrations in the nav) | Workspace-level settings such as API keys and renaming the workspace. |
| Billing | Shown only when billing is enabled for your deployment. |
| Delivery / Health | Operational visibility for delivery and related checks (wording may vary slightly by version). |
| Account | Profile and account actions (for example sign out). |
| Settings | App preferences such as appearance (light/dark/system). |
Quickstart Integration
The Quickstart Integration page (sidebar) walks through picking or creating an agent, optionally generating a workspace API key, then choosing n8n, Zapier, or custom HTTP with example payloads. For a doc walkthrough, see Tutorial: First automation (web Quickstart).Automations and API keys
Everything your HTTP clients need is unchanged:- Copy Agent ID from an agent.
- Generate a workspace API key as an owner (from Quickstart, Workspace, or agent credential flows—same key material as on mobile).
- Call the Agent API with
X-Agent-IdandX-Api-Key.
Related
- Product overview
- Getting started — mobile-first onboarding; web is an alternative path
- Tutorials: First automation (web Quickstart)