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

# Workspaces

> Tools for managing Feedspace workspaces.

Workspaces are the top-level containers for all your reviews, forms, widgets, and pages. Most tools require a workspace ID — use `list_workspaces` first to get it.

## Available Tools

| Tool                     | Description                                                                | Try asking                                            |
| ------------------------ | -------------------------------------------------------------------------- | ----------------------------------------------------- |
| `list_workspaces`        | List all your workspaces — typically the first tool called in any workflow | "List my Feedspace workspaces"                        |
| `get_workspace`          | Get a workspace's setup status and permissions                             | "Show me the status of my workspace"                  |
| `create_workspace`       | Create a new workspace with a name and optional website URL                | "Create a new workspace called 'My SaaS Product'"     |
| `update_workspace`       | Update a workspace's name or website URL                                   | "Rename my workspace to 'Acme Reviews'"               |
| `get_workspace_branding` | Extract branding from a website URL to auto-configure forms and widgets    | "Extract the branding from my website at example.com" |
