RedCrown.aiRedCrown.ai Docs Open the app

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. There is no markup on inference: you bring your own provider keys and the calls run under your accounts at your rates.

The self-serve Team ladder is Starter (3 workloads), Growth (10), and Scale (30). Free covers 2 workloads and 5 hosted proof links. Enterprise is sales-led.

Billing period

Each tier can be bought monthly or annually. Annual is the same tier at 20% off the monthly rate, billed once a year:

TierMonthlyAnnual (per month)
Starter$99$79
Growth$299$239
Scale$799$639

Switching period means a new checkout. To move an existing subscription between monthly and annual, use the Stripe billing portal via Manage billing.

The monthly/annual choice only appears once annual pricing is live. If you do not see it, annual is not currently on sale and every plan is billed monthly.

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. Pick Monthly or Annual, then choose a tier to open the Stripe-hosted checkout.

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 .