This page walks you from a fresh team to a completed task.Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Do you have a GPU machine?
Cyberun runs tasks on agents — processes on GPU machines your team controls. Your path depends on whether you bring the GPU yourself:- Yes, I have a GPU box. Install the agent on it (10 minutes), then submit a task from the dashboard. Steps 1–3 below.
- No, I just want to try it. Run a workflow against shared team agents (if someone on your team already connected one) or use Comfy Cloud fallback (when enabled on your deployment). Skip step 1 and start at step 2.
1. Connect an agent
Your team needs at least one agent online to run tasks. If someone else on your team already connected one, skip ahead to step 2.- In Cloud, open Access in the sidebar. Switch to the Agent tab.
-
Click Create agent key. Name it after the machine —
home-rtx-4090,studio-mac-mini. Copy theak-...value shown; it’s displayed once. -
On the GPU machine, run the installer one-liner for the
runtime you want:
This rootless one-liner works on Linux and macOS — no
sudo, with comfyui as the default tool. For Windows and the full flag list (Docker mode, Nerfstudio, GPU index pinning), see Connect an agent. - The installer sets up the runtime, registers a per-user service, and starts the agent. In Cloud, open Agents in the sidebar — the new agent appears as idle within a few seconds.
gpu, comfyui, nerfstudio, …) describe what the
agent can run. The installer derives them from --tool and the
detected hardware; you don’t set them by hand for the common
cases. Workflows match against an agent’s label set when
dispatching.
2. Add a workflow
A workflow is a reusable template. A brand-new team starts with an empty Workflows list — add the first one before there’s anything to run.- Open Workflows in the sidebar.
- If the list is empty, create or import a workflow so it appears here. A workflow declares its parameters and the agent labels it needs.
- Open a workflow whose required labels match an agent on your team (the card shows the labels it needs).
3. Submit a task
- On the workflow detail page, click Run.
- Fill in the parameters the workflow asks for (prompt, seed, image, …).
- Click Submit.
Next
Connect an AI client via MCP
Drive future tasks from Claude Code, Cursor, or any MCP client.
Generate an API key
Submit tasks from your own scripts and CI.
Webhooks
Get notified when long tasks finish instead of polling.
Find your output
How to download results, re-run from the workflow, and
cancel.
