
The six harnesses
| Harness | Models | Good for |
|---|---|---|
| Built-in LLM agent (default) | Any LiteLLM model string, e.g. openrouter/openai/gpt-4o-mini | Fast tool-calling agents inside workflows |
| Claude Code | opus, sonnet, haiku, or a pinned model id | Coding and long multi-step tasks in a sandbox |
| Codex | gpt-5.2, gpt-5.3-codex, gpt-5.4, gpt-5.4-mini, gpt-5.5 | Coding tasks with OpenAI models |
| OpenCode | Multi-provider catalog (default opencode/minimax-m2.5-free), including GitHub Copilot and xAI models | Mixing providers, Copilot and SuperGrok subscriptions |
| OpenClaw | Any tool-capable chat model in provider/model format | A sandboxed CLI runtime on the model of your choice |
| Hermes | Any tool-capable chat model (default openrouter/nousresearch/hermes-3-llama-3.1-70b) | General-purpose agent with 68+ built-in tools, optional browser automation |
Hermes and OpenClaw need models that support tool calling. Reasoning-only models like DeepSeek R1 will not work.
Use your existing AI subscription
Instead of API keys or NoClick credits, you can authenticate a harness with the AI subscription you already pay for. Subscription-authenticated runs do not consume NoClick LLM credits; usage counts against your provider plan’s limits.Claude Code with your Claude account
Works with Claude Pro, Max, Teams, and Enterprise.Start the connection
In the node’s credentials section, click Connect with Claude account. A browser tab opens on claude.ai to authorize NoClick.

Codex with your ChatGPT account
Works with ChatGPT Plus and Pro. Requires device code auth enabled in your ChatGPT security settings.Start the connection
Click Connect with ChatGPT account. NoClick shows a short device code and opens the verification page.

GitHub Copilot and xAI SuperGrok (via OpenCode)
Pick OpenCode as the model, then choose a GitHub Copilot or xAI sub-model. The credentials section offers Connect with GitHub Copilot (requires a paid Copilot subscription) or Connect with xAI SuperGrok (requires a SuperGrok subscription). Both use the same device code flow as Codex: a code appears, you enter it on the provider’s verification page, and NoClick completes the connection.Capability matrix
| Capability | Built-in LLM agent | Claude Code | Codex | OpenCode | OpenClaw | Hermes |
|---|---|---|---|---|---|---|
| Runs in a cloud sandbox | When filesystem or repos are wired | Yes | Yes | Yes | Yes | Yes |
| Filesystem node | Yes | Yes | Yes | Yes | Yes | Yes |
| GitHub repo mounts | Yes | Yes | Yes | Yes | Yes | Yes |
| External MCP servers | No | Yes | Yes | Yes | Yes | Yes |
| Integration tools | Yes | Yes | Yes | Yes | Yes | Yes |
| Alarms | Yes | Yes | Yes | Yes | Yes | Yes |
| Conversation persistence | Yes | Yes | Yes | Yes | Yes | Yes |
Next steps
Give your agent tools
Wire integrations into the agent’s bottom handle.
Files and repositories
Persistent storage and authenticated repo access in the sandbox.