/dashboard.md. The full docset is at /llms-full.md and the index is at /llms.md.Web Dashboard
The C3 web dashboard at cthree.cloud/dashboard provides a visual interface for managing your GPU compute jobs, billing, and data.
Everything available in the dashboard is also available via the CLI. The CLI is the primary interface for C3 — the dashboard is a convenience layer that mirrors CLI functionality.
Dashboard Pages
| Dashboard | CLI Equivalent | Description |
|---|---|---|
| Jobs | c3 squeue | View all jobs with status, GPU, runtime. Click any job to see details. |
| Billing | c3 balance / c3 topup | View credit balance, transaction history, and top up via Stripe. |
| Subscription | c3 upgrade | View current plan, upgrade/downgrade between tiers, cancel or resume your subscription. |
| Data | c3 data ls | Browse your datasets and storage usage. |
| Settings | c3 apikey | Create and manage API keys for programmatic access. |
Login
The dashboard uses the same Auth0 authentication as the CLI. Click "Login" in the header at cthree.cloud, or navigate directly to /dashboard to be prompted to sign in.
Once logged in, the dashboard uses the same API and credentials as c3 login — you'll see the same jobs, balance, and data in both.
C3 is currently in a research-alpha access phase. You can sign in while your account is pending, but dashboard pages backed by service APIs such as jobs, billing, data, and API keys require approved access. If the dashboard or CLI shows pending or rejected, email team@cthree.cloud to request research-alpha approval.
Key Differences from CLI
- No job submission: Jobs are submitted via
c3 deployfrom the CLI. The dashboard shows and manages existing jobs. - No data upload/download: Data transfers use
c3 data cp. The dashboard browses data that's already uploaded. - Stripe redirect: Topping up with credits, or subscribing to a paid plan from free, opens the same Stripe checkout page the CLI opens. Tier switches (pro ↔ max), downgrades, and cancellations happen inline without redirecting to Stripe.