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

# Workspace, people and settings

> Two roles, what settings live where, and what happens if you cancel.

## Two roles

|                                     | Admin | Member |
| ----------------------------------- | ----- | ------ |
| Read signals, listeners, runs       | ✅     | ✅      |
| Rate signals                        | ✅     | ✅      |
| Save, note, add to lists            | ✅     | ✅      |
| Create, edit, delete listeners      | ✅     | ❌      |
| Trigger a run, pause a schedule     | ✅     | ❌      |
| Edit the search plan and recipients | ✅     | ❌      |
| Add webhooks and API keys           | ✅     | ❌      |
| Invite, remove and re-role members  | ✅     | ❌      |
| Rename or delete the workspace      | ✅     | ❌      |
| Export without a filter             | ✅     | ❌      |

Whoever creates a workspace is its admin. The interface hides what a member cannot do, and the API refuses it regardless — the rule is enforced on the server, not just in the screen. An API key is always a member, never an admin — see [Authentication](/api-reference) in the API reference.

## Settings

* **Workspace** — name, website, commercial profile, urgency alert rule, members and invitations, and your plan
* **Brand** — your brand kit: name, voice, colours, the things every generator writes with *(beta, alongside Content)*
* **Plan** — your subscription, usage against your limits, and checkout
* **API keys** and **Webhooks** — programmatic access, see the [API reference](/api-reference) and [Webhooks](/webhooks/overview)
* **Docs** — the API, webhook and export reference, in-app
* **Profile** — your own account, and the theme switch

## If you cancel

Your subscription stays active until the end of the period you have paid for, and your listeners keep running until then. After that they stop and the workspace becomes **read-only**: every signal, run and report you collected stays readable for as long as the account exists. Subscribe again and the listeners that were stopped start back up on their original schedules.


## Related topics

- [Setting up](/guides/setting-up.md)
- [Content](/guides/content.md)
- [Webhooks](/webhooks/overview.md)
