Documentation Index
Fetch the complete documentation index at: https://docs.worldflux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Setup
`worldflux init demo-box` says the directory exists.
`worldflux init demo-box` says the directory exists.
--force if you mean to overwrite the generated WorldFlux files. --force does not delete files the recipe did not create.The CLI cannot find a Python interpreter.
The CLI cannot find a Python interpreter.
uv (curl -LsSf https://astral.sh/uv/install.sh | sh) and re-try. The docs assume uv run worldflux .... If you prefer pipx, pipx install worldflux works the same.`worldflux doctor` warns about the keyring.
`worldflux doctor` warns about the keyring.
gnome-keyring or kwallet, install one or pass --allow-plaintext to fall back to a config file. Plaintext is fine on machines only you can read; in CI, prefer --token-env.Sync
`worldflux sync` exits with `quota_exceeded`.
`worldflux sync` exits with `quota_exceeded`.
Settings → Billing in the dashboard and upgrade, or wait for the cap to roll over. Stripe webhooks reconcile within a minute of checkout.`login_required` after I just logged in.
`login_required` after I just logged in.
--workspace on login did not match the one you are syncing into, log in again with the right slug.The upload restarted from zero after a network blip.
The upload restarted from zero after a network blip.
sync is idempotent on client_run_id. The server discards re-uploads of artifact ids it already has, so the bytes you saw twice were not double-charged.My API key leaked into shell history.
My API key leaked into shell history.
Settings → API keys → revoke. The CLI keyring never echoes the key. The printf + IFS= read -r -s pattern in the quickstart keeps it off your history.Dashboard
The runs table is empty, but I just synced.
The runs table is empty, but I just synced.
The metrics chart renders blank.
The metrics chart renders blank.
The public share link returns 404.
The public share link returns 404.
Recipes
MuJoCo recipes fail to import.
MuJoCo recipes fail to import.
uv sync --extra mujoco first. The base install does not pull MuJoCo because the wheel is large and the suite is optional.A V-JEPA recipe says VRAM is too low.
A V-JEPA recipe says VRAM is too low.
vjepa2_vitl 0.3B variant in the catalog, or run on a host with more memory. The catalog’s minimumVramGb is the observed floor for full-precision inference.`worldflux compare` says the metrics shape differs.
`worldflux compare` says the metrics shape differs.
n/a for missing pairs. That is intentional. It lets you compare apples to oranges and read the gap.Privacy
What does the dashboard send to PostHog?
What does the dashboard send to PostHog?
Settings → Profile → Analytics opt-in.How do I export my data?
How do I export my data?
Settings → Profile → Request export. WorldFlux Cloud queues a job and emails a download link when the bundle is ready.How do I delete my account?
How do I delete my account?
Schedule deletion. The account is removed on day 30. Cancel any time before then with Cancel deletion.