Loading…
Everything you need to know about RuneSpoke Hub
Hand an AI agent a task and a repo, and it works on its own in an isolated sandbox - reading, editing, running tests, and opening a pull request. Every action it takes is governed by the same Agent Access (ARC) policy you author, on the model you choose, and a risky action like a production deploy is proposed for a human, never run on its own.
Done autonomously - e.g. edit a file, run tests.
Staged for a human to sign off - e.g. a prod deploy.
The agent can never do it - surfaced so it adapts.
Pick a runtime per run:
Runs on your own provider API key (any of the 15). Every tool call is an ARC decision - the tightest governance. Pick the provider and a model (or Auto); the model list is pulled live from the provider so it's never out of date.
Run Claude Code (Claude Max), Codex (ChatGPT), or Gemini CLI (Google login) in the sandbox - no API key, nothing extra to pay. The CLI's tools are governed by the sandbox; ARC still gates the run and the risky platform actions.
This matters because consumer subscriptions (ChatGPT Plus, Claude Pro/Max, Gemini Advanced) don’t include API access - the CLI runtimes let you put the plans you already pay for to work, instead of buying API credit.
When you pick a CLI runtime, RuneSpoke runs that tool - Claude Code, Codex, or Gemini CLI - headless inside the isolated sandbox, signed in with the subscription that's logged in on the machine running your agent runner. The runner borrows that tool's login for the run, injects it into the sandbox just-in-time, and it's discarded with the sandbox when the run ends. The tool talks to the provider on your plan - no API key.
The same applies to all three: log in once on the runner host (claude login /codex login / sign in to gemini), and runs use that plan. A couple of things to know: whichever machine runs the runner is the one that needs to be logged in; and a run uses your one subscription session, so it draws on that plan's normal limits (great for real work, not a fleet of dozens at once).
An agent is only as good as the environment it works in. A recipe sets the base image, the setup commands run after clone, and the verify command that gates the PR. Author them in the Environments tab; pick one per run.
Cloud Agents is an admin capability and builds on Agent Access (ARC) - register and scope an agent there first, then start a run here. Runs execute in an isolated container managed by the platform.