# Workspaces and billing

Source: https://redcrown.ai/docs/guides/workspaces-and-billing/

Organize work into workspaces and manage your plan.

## 1. Workspaces

A workspace groups experiments, runs, and credentials under one organization. You can be a member of multiple workspaces and switch between them in the app.

**UI**

Open **Workspace** at `/advanced/workspace`. From here you can rename the organization, invite members by token, and change member roles. Use the **org switcher** in the top nav to move between workspaces.

**CLI**

Target a specific workspace when pushing results by passing `--org`:

```
redcrown push out.json --org <org-id>
```

The `<org-id>` is the UUID shown on the Workspace settings screen. Omit `--org` to push to your default personal workspace.

**MCP**

Not available via MCP. Manage workspaces in the app.

## 2. Billing

RedCrown meters on **proven workloads** (active experiments). Each plan tier sets a limit on how many you can keep active at once.

**UI**

Open **Billing** at `/advanced/billing` to see your current plan, usage against your workload limit, and how many hosted proof links you have minted. Click **Upgrade** to open the Stripe-hosted checkout and choose a plan tier.

**CLI**

Not available via the CLI. Use the UI to manage your plan.

**MCP**

Not available via MCP. Use the UI to manage your plan.

Last verified 2026-07-02.
