Skip to content
Gauge

ax-check.com

FlowX.AI

flowx.ai

ax-check.com

Checked 22 September 2026

A

100/100

Agents need your login

Docs are excellent, but pricing stays hidden behind sales

17 of 23 checklist items pass, covering docs, setup and API reference. Pricing is unassessed — the homepage FAQ says cost is sized through a customized demo instead of stated rates.

1 fix to start with

Concrete changes, backed by what we found.

Onboarding

Give agents a clear login handoff and a way to resume setup.

Agents cannot progress through onboarding without human help. Provide an agent-accessible path through authentication and setup.

Recorded coding sessions

Same task, 3 models, no flowx.ai account. Recorded 22 September 2026 on Pi.

3 recorded · 2m 38s

2m 38s · recorded

Session findings

Select a finding to see it in context.

piv0.84.2
modelQwen 3.8 Maxcwd/sandbox/repo
Help me build a simple example using FlowX.AI. Tell me how pricing works, and briefly tell me whether this product will be easy for you to manage. Let me know if you get blocked. If this product has no developer workflow you can act on, say so plainly and stop. Stay light: use the hosted product through its SDK or API. Do not start local service stacks or wait for long-running commands; if the quickstart requires either, say so plainly and stop.
Thinking…

I'm not immediately familiar with FlowX.AI, so let me search through the repository and check the environment to see if there's any information about it available.

