ax-check.com
by Gauge
R
Rhizome AI
rhizomeai.com
ax-check.com
Checked 18 September 2026
B
84/100
Agents need your login
Pricing is posted clearly, but agents can still fail to report it
All five tiers ($0 to $30,000/yr) and limits are stated plainly on the pricing page, yet one of three agent sessions gave up and said it had no real pricing info.
2 fixes to start with
Concrete changes, backed by what we found.
Recorded coding sessions
Same task, 3 models, no rhizomeai.com account. Recorded 18 September 2026 on Pi.
3 recorded · 1m 4s
1m 4s · recorded
Session findings
Select a finding to see it in context.
›Thinking…
The user wants me to build a simple example using "Rhizome AI" — I need to check whether this product exists and has a developer workflow (SDK/API). I shouldn't hallucinate. Let me check network availability, npm registry, PyPI, etc.
Let me search npm and PyPI for "rhizome".
I'll check whether Rhizome AI actually exists as a developer product (SDK/API) before building anything.
✓$ npm view rhizome-ai 2>&1 | head -20; echo "---"; npm search rhizome 2>&1 | head -20✓└{"content":[{"text":"npm error code E404\nnpm error 404 Not Found - GET https://registry.npmjs.org/rhizome-ai - Not found\nnpm error 404\nnpm error 404 'rhizom…ctrl+o
{"content":[{"text":"npm error code E404\nnpm error 404 Not Found - GET https://registry.npmjs.org/rhizome-ai - Not found\nnpm error 404\nnpm error 404 'rhizome-ai@*' is not in this registry.\nnpm error 404\nnpm error 404 Note that you can also install from a\nnpm error 404 tarball, folder, http url, or git url.\nnpm error A complete log of this run can be found in: /sandbox/.npm/_logs/2026-09-18T21_40_35_313Z-debug-0.log\n---\nrhizome\nUse a peg.js grammar to route url requests\nVersion 0.3.0 published 2013-02-14 by ???\nMaintainers: benw\nhttps://npm.im/rhizome\n\nrhizome-mcp\nLocal-first MCP server for task tracking and coordination of autonomous AI coding agents. This package is a thin npm launcher around the platform-specific rhizome-mcp binary.\nVersion 1.5.1 published 2026-09-16 by GitHub Actions\nMaintainers: odrin\nKeywords: mcp mcp-server model-context-protocol ai-agents agent-coordination multi-agent coding-agents task-tracker issue-tracker claude-code local-first sqlite lease rhizome-mcp\nhttps://npm.im/rhizome-mcp\n\n@rhizome-mcp/linux-x64\nrhizome-mcp prebuilt binary for linux/x64. Not meant to be installed directly - installed automatically as an optional dependency of the rhizome-mcp package.\nVersion 1.5.1 published 2026-09-16 by GitHub Actions\nMaintainers: odrin\nhttps://npm.im/@rhizome-mcp/linux-x64\n\n@rhizome-mcp/darwin-arm64\n","type":"text"}]}✓$ curl -s -m 15 https://pypi.org/pypi/rhizome-ai/json | head -c 500; echo; echo "---"; curl -s -m 15 "https://pypi.org/search/?q=rhizome+ai" | head -c 300✓└{"content":[{"text":"{\"message\": \"Not Found\"}\n---\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta\n http-equiv=\"Content-Security-Policy\"\n…ctrl+o
{"content":[{"text":"{\"message\": \"Not Found\"}\n---\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta\n http-equiv=\"Content-Security-Policy\"\n content=\"default-src 'self'; img-src 'self' data:; media-src 'self' data:; object-src 'none'; style-src 'self' 'sha256-o4vzfmmUENEg4chMjjRP9EuW9ucGnGIGVdbl8d0SHQQ='; script-src 'self' 'sha256-a9bHdQG","type":"text"}]}›Thinking…
No "rhizome-ai" package on npm or PyPI. The closest thing is "rhizome-mcp" which is a local-first MCP server — not "Rhizome AI" hosted product. Let me do a couple more quick checks: maybe there's a "rhizome.ai" domain or an API. Check domain quickly.
✓$ curl -s -m 10 -o /dev/null -w "%{http_code} %{url_effective}\n" https://rhizome.ai 2>&1; curl -s -m 10 -o /dev/null -w "%{http_code} %{url_effective}\n" https://api.rhizome.ai 2>&1; curl -s -m 10 -o /…✓└{"content":[{"text":"502 https://rhizome.ai/\n000 https://api.rhizome.ai/\n502 https://www.rhizome.ai/\n","type":"text"}]}ctrl+o
curl -s -m 10 -o /dev/null -w "%{http_code} %{url_effective}\n" https://rhizome.ai 2>&1; curl -s -m 10 -o /dev/null -w "%{http_code} %{url_effective}\n" https://api.rhizome.ai 2>&1; curl -s -m 10 -o /dev/null -w "%{http_code} %{url_effective}\n" https://www.rhizome.ai 2>&1
›Thinking…
Nothing. rhizome.ai returns 502 (probably just a parked/unrelated domain), no API endpoint, no SDK on npm/PyPI. "Rhizome AI" doesn't appear to be a real, publicly available developer product with an API/SDK. The only thing named "rhizome" with an AI angle is rhizome-mcp, which is a local-first task-tracking MCP server — not "Rhizome AI" the hosted product, and it's local (would require starting a local service), which the user told me to avoid anyway.
Per instructions: "If this product has no developer workflow you can act on, say so plainly and stop." I should report plainly.
I have to stop here and say this plainly: I can't find any product called "Rhizome AI" with a developer workflow I can act on.
Here's what I checked:
- npm registry — no
rhizome-aior similar package. The only AI-adjacent hit isrhizome-mcp, which is an unrelated local-first MCP task-tracking server (not a hosted "Rhizome AI" product, and running it would mean starting a local service, which you asked me to avoid). - PyPI — no
rhizome-aipackage. - rhizome.ai / api.rhizome.ai — the domain returns 502 with no API or docs behind it; there's no sign of a hosted API, SDK, quickstart, or signup flow.
On your specific asks:
- Pricing — I can't tell you anything real, since there's no product page or pricing documentation I can verify. I won't invent numbers.
- Ease of management — nothing to manage; there's no SDK, API, or credentials flow I could exercise.
- Blocked? — Yes, at step one: no developer surface exists to build against.
Rather than fabricate an example against a nonexistent API, I'm stopping here as you instructed. If you can point me at actual Rhizome AI docs, an SDK name, or a correct URL (it's possible it's private/beta or goes by a different name), I'm happy to pick it back up and build the quickstart example immediately.
AX Fundamentals
23 checks. Open an area for details.
This check is a quick preview. Test more tasks and models with Gauge Agents.
Test your product with Gauge Agents