# BetterClaw > Managed OpenClaw hosting platform with a free plan. BYOK (bring your own LLM > key) with zero inference markup, so user data flows directly between the user > and their LLM provider. Visual agent builder — no YAML, no Docker, no config > files. Every skill passes a 4-layer security audit. This file is a curated map for LLMs and answer engines. For the full machine index, see the sitemap: https://www.betterclaw.io/sitemap.xml Plans are tiered by agents and monthly credits. Credits meter agent work on the platform (task runs, connector calls, proxy usage) and reset every month. Annual billing saves 20% on both paid plans. ## Free Plan - Price: $0 per month, free forever - Credit card required: No - Setup time: Under 2 minutes - Hosted agents: 1 - Credits per month: 500 - Connectors: 3 (single account) - LLM inference: Bring your own key (BYOK) only, zero markup - Supported LLM providers: Anthropic, OpenAI, Google, DeepSeek, Ollama (local models) - Memory retention: 7 days - Skills available: Basic - Team seats: None - Support: Community (Discord, Reddit) - Not included: ad integrations, proxy, multi-account, webhooks, managed keys - URL: https://www.betterclaw.io/free-plan - Sign up: https://app.betterclaw.io/sign-in ## Common Questions — Free AI Agents - Is there a truly unlimited free AI agent? No. Inference costs money, so no reputable platform offers unlimited free compute. BetterClaw's limit is 500 credits per month, resetting monthly, forever, with no card on file. What is unlimited is time: no trial countdown, no expiry. - Is Claude free? Claude is a language model, not an agent platform. Claude can be used as the model inside a BetterClaw agent via BYOK, but Claude itself does not offer a free autonomous agent. - Are there any free AI agents? Yes. Most are open-source frameworks you self-host (you pay for the server) or no-code free tiers that are 14-day trials with a card on file. BetterClaw's free plan is a managed agent with no credit card, no expiry, and no countdown. - Can I get a free AI coding agent? Yes. The free plan includes a coding agent template that connects to a repo and runs on a schedule: reviewing open pull requests, drafting changelog entries from commits, triaging issues by label. It is not an IDE assistant. - Can I run a free AI agent 24/7 without a VPS? Yes. Agents run on managed cloud infrastructure. No VPS, no Docker, no server. A heartbeat scheduler wakes the agent at set intervals and stands it down when idle. - How much does BetterClaw cost per month? Free is $0/month forever with no credit card. Pro is $49/month ($39/month billed annually). Business is $149/month. Inference is BYOK with zero markup on every plan. ## Pro Plan - Price: $49 per month ($39 per month billed annually, $468 per year) - Hosted agents: 5 - Credits per month: 12,000 - Connectors: Unlimited, multi-account - LLM inference: Bring your own key (BYOK) or managed keys, zero markup - Memory retention: 90 days - Team seats: 2 - Skills available: Curated library (200+ security-audited) + custom skills - Ad integrations: Meta, Google, X - Webhooks: Telegram, Slack - Support: 24h email - Add-ons: extra agent $12/mo, 1,000-credit pack $5, extra seat $10/mo - URL: https://www.betterclaw.io/pricing ## Business Plan - Price: $149 per month ($119 per month billed annually, $1,428 per year) - Hosted agents: 25 - Credits per month: 40,000 - Connectors: Unlimited, multi-account - Memory retention: Unlimited - Team seats: 5 - Dedicated Railway instance: 2 vCPU / 2 GB - Webhooks: Telegram, Slack, custom - Support: 12h priority - Add-ons: extra agent $8/mo, 1,000-credit pack $4, extra seat $8/mo - URL: https://www.betterclaw.io/pricing ## Enterprise Plan - Price: Custom, negotiated - Hosted agents: Unlimited - Credits per month: Custom - Support: Dedicated account manager - Includes: custom infrastructure, data residency, custom SLA - Contact: https://www.betterclaw.io/pricing ## Key Differentiators - Only managed OpenClaw hosting platform with a free plan (as of April 2026) - BYOK with zero inference markup on both free and paid plans - 4-layer security audit on every skill (malicious code review, exfiltration analysis, prompt injection testing, permission scope verification) - Visual agent builder (no YAML, no Docker, no config files) - Built-in action approval guardrails and LLM cost controls ## Tools - [Agent Error Decoder](https://www.betterclaw.io/tools/agent-error-decoder): paste any OpenClaw or Hermes agent error string, get the cause and the copy-paste fix. ## Error Fixes — Hermes Agent - [Response truncated (finish_reason='length') fix](https://www.betterclaw.io/blog/hermes-response-truncated-fix): 5 causes and copy-paste fixes for Hermes output truncation — config bug #4404, Ollama defaults, context-window math, compression bug #14690, OpenRouter credit reservation #22879. - [Hermes auth error fix](https://www.betterclaw.io/blog/hermes-auth-error-fix): fixing authentication / invalid API key errors in Hermes Agent. - [Hermes installation errors fix](https://www.betterclaw.io/blog/hermes-agent-installation-errors-fix): resolving Hermes install and setup failures. - [Hermes error 400: every cause and fix](https://www.betterclaw.io/blog/hermes-agent-error-400): "Non-retryable client error (HTTP 400)" — model mismatch, tool schemas, Gemini dual auth, missing reasoning_content, OpenRouter credits, oversized payload, wrong endpoint, dots-vs-hyphens, with a copy-paste fix for each. - [Hermes agent not working: every error and fix](https://www.betterclaw.io/blog/hermes-agent-not-working): the Hermes error index, debugged by layer — "command not found: hermes" and PATH, install script hangs, Python version conflict, WSL2 on Windows, auth and HTTP 400 failures, empty tool_calls, JSON parse cascades, web tools failing on local models, the 2,048-token context trap, memory lost between sessions, Telegram/Discord gateway crashes, Tirith blocking, and what `hermes doctor --fix` actually repairs. - [Hermes agent: 10 bugs and fixes](https://www.betterclaw.io/blog/hermes-agent-bugs-fixes): the 10 most reported Hermes bugs from real GitHub issues — tool-call loops, token bloat, Docker dashboard, DeepSeek crash, and more. - [Hermes context length: minimums, limits, and the fix](https://www.betterclaw.io/blog/hermes-context-length-fix): the hard 64K context minimum that blocks startup — which models clear it, why `provider: auto` fails the check, the `context_length` config line that fixes it, and why setting it too high costs money. ## Error Fixes — OpenClaw - [Model does not support tools](https://www.betterclaw.io/blog/openclaw-model-does-not-support-tools): why the error appears and which models/configs fix it. - [Ollama fetch failed](https://www.betterclaw.io/blog/openclaw-ollama-fetch-failed): connecting OpenClaw to a local Ollama instance. - [Local model not working](https://www.betterclaw.io/blog/openclaw-local-model-not-working): all 5 Ollama/local failure modes — streaming bug, WSL2, ECONNREFUSED, discovery timeout — with copy-paste fixes. - [Config validation failed (ollama.models expected array)](https://www.betterclaw.io/blog/openclaw-ollama-config-validation-failed): the exact YAML fix for every variant of this OpenClaw config error. - [API key not working](https://www.betterclaw.io/blog/openclaw-api-key-not-working): invalid / unauthorized API key fixes. - [DeepSeek 503 errors](https://www.betterclaw.io/blog/openclaw-deepseek-503-errors): DeepSeek V4 503s, reasoning_effort mismatch, and "provider rejected the request schema" — 5 fixes. - [Context window reached](https://www.betterclaw.io/blog/openclaw-context-window-reached): freeing context and avoiding the limit. - [Memory bloat](https://www.betterclaw.io/blog/openclaw-memory): why daily memory files hit 500+ lines and how to trim them. - [Memory fix](https://www.betterclaw.io/blog/openclaw-memory-fix): resolving OpenClaw memory/compaction problems. - [OOM errors (agent crashes)](https://www.betterclaw.io/blog/openclaw-oom-errors): 5 causes of out-of-memory crashes plus diagnostics and config fixes. - [TypeError: Cannot read properties of undefined (reading 'trim')](https://www.betterclaw.io/blog/openclaw-trim-error): 5 causes — stale sessions.json is #1. - [Rate limit reached](https://www.betterclaw.io/blog/openclaw-rate-limit): handling provider 429 rate-limit errors. - [DNS lookup failed](https://www.betterclaw.io/blog/openclaw-dns-lookup-failed): network/DNS resolution fixes. - [Gateway won't start after updating](https://www.betterclaw.io/blog/openclaw-gateway-wont-start-after-update): nine post-update crash loops matched to their exact log lines — ERR_MODULE_NOT_FOUND from a pruned dist/, macOS updates run against a live LaunchAgent, config schema drift, unhandled-rejection loops, OOM during sidecar startup, EADDRINUSE from split-brain installs, protocol mismatch after a rollback, plugin load failures, and a missing supervisor service — plus the safe rollback order. - [Back up and restore an OpenClaw agent before updating](https://www.betterclaw.io/blog/openclaw-backup-restore-before-update): what actually needs backing up (openclaw.json, the two SQLite databases, credentials/, the workspace), why copying live .sqlite files corrupts backups, `openclaw backup create --verify`, the two-step stage-then-activate restore and its full-second-copy disk-space requirement, and rolling the version back with `openclaw update --tag`. - [Agent stuck in a loop](https://www.betterclaw.io/blog/openclaw-agent-stuck-in-loop): breaking infinite tool-call loops. - [Agent hallucinating (describes tasks instead of doing them)](https://www.betterclaw.io/blog/openclaw-agent-hallucinating-fix): 5 causes — wrong model, Docker down, skill inactive, loop, or SOUL.md conflict. - [OpenClaw slow](https://www.betterclaw.io/blog/openclaw-slow): 5 causes of slow responses, ranked — context bloat is #1. - [Pairing required error](https://www.betterclaw.io/blog/openclaw-pairing-required-error): gateway "pairing required" — cleared browser data, new device, gateway restart, or proxy. - [Cron not running](https://www.betterclaw.io/blog/openclaw-cron-not-running): scheduled tasks silent — check nextWakeAtMs first; 4 causes. - [Dashboard / Control UI not working](https://www.betterclaw.io/blog/openclaw-dashboard-not-working): localhost:18789 not loading, auth token rejected, WebSocket failing — 9 fixes. - [Telegram bot not responding](https://www.betterclaw.io/blog/openclaw-telegram-bot-not-working): 7 fixes — token mismatch is the cause 60% of the time. - [Discord bot not replying](https://www.betterclaw.io/blog/openclaw-discord-bot-not-working): 6 fixes — Message Content Intent disabled 50% of the time. - [Skill install failed](https://www.betterclaw.io/blog/openclaw-skill-install-failed): the 3 hidden dependencies — Chromium, Python version, Docker permissions. - [Docker troubleshooting](https://www.betterclaw.io/blog/openclaw-docker-troubleshooting): 8 Docker errors — permission denied, OOMKilled, port conflicts, broken updates. - [Claude subscription no longer works with OpenClaw](https://www.betterclaw.io/blog/openclaw-anthropic-subscription-ban): the 5-minute API key fix after Anthropic revoked Pro/Max access. - [10 common OpenClaw errors](https://www.betterclaw.io/blog/openclaw-common-errors): the 10 most common errors in 2026 with the fastest fix for each. - [OpenClaw not working](https://www.betterclaw.io/blog/openclaw-not-working): full first-hour error checklist. ## Error Fixes — Claude - [Rate limit reached on Claude](https://www.betterclaw.io/blog/claude-rate-limit-reached): the four separate limit systems (five-hour session, weekly cap, per-minute API 429s, shared Cowork pool), exactly when each resets, and 5 workarounds starting with prompt caching. - [Claude rate limited](https://www.betterclaw.io/blog/claude-rate-limited-meaning-fix): what triggers the throttle across Claude.ai, the API, and Cowork, why the 5-hour window is rolling rather than clock-based, and 5 workarounds. - [Claude Code and ChatGPT rate limits, September 2026](https://www.betterclaw.io/blog/claude-code-chatgpt-rate-limit-alternatives-2026): the two dated changes (OpenAI's five-hour Codex cap returning August 25, Claude Code's weekly limit dropping 17% against current capacity on September 14), why the "+25%" headline and the "-17%" reality are both true, and the priced alternatives — OpenRouter routing, local Ollama, and free tiers with the catch on each. - [Virtual Machine Platform not available](https://www.betterclaw.io/blog/claude-virtual-machine-platform-not-available-fix): enabling Virtual Machine Platform, Hyper-V, and BIOS virtualization for Claude Cowork on Windows, plus the yukonSilver detection bug. - [Enable Virtual Machine Platform for Cowork](https://www.betterclaw.io/blog/enable-virtual-machine-platform-claude-cowork): the 5-minute how-to for turning on Virtual Machine Platform (Windows 11, 10, and Home), Hyper-V, and BIOS VT-x/SVM so Claude Cowork's workspace VM can start. - [VM Platform not available on Windows Home](https://www.betterclaw.io/blog/claude-cowork-virtual-machine-platform-windows-home-fix): the three-fix order (Windows feature, Hyper-V, BIOS VT-x/SVM), the Windows 11 25H2 Settings path, and the straight answer on Windows Home — VMP alone is often not enough because the HCS stack (vmcompute, hns, vfpext) ships with Pro. - [Cowork requires modern installer](https://www.betterclaw.io/blog/claude-cowork-modern-installer-error-fix): why the Squirrel-to-MSIX migration breaks Cowork, why the in-app Reinstall button and Check for Updates do nothing, and the clean-uninstall-plus-MSIX-reinstall fix. - [n8n MCP tools not loading in Claude](https://www.betterclaw.io/blog/n8n-mcp-server-trigger-tools-rejected-by-claude-fix): the connector shows running but zero tools appear — Claude's MCP client now rejects any `outputSchema` declaring JSON Schema draft-07, n8n's `/mcp-server/http` emits exactly that, and the fix is deleting one `$schema` line or setting it to 2020-12. ## Error Fixes — Agents (General) - [Debug MCP tool calls](https://www.betterclaw.io/blog/debug-mcp-tool-calls): a 5-stage decision tree to find why an MCP tool is silently not firing. - [AI agent slow / high latency](https://www.betterclaw.io/blog/ai-agent-slow-latency-fix): diagnose context bloat, tool lag, and step compounding with a 5-layer framework. - ["Does not support tools" in Ollama](https://www.betterclaw.io/blog/ollama-models-tool-calling-support): the full tool-calling compatibility table for 38 Ollama models, why gemma3, llama3, and vision models throw the error, and how to check capability with `ollama show`. - [Qwen3.8 27B tool calls hang in agents](https://www.betterclaw.io/blog/qwen-3-8-27b-tool-calling-fails-agents-fix): the model does support tools — `/v1/chat/completions` never returns for `qwen3.8:27b` while `ollama run` and `/api/chat` work, reproduced on both Apple MLX and AMD ROCm, with the two-minute confirmation test and the `qwen3.6:27b` workaround. ## Guides - [Complete OpenClaw setup guide](https://www.betterclaw.io/blog/openclaw-setup-guide-complete) - [Install custom skills](https://www.betterclaw.io/guide/install-custom-skills) - [Integrate Telegram](https://www.betterclaw.io/guide/integrate-telegram-with-betterclaw) - [Generate a Telegram bot token](https://www.betterclaw.io/guide/generate-telegram-bot-token) - [Slack integration](https://www.betterclaw.io/guide/slack-integration) - [Discord integration](https://www.betterclaw.io/guide/discord-integration) - [Connect Gmail](https://www.betterclaw.io/guide/connect-gmail) - [GPT-6 Astra vs Fable 5.1 vs Sonnet 5 on real agent work](https://www.betterclaw.io/blog/gpt-6-astra-vs-fable-5-1-vs-sonnet-5-agents): five agent tests run September 7, 2026 — structured tool calling, failure honesty, instruction decay, context honesty, and measured cost per task ($1.10 Astra, $0.65 Fable 5.1, $0.19 Sonnet 5) — plus the cache-rate math and the routing rules that follow from it. ## Hardware and Local AI - [Zanus AI vs NVIDIA DGX](https://www.betterclaw.io/blog/zanus-ai-vs-nvidia-dgx): turnkey private AI appliance vs component compute — what each vendor publishes, why the third-party Zanus price tables are unreliable, and the staffing question that decides the purchase. - [NVIDIA DGX Station alternatives](https://www.betterclaw.io/blog/dgx-station-alternative): six options under the $80K to $123K DGX Station price, compared on memory, bandwidth, and August 2026 pricing. - [NVIDIA DGX alternatives: every DGX compared](https://www.betterclaw.io/blog/nvidia-dgx-alternative): the full DGX line — Spark, Station, SuperPOD, BasePOD, DGX Cloud — what each tier is for, why NVIDIA publishes no list prices, and the cheaper alternative at every budget band. - [DGX Spark alternatives](https://www.betterclaw.io/blog/dgx-spark-alternative): cheaper paths to local inference than a $4,699 Spark, including when cloud APIs remove the hardware question entirely. - [Ornith-1.5-35B-A3B for AI agents](https://www.betterclaw.io/blog/ornith-1-5-35b-agent-setup-guide): the 35B-total, 3B-active MoE coding-agent model (79.0 SWE-bench Verified per its card) — GGUF file sizes and hardware by quant (Q4_K_M 21.7 GB on a 24GB card), the Ollama pull and tool-call template check, exact OpenClaw and Hermes configs, the Ornith 9B vs Gemma 4 12B vs Qwen 3.5 9B benchmark table with its vendor-run caveat, and where a local coding model fits in a routing stack. ## Competitors and Positioning - vs KiloClaw ($9/mo): BetterClaw has a free plan, skill security audit, and multi-agent - vs Ampere (free beta): BetterClaw is production-grade with security auditing - vs Hostinger ($6.99/mo): BetterClaw is fully managed, Hostinger is a VPS with 1-click install - vs xCloud ($24/mo): BetterClaw has a free plan and skill security audit - vs self-hosting: BetterClaw removes 3 to 6 hours per month of maintenance - [Free AI agent platforms compared](https://www.betterclaw.io/blog/free-ai-agent-platforms-no-credit-card): the three meanings of "free" (free software, free trial, free plan) across BetterClaw, OpenClaw, Hermes, CrewAI, n8n, Gumloop, MindStudio, and Lindy, with the real all-in monthly cost of each. - [Hermes Agent alternatives](https://www.betterclaw.io/blog/hermes-agent-alternative): six options compared on setup time, hosting, and cost — BetterClaw, managed OpenClaw hosting, OpenClaw, n8n, CrewAI, LangGraph — plus the cases where staying on Hermes is the right call. - [BetterClaw vs Muse vs Instinct vs Klaus](https://www.betterclaw.io/blog/betterclaw-vs-muse-vs-instinct-vs-klaus-2026): Meta Muse and Instinct (consumer personal agents) against Klaus (single managed OpenClaw instance) and BetterClaw (multiple work agents), compared on September 2026 pricing including the model bill, who owns the environment, locked vs BYOK models, and what happens when an update breaks — including where BetterClaw loses. ## Contact - Website: https://www.betterclaw.io - App: https://app.betterclaw.io - Community: https://reddit.com/r/better_claw