Skip to main content

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 the web-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).
If auth environment variables are not set, the dashboard shows configuration guidance instead of a full sign-in form—your operator must supply the correct Supabase (or equivalent) settings for your deployment. After sign-in you stay in a normal user session. That session is separate from automation credentials: workflows use Agent ID and workspace API key, not your password.

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:
AreaPurpose
OverviewSummary and shortcuts into approvals and health-style information for the active workspace.
Quickstart IntegrationStep-by-step: pick or create an agent, optionally generate a workspace API key, then choose n8n, Zapier, or custom HTTP with copy-ready examples.
AgentsList agents; create a new agent; open an agent for Defaults, Notifications, and Settings (per-agent configuration).
ApprovalsList and act on pending and completed approvals, with filters (for example by status or agent).
TeamMembers and invites for the active workspace.
Workspace (labeled Integrations in the nav)Workspace-level settings such as API keys and renaming the workspace.
BillingShown only when billing is enabled for your deployment.
Delivery / HealthOperational visibility for delivery and related checks (wording may vary slightly by version).
AccountProfile and account actions (for example sign out).
SettingsApp 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-Id and X-Api-Key.
See Credentials and API overview.