Sites
Jobs
Everything that happens without anyone in the room: the loops that do it, the scheduled refreshes they run, and the turns a full cell made wait. A loop that is stopped or throwing is the first thing to check — its work stops silently, and every other number on the overview keeps looking healthy.
Cells
The droplets that run account containers, as their heartbeats describe them. A cell is bounded by RAM while sessions run: its run cap is (total RAM − 1.5 GB) / 600 MB, and a turn that finds its cell full waits in line rather than being refused.
Signup
Who may create an account. Invite-only is for the first cohort: size a batch of codes to the fleet's free capacity, hand them out, and invite from the waitlist as room opens. A code works once.
Platform
Recent turns
| When | Account | Model | Tokens | Credits | Cost |
|---|
Accounts
| Name | Role | Verified | Credits | Workspace | Keys | Created |
|---|
Workspace defaults
Platform-wide defaults for every workspace. They are read from your own workspace, and each save is applied to every active workspace; a new workspace gets them when it is registered.
What is on sale
Products, prices, coupons and promotion codes, held by Stripe. A price says what a pack costs and, in its metadata, how many credits it grants — the one thing this platform adds to Stripe's own model.
What it costs us
Packs the app is offering now
| Pack | Price | Credits | Source |
|---|
Provider prices (USD per million tokens)
A turn is priced from what the instance reports; when it reports no cost, the model's tokens are priced from these rates. Platform price is the provider rate times the markup; one credit is one cent.
| Model | Provider in | Provider out | Platform in | Platform out |
|---|
Fallback table
Matched by substring when a model was never synced; edited in control-plane/src/pricing.ts. Anything neither table knows gets the default rate above.
| Model matches | Provider in | Provider out | Platform in | Platform out |
|---|
Shared learnings
What every workspace has taught the platform about tools and methods. Each workspace extracts lessons from its own finished runs and sends only the lesson — never the objective, transcript or files. Lessons are matched by meaning across workspaces; one reaches every workspace's prompts once enough different accounts have produced it independently, or when you promote it. Accounts that opted out in their privacy settings are never recorded.