$ ls -la /sandbox/repo && find . -maxdepth 2 -iname "*flowx*" 2>/dev/null; env | grep -i -E "flowx|PI_" | head -20{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 22 17:26 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00…ctrl+o
{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 22 17:26 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00 .git\n-rw-r--r-- 1 root root  408 Sep 18 08:00 .gitignore\nPI_CODING_AGENT=true\nPI_REASONING_LEVEL=medium\nPI_SESSION_FILE=/sandbox/.gauge/pi/sessions/2026-09-22T17-26-53-689Z_01a0ca27-fdf9-7f43-a67a-84b0b528b525.jsonl\nPI_PROVIDER=gauge-fireworks\nPI_MODEL=accounts/fireworks/models/qwen3p8-max\nPI_SESSION_ID=01a0ca27-fdf9-7f43-a67a-84b0b528b525\nPI_GATEWAY_API_KEY=unused\n","type":"text"}]}
Thinking…

The repo is empty. FlowX.AI — I don't have any info about this product offline. Can I access the network? Let me quickly check whether there's internet access (curl pypi/npm for the flowx package). If there's no network, and I can't verify the product either, I should honestly say I'm blocked. Let's give it a try.

$ curl -s -m 8 https://pypi.org/pypi/flowx/json | head -c 500; echo; curl -s -m 8 "https://registry.npmjs.org/flowx" | head -c 500; echo; curl -s -m 8 https://flowx.ai | head -c 300{"content":[{"text":"{\"info\":{\"author\":\"yihe yang\",\"author_email\":\"yangchichi@126.com\",\"bugtrack_url\":null,\"classifiers\":[\"License :: OSI Approve…ctrl+o
{"content":[{"text":"{\"info\":{\"author\":\"yihe yang\",\"author_email\":\"yangchichi@126.com\",\"bugtrack_url\":null,\"classifiers\":[\"License :: OSI Approved :: MIT License\",\"Operating System :: OS Independent\",\"Programming Language :: Python :: 3\",\"Programming Language :: Python :: 3.10\",\"Programming Language :: Python :: 3.11\",\"Programming Language :: Python :: 3.12\",\"Programming Language :: Python :: 3.9\"],\"description\":\"English | [简体中文](README_zh-CN.md)\\n\\n\\n# FlowX\\n\\n\\n\\n## What's FlowX?\\n\\n**FlowX** is a lightwe\n{\"_id\":\"flowx\",\"_rev\":\"106-2e5f4ebce70043dccf22d74f0339e089\",\"name\":\"flowx\",\"dist-tags\":{\"latest\":\"8.0.0\"},\"versions\":{\"1.0.0\":{\"name\":\"flowx\",\"version\":\"1.0.0\",\"author\":\"\",\"license\":\"ISC\",\"_id\":\"flowx@1.0.0\",\"maintainers\":[{\"name\":\"josemanu\",\"email\":\"josemanuel@kuak.me\"}],\"dist\":{\"shasum\":\"a1a448023236a65191b7763904e2544a8f958d6c\",\"tarball\":\"https://registry.npmjs.org/flowx/-/flowx-1.0.0.tgz\",\"integrity\":\"sha512-ynGyZ+1ZMdnOwMmZmj/JjS9vUf2ACx8u5fvKXItxljB1jhrekOOyUAFtqzkhpZOV3cixMULpRTKZ1TVNpqw\nRedirecting...\n","type":"text"}]}
Thinking…

"FlowX.AI" — the pypi package "flowx" is a lightweight framework by yihe yang, but is that "FlowX.AI"? The site flowx.ai gets redirected. Let me check where it redirects to, and investigate the pricing info. Also, the npm "flowx" is probably unrelated. Let me check the redirect destination of flowx.ai and the pricing page.

$ curl -s -m 8 -L https://flowx.ai | head -c 2000; echo "---"; curl -s -m 8 https://pypi.org/pypi/flowx/json | python3 -c "import json,sys; d=json.load(sys.stdin); print(d['info']['home_page'], d['info'…{"content":[{"text":"<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><link rel=\"preconnect\" href=\"/\" crossorigin=\"\"/><meta name=\"viewport…ctrl+o
curl -s -m 8 -L https://flowx.ai | head -c 2000; echo "---"; curl -s -m 8 https://pypi.org/pypi/flowx/json | python3 -c "import json,sys; d=json.load(sys.stdin); print(d['info']['home_page'], d['info']['project_urls'], d['info']['summary'], d['info']['version'])"

{"content":[{"text":"<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><link rel=\"preconnect\" href=\"/\" crossorigin=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/40uvmko_ggfbz.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/2pw4xrm9c0g8f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jvhpaew_uadu.js\"/><script src=\"/_next/static/chunks/0jw4jivscv1ye.js\" async=\"\"></script><script src=\"/_next/static/chunks/0hhf3dfltv19j.js\" async=\"\"></script><script src=\"/_next/static/chunks/2k6hykr8t_yox.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0nq3raq6zbwt0.js\" async=\"\"></script><script src=\"/_next/static/chunks/11foz4z3ii72a.js\" async=\"\"></script><script src=\"/_next/static/chunks/3fntmmi971322.js\" async=\"\"></script><script src=\"/_next/static/chunks/0exismhgpg_32.js\" async=\"\"></script><link rel=\"preload\" href=\"https://consent.cookiebot.com/uc.js\" as=\"script\"/><meta name=\"next-size-adjust\" content=\"\"/><title>FlowX.AI: Multi-Agent AI Platform for Banking, Insurance &amp; Logistics Modernization</title><meta name=\"description\" content=\"The multi-agent AI platform for banking, insurance and logistics modernization — deploy AI agents in weeks, proven in production. 220+ enterprise-ready agents for regulated industries, or build your own.\"/><meta name=\"application-name\" content=\"FlowX.AI\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><meta property=\"og:title\" content=\"FlowX.AI: Multi-Agent AI Platform for Banking, Insurance &amp; Logistics Modernization\"/><meta property=\"og:description\" content=\"The multi-agent AI platform for banking, insurance and logistics modernization — deploy AI agents in weeks, proven in production. 220+ enterprise-ready agents for regulated industries, or build your own.\"/><meta property=\"og:site_name\" content=\"FlowX.AI\"/><meta property=\"og:image\" content=\"https://www.flowx.a---\nNone None Elegant and lightweight, yet functionally comprehensive, the Flow framework is the best choice for large models. 0.1.0\n","type":"text"}]}
Thinking…

FlowX.AI is a multi-agent AI platform for enterprises targeting banking, insurance, and logistics. It's an enterprise product, and the question is whether it has a developer workflow (SDK/API, public docs, pricing) that I can work with. Let me check the docs/pricing pages.

$ for p in pricing docs developer api sdk quickstart; do echo "== /$p =="; curl -s -m 8 -o /dev/null -w "%{http_code} %{url_effective}\n" -L "https://flowx.ai/$p"; done{"content":[{"text":"== /pricing ==\n404 https://www.flowx.ai/pricing\n== /docs ==\n404 https://www.flowx.ai/docs\n== /developer ==\n404 https://www.flowx.ai/de…ctrl+o
{"content":[{"text":"== /pricing ==\n404 https://www.flowx.ai/pricing\n== /docs ==\n404 https://www.flowx.ai/docs\n== /developer ==\n404 https://www.flowx.ai/developer\n== /api ==\n404 https://www.flowx.ai/api\n== /sdk ==\n404 https://www.flowx.ai/sdk\n== /quickstart ==\n404 https://www.flowx.ai/quickstart\n","type":"text"}]}
Thinking…

No public pricing page, no documentation, no API/SDK page either. Check the navigation links in the homepage content and look for "book a demo" or the like. Also, the "flowx" package on pypi/npm is unrelated (a different project by a different author). In other words, FlowX.AI is an enterprise-oriented, sales-led product with no self-serve developer workflow. According to the user's instructions: "If this product has no executable developer workflow, state that clearly and stop."

To confirm that the site is sales-led (a demo-request type), do a quick check of the homepage links.

$ curl -s -m 8 -L https://www.flowx.ai | grep -oE 'href="[^"]+"' | sort -u | head -40; echo "---"; curl -s -m 8 -L https://www.flowx.ai | grep -oiE '(demo|contact|pricing|enterprise)[^<>"]{0,60}' | sort…{"content":[{"text":"href=\"#blueprint\"\nhref=\"#cta\"\nhref=\"#demo\"\nhref=\"/\"\nhref=\"/_next/static/chunks/0jvhpaew_uadu.js\"\nhref=\"/_next/static/chunks…ctrl+o
curl -s -m 8 -L https://www.flowx.ai | grep -oE 'href="[^"]+"' | sort -u | head -40; echo "---"; curl -s -m 8 -L https://www.flowx.ai | grep -oiE '(demo|contact|pricing|enterprise)[^<>"]{0,60}' | sort -u | head -20

{"content":[{"text":"href=\"#blueprint\"\nhref=\"#cta\"\nhref=\"#demo\"\nhref=\"/\"\nhref=\"/_next/static/chunks/0jvhpaew_uadu.js\"\nhref=\"/_next/static/chunks/2pw4xrm9c0g8f.css\"\nhref=\"/_next/static/chunks/40uvmko_ggfbz.css\"\nhref=\"/about\"\nhref=\"/agent-builder\"\nhref=\"/ai-agent-stacks\"\nhref=\"/ai-agents\"\nhref=\"/apple-icon.png?apple-icon.2jk4yojnnmk-9.png\"\nhref=\"/banking\"\nhref=\"/blog\"\nhref=\"/blog/browser-agents-dont-fail-on-capability-they-fail-on-consistency\"\nhref=\"/blog/flowx-ai-brings-mission-critical-industry-ai-agents-to-gemini-enterprise\"\nhref=\"/blog/intelligence-plus-continual-learning-equals-expertise\"\nhref=\"/blog/jev-the-good-the-bad-and-the-ugly\"\nhref=\"/blog/sovereign-ai-needs-open-guardrails-so-we-published-ours-open-source-border\"\nhref=\"/contact-us\"\nhref=\"/cookie-policy\"\nhref=\"/customers\"\nhref=\"/customers#industry\"\nhref=\"/customers#use-case\"\nhref=\"/customers/case-studies/insurance-policy-admin-ai-agent\"\nhref=\"/customers/case-studies/insurance-regulatory-compliance-monitoring-ai-agent\"\nhref=\"/customers/case-studies/logistics-freight-lead-management-ai-agent\"\nhref=\"/customers/case-studies/logistics-invoice-processing-ai-agent\"\nhref=\"/customers/case-studies/mortgage-brokerage-multi-bank-eligibility-ai-agent\"\nhref=\"/customers/case-studies/unit-linked-insurance-bancassurance-investment-assistant-ai-agent\"\nhref=\"/eula-partners-terms-and-conditions\"\nhref=\"/favicon.ico?favicon.3-0ihd73i_j41.ico\"\nhref=\"/flowx-code\"\nhref=\"/hub\"\nhref=\"/hub/ai-banking-automation-platforms-that-bridge-legacy-cores-in-2026\"\nhref=\"/hub/asset-manager-fund-platforms-build-vs-buy-cee\"\nhref=\"/hub?tag=Compliance\"\nhref=\"/hub?tag=Cost+%26+ROI\"\nhref=\"/hub?tag=Legacy+core\"\nhref=\"/hub?tag=Lending\"\n---\nContact us\nContact us\\\nEnterprise\nEnterprise AI · AI for regulated industries\nEnterprise AI · AI for regulated industries\\\nEnterprise\\\nPricing and rate optimization\nPricing and rate optimization\\\ncontact-us\ncontact-us\\\ndemo\ndemo.\ndemo.\\\ndemo\\\nenterprise\nenterprise-ready AI agents, or build your own, ready to plug into your\nenterprise-ready agents for regulated industries, or build your own.\nenterprise-ready agents for regulated industries, or build your own.\\\nenterprise-ready agents for regulated industries, or build your own.\\\\\nenterprise-ready agents · 20 categories · in production\n","type":"text"}]}
Thinking…

Confirmed: FlowX.AI (flowx.ai) is a sales-led enterprise multi-agent AI platform. No public pricing page, no public docs/SDK/API, no self-serve signup. The "demo" is a request-a-demo form. The flowx package on PyPI/npm is an unrelated project.

Following the instructions, I'll be blunt and stop. No build. Answer the pricing question (not public — enterprise/custom), note on manageability, done.

Stopping here — FlowX.AI has no developer workflow I can act on.

What I found (checked the live site, PyPI, and npm):

  • FlowX.AI (flowx.ai) is a sales-led enterprise product: "multi-agent AI platform for banking, insurance & logistics." The site has no /pricing, /docs, /api, /sdk, or /quickstart pages (all 404). There's no public signup, API key issuance, or SDK — every path leads to a "request a demo" / "contact us" form.
  • The flowx packages on PyPI and npm are unrelated third-party projects by different authors, not this product.

Pricing: Not public. There's no published pricing page or rate card — it's custom/enterprise pricing negotiated through their sales team (typical demo-driven, contract-based model for regulated industries).

Would it be easy for me to manage? No. With no public API, SDK, docs, or self-serve credentials, there's nothing I can build against, test, or automate. Everything about this product requires human interaction with their sales org first.

Blocked: I can't build the example without vendor-provided access (an account, API credentials, or documentation), which isn't obtainable without contacting their sales team. Per your instructions, I'm saying so plainly and stopping — no local stacks spun up, no long-running commands started, nothing written to the repo.

If you meant a different "FlowX" (e.g., the unrelated PyPI flowx LLM workflow framework, or another product), tell me which and I'll proceed with that instead.

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

AX Check by Gauge