# Onboarding, team, and billing

Go from sign-in to a working workspace: pick a plan, choose storage, create your first SDK key, and bring in your team.

> **Info:** A workspace is the boundary that holds your team, projects, and billing. The API and billing surfaces call the same boundary an organization (org-scoped keys, `org_id`).

## Sign up and get your first key

New hosted users choose a plan and enter the dashboard through onboarding. Free hosted signups can receive a copy-once SDK key immediately. Paid plans may redirect through hosted checkout before write access is unlocked.

The account menu (top right) can also create additional workspaces with **New workspace**:

- Personal workspace: single-seat, useful for individual experiments.
- Organization workspace: team-oriented, with invitations, roles, billing, and shared projects.

Paid workspace creation can start checkout before teammate invitations are sent or write access is unlocked.

## Choose a plan

The current product tiers are Free, Pro, and Premium:

| Plan | Price | Included storage | API requests / month |
| --- | ---: | ---: | ---: |
| Free | $0 / workspace / month | 2 GiB | 500k |
| Pro | $199 / workspace / month | 1 TiB | 25M |
| Premium | $699 / workspace / month | 5 TiB | 150M |

Premium can include customer-owned self-hosted GCP ClickHouse setup for teams that need tenant data routed to their own deployment.

For the full limit table, storage overage, request overage, and API rate-limit policy, see [Pricing, limits, and billing](/docs/guides/pricing-limits-billing.md).

## Invite teammates

Admins invite teammates from the Seats section of the Workspace settings modal (account menu, then **Workspace settings**). Invite links open the hosted invite page, preview the workspace and role, then require the recipient to sign in before accepting.

Admins can resend or revoke pending invitations while they are active.

Invitation acceptance keeps the invited role. `Read only` (`viewer`) invites land in read-only dashboard access; `Write/read` (`member`) and admin roles unlock the write and administration surfaces allowed by that role.

## Recover from billing problems

When a workspace is pending payment or payment-failed, write routes can return a payment-required error. The dashboard exposes hosted billing actions for checkout, plan changes, customer portal access, and cancellation where your workspace role allows it. Paid subscriptions include Stripe-metered hosted storage and API request overage items.

## Next steps

- [Settings and API keys](/docs/dashboard/settings-api-keys.md)
- [Organizations and workspaces](/docs/dashboard/organizations-workspaces.md)
- [Pricing, limits, and billing](/docs/guides/pricing-limits-billing.md)
- [SDK installation and auth](/docs/sdk/installation-auth.md)
- [Customer-owned ClickHouse](/docs/guides/customer-owned-clickhouse.md)

## Agent navigation

- [Docs index](/llms.txt)
- [Full docs bundle](/llms-full.txt)

### Get Started

- [Overview](/docs/index.md)
- [Quickstart](/docs/quickstart.md)
- [Core Concepts](/docs/concepts/core-concepts.md)
- [Pricing](/docs/pricing.md)
- [Benchmarks](/docs/benchmarks.md)
- [Examples](/docs/guides/examples.md)
- [Troubleshooting](/docs/troubleshooting.md)

### SDK

- [Installation Auth](/docs/sdk/installation-auth.md)
- [Logging](/docs/sdk/logging.md)
- [Tracing](/docs/sdk/tracing.md)
- [Metrics Steps](/docs/sdk/metrics-steps.md)
- [Config Tags Notes](/docs/sdk/config-tags-notes.md)
- [Artifacts Checkpoints](/docs/sdk/artifacts-checkpoints.md)
- [Rich Objects](/docs/sdk/rich-objects.md)
- [Distributed Training](/docs/sdk/distributed-training.md)
- [Console System Integrations](/docs/sdk/console-system-integrations.md)
- [Reliability](/docs/sdk/reliability.md)
- [Cli Login](/docs/sdk/cli-login.md)
- [Querying Data](/docs/sdk/querying-data.md)
- [Agent Mcp](/docs/sdk/agent-mcp.md)
- [Examples Patterns](/docs/sdk/examples-patterns.md)

### Integrations

- [Overview](/docs/integrations/overview.md)
- [Pytorch Lightning](/docs/integrations/pytorch-lightning.md)
- [Huggingface Transformers](/docs/integrations/huggingface-transformers.md)
- [Keras](/docs/integrations/keras.md)
- [Wandb](/docs/integrations/wandb.md)

### Dashboard

- [Tour](/docs/dashboard/tour.md)
- [Organizations Workspaces](/docs/dashboard/organizations-workspaces.md)
- [Runs Workspace](/docs/dashboard/runs-workspace.md)
- [Metrics Charts](/docs/dashboard/metrics-charts.md)
- [Run Detail](/docs/dashboard/run-detail.md)
- [Traces](/docs/dashboard/traces.md)
- [Compare Runs](/docs/dashboard/compare-runs.md)
- [Research Dashboards](/docs/dashboard/research-dashboards.md)
- [Artifacts Files](/docs/dashboard/artifacts-files.md)
- [Run Health](/docs/dashboard/alerts.md)
- [Datasets](/docs/dashboard/datasets.md)
- [Checkpoints](/docs/dashboard/checkpoints.md)
- [Reports](/docs/dashboard/reports.md)
- [Settings Api Keys](/docs/dashboard/settings-api-keys.md)
- [Api Tab](/docs/dashboard/api-tab.md)
- [Onboarding Team Billing](/docs/dashboard/onboarding-team-billing.md) (current page)

### Data

- [Imports](/docs/guides/imports.md)
- [W&B alternative](/docs/guides/wandb-alternative.md)
- [InstantML vs MLflow](/docs/guides/instantml-vs-mlflow.md)
- [W&B import guide](/docs/guides/wandb-import-guide.md)
- [W&B and Neptune imports](/docs/guides/wandb-neptune-imports.md)
- [Export Usage Limits](/docs/guides/export-usage-limits.md)
- [Pricing Limits Billing](/docs/guides/pricing-limits-billing.md)
- [Auth Billing Storage](/docs/guides/auth-billing-storage.md)
- [Customer Owned Clickhouse](/docs/guides/customer-owned-clickhouse.md)
- [Observability](/docs/guides/observability.md)

### API

**Practical API guides**

- [Authentication](/docs/api/authentication.md)
- [Errors And Limits](/docs/api/errors-and-limits.md)
- [Health Observability](/docs/api/health-observability.md)
- [Projects Runs](/docs/api/projects-runs.md)
- [Metrics Series](/docs/api/metrics-series.md)
- [Attributes Objects](/docs/api/attributes-objects.md)
- [Artifacts](/docs/api/artifacts.md)
- [Reports](/docs/api/reports.md)
- [Iframe Embeds](/docs/api/iframe-embeds.md)
- [Import Export Usage](/docs/api/import-export-usage.md)
- [Dashboard Control State](/docs/api/dashboard-control-state.md)
**Architecture**

- [System Overview](/docs/architecture/system-overview.md)
- [Service Planes](/docs/architecture/service-planes.md)
- [Storage Model](/docs/architecture/storage-model.md)
- [Google Clickhouse](/docs/architecture/google-clickhouse.md)
- [Auth Tenancy](/docs/architecture/auth-tenancy.md)
- [Schema Reference](/docs/architecture/schema-reference.md)

### API Reference

- [API Reference](/docs/api-reference.md)
