Skip to main content

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.

What this product ships today, grouped by capability.

Workflows & tasks

FeatureDescription
Workflow librarySave a ComfyUI or Nerfstudio pipeline as a reusable template the whole team can run. Each workflow declares its parameters (with defaults and ranges) so anyone — or any AI agent — can submit a task without seeing the underlying graph. Learn more.
Task submission and trackingSubmit a workflow as a task, watch it through pending → queued → running → completed, and pull the output files when it finishes. Cancel any task that hasn’t reached a terminal state. Learn more.
Workflow snapshotsEvery workflow save creates a snapshot you can preview and restore. Re-renders apply only to the parts that actually changed — no whole-project rebuilds. Learn more.

Agents & compute

FeatureDescription
Team-owned agentsConnect a GPU machine — your own workstation, an on-prem server, a cloud VM — as an agent for your team. The dashboard shows which agents are online, their labels, and which tasks they’re handling. Learn more.
Label-based task routingTag each agent with labels (comfyui, nerfstudio, gpu-class, region, etc.) and require matching labels on a workflow so tasks land on the right hardware.
Comfy Cloud fallback computeConnect a Comfy Cloud API key as an overflow target. When your team’s agents are busy or offline, tasks that need ComfyUI compute can spill to Comfy Cloud automatically — same workflow, hosted GPUs. Learn more.

Container services

FeatureDescription
Deploy any HTTP servicePush a Docker image (vLLM, Ollama, a custom Flask app) to the team’s agents as a long-running service. The platform handles deploy, health checks, and traffic routing through a stable URL. Learn more.
Register an existing external serviceAlready running a model on your own infrastructure? Register the URL instead of deploying through Cyberun. The team’s agents make the outbound calls — Cyberun never makes direct outbound HTTP to a user-provided URL, so the network trust boundary stays on your side. MCP-callable just like a deployed service. Learn more.
Call container services from AI agentsAny MCP-aware AI client (Claude, Cursor, Codex CLI, etc.) can list and invoke the team’s container services through the Cloud MCP server. Whether the service is platform-deployed or externally registered is transparent to the AI — the same usage_prompt and call_container_service tool covers both. Learn more.

Models & assets

FeatureDescription
Model libraryUpload checkpoints, LoRAs, embeddings, and ControlNets once. The platform distributes them to eligible agents and caches them locally so workflows can reference any model by name without per-machine copying. Learn more.
Custom node distributionUpload versioned ComfyUI node packages once. Agents pull and cache them on first need so every workflow runs against the same node versions across the team — no manual sync, no drift. Learn more.

Notifications & events

FeatureDescription
In-app task notificationsWhen a task you submitted completes or fails, the dashboard surfaces it. No email, push, or polling to configure — open the dashboard, see what finished. Learn more.
Signed task webhooksSubscribe an HTTPS endpoint to task events (task.completed and task.failed). Every delivery is HMAC-signed so your backend can verify the request really came from Cyberun before acting on it. Learn more.

Identity & access

FeatureDescription
Teams and rolesGroup users into teams with four role tiers (Owner / Admin / Member / Viewer). Permissions cover every resource — workflows, tasks, agents, container services — so a Viewer can browse without being a vector for accidental writes. Learn more.
Integration credentialsIssue sk- integration keys for scripts, CI, and AI agents. Each key is bound to a team at issue time; revoke at any time. No X-Team-ID header to manage. Learn more.