> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finalsay-hitl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web dashboard

# 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](./credentials), 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](./workspace).

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)](../tutorials/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](./credentials) and [API overview](../api-reference/overview).

## Related

* [Product overview](./product-overview)
* [Getting started](./getting-started) — mobile-first onboarding; web is an alternative path
* [Tutorials: First automation (web Quickstart)](../tutorials/first-automation-web-quickstart)
