# AX Check: chatamart.com
Checked 2026-09-20.

Pricing is clear, but developer setup docs are missing
Free (₦0, 20 listings) and Pro (₦2,000/month) tiers are stated openly on the pricing page. No API, CLI, or code-level setup documentation was found.

## End-to-end onboarding not demonstrated

## Coding sessions
All three independent sessions completed and read pricing straight from the live pricing page, each reporting the same Free (₦0) and Pro (₦2,000/month, Nigeria) tiers and correctly flagging the regional pricing assumption. None encountered a login wall or ran local setup, since ChataMart onboards sellers via WhatsApp registration rather than a developer install flow.

### DeepSeek V4 Pro
[View public run](https://agents.withgauge.com/p/runs/8a8e395f-4cd5-4a31-b20b-96204f12e72c) · [Read transcript](https://www.ax-check.com/chatamart.com/sessions/deepseek.json)
Final output states Free (₦0, 20 listings) vs Pro (₦2,000/month) tiers explicitly sourced from the live /pricing page, naming region (Nigeria/NGN) and plan-limit assumptions.
#### End-to-end onboarding
- **End-to-end onboarding not demonstrated**: No credentials were obtained and no authenticated product operation was ever attempted. The agent determined ChataMart has no public SDK, API docs, or developer entry point, and stopped per the seed prompt's explicit instruction to say so and halt rather than attempting to scrape or reverse-engineer the private backend.
  Event 49:

  ```text
  There is **no developer workflow I can act on**:
  
  - No SDK — `chatamart` is absent from both npm and PyPI (404).
  - No API docs — `/docs`, `/developers`, `/api`, `/api/docs` all return 404.
  - No OpenAPI spec (`/.well-known/openapi.json` → 404).
  - The only API host (`api.chatamart.com`) resolves in DNS but **doesn't accept connections** (times out on every path I tried).
  ```
  Event 49:

  ```text
  So, plainly: **I can't build a working example against ChataMart today, because it does not expose an SDK, API, webhook system, or developer docs.**
  ```

#### Hallucinated URLs
None identified in this transcript.

#### Blockers
- **No SDK or package published for ChataMart**: The agent checked both npm and PyPI for a ChataMart package under several plausible names and found nothing published. This is product behavior (no packages exist), not agent error, since the checks used the exact product name and reasonable variants.
  Event 7:

  ```text
  npm error 404 Not Found - GET https://registry.npmjs.org/chatamart - Not found
  ```
  Event 7:

  ```text
  ERROR: No matching distribution found for chatamart
  ERROR: No matching distribution found for chata-mart
  ```
- **No API documentation or developer endpoints discoverable**: Every guessed documentation and API path returned 404, and the only plausible API subdomain (api.chatamart.com) resolves via DNS but times out on every connection attempt. This reflects the product's current lack of a public developer surface, not a mistake in the agent's search strategy.
  Event 32:

  ```text
  === https://chatamart.com/docs ===
  404 https://chatamart.com/docs
  === https://chatamart.com/developers ===
  404 https://chatamart.com/developers
  === https://chatamart.com/api ===
  404 https://chatamart.com/api
  ```
  Event 47:

  ```text
  === https://api.chatamart.com/ ===
  curl: (28) Connection timed out after 8002 milliseconds
  000
  ```
- **Storefront pages render client-side with no accessible data via plain HTTP**: Fetching a live store page returned only the marketing shell and footer, with actual listing data loaded client-side through private JS/Supabase calls rather than any documented or public API. This is a product architecture choice (SPA + private backend) rather than an agent mistake, and it left no legitimate integration point to build an example against.
  Event 42:

  ```text
  === /store/glowup-beauty ===
   GlowUp Beauty — ChataMart Chata Mart Explore Businesses Near me Pricing FAQs Sign in Get started Chata Mart Every business deserves to be found
  ```

#### Suggested Changes
- **Publish a developer API reference at a discoverable path**: Add real content at commonly-guessed paths such as chatamart.com/docs or chatamart.com/developers (all currently 404) describing any REST/webhook API, or explicitly state in the site footer/FAQ that no public API exists yet. Verify by re-running the same path checks and confirming a 200 with actual API documentation instead of a 404.
  Event 32:

  ```text
  === https://chatamart.com/api/docs ===
  404 https://chatamart.com/api/docs
  ```
- **Fix or remove the dangling api.chatamart.com subdomain**: The api.chatamart.com subdomain resolves in DNS but times out on every connection attempt across HTTP paths, which looks broken to anyone probing for a developer entry point. Either bring the endpoint online and document it, or remove the DNS record so it doesn't appear to be a dead, half-configured API host. Verify by curling https://api.chatamart.com/ and confirming a clean response instead of a connection timeout.
  Event 47:

  ```text
  === https://api.chatamart.com/ ===
  curl: (28) Connection timed out after 8002 milliseconds
  000
  ```

### Kimi K3
[View public run](https://agents.withgauge.com/p/runs/eec3ec5d-d4b5-449b-a199-bc25ae629c91) · [Read transcript](https://www.ax-check.com/chatamart.com/sessions/kimi.json)
Final output states Free (₦0) and Pro Nigeria (₦2,000/month) pulled from chatamart.com/pricing (seq 32,40,44) and explicitly flags the region assumption ('Regional pricing is stated to roll out as they expand to other markets').
#### End-to-end onboarding
- **End-to-end onboarding not demonstrated**: No credentials were obtained or used at all. The agent determined ChataMart has no public SDK, API, or developer docs, and stopped before attempting any signup or authenticated action. No self-service onboarding was attempted or possible in this session.
  Event 55:

  ```text
  there is **no developer surface I can act on**
  ```

#### Hallucinated URLs
None identified in this transcript.

#### Blockers
- **No public SDK, API, or developer docs exist**: Product behavior, not agent error or missing credentials: the agent checked npm, PyPI, and GitHub for a package, and probed common documentation paths on the live site, all of which came back empty or 404. This is a marketing/storefront site with a signup-only flow, not a product with a developer workflow to test.
  Event 8:

  ```text
  npm error 404 Not Found - GET https://registry.npmjs.org/chatamart - Not found
  ```
  Event 28:

  ```text
  == /docs: 404
  == /developers: 404
  == /api: 404
  == /developer: 404
  == /api-docs: 404
  == /pricing: 200
  ```
  Event 53:

  ```text
  <loc>https://chatamart.com/get-started</loc>
  ```

#### Suggested Changes
- **Publish developer documentation if programmatic access is intended**: If ChataMart intends for businesses or developers to integrate programmatically (e.g., managing storefronts, orders, or payments via API), publish a docs or developers page and verify it resolves with a 200 status at a path like chatamart.com/docs or chatamart.com/developers, and list it in the sitemap.xml.
  Event 28:

  ```text
  == /docs: 404
  == /developers: 404
  == /api: 404
  == /developer: 404
  == /api-docs: 404
  == /pricing: 200
  ```

### Qwen 3.8 Max
[View public run](https://agents.withgauge.com/p/runs/59812929-4c3e-496c-aeb3-9b7e55ff9524) · [Read transcript](https://www.ax-check.com/chatamart.com/sessions/qwen.json)
Final output states Free tier (20 listings, 0% commission) and Pro tier (₦2,000/month, Nigeria market) with the region assumption named and a note that regional pricing will vary elsewhere (seq 24).
#### End-to-end onboarding
- **End-to-end onboarding not demonstrated**: The agent never obtained or used product credentials. It only probed public marketing pages and searched for SDK packages/API endpoints, all of which returned 404s. No sign-up, API key, or authenticated call to ChataMart was attempted or demonstrated.
  Event 22:

  ```text
  == docs
  404
  == api
  404
  == developers
  404
  == docs.chatamart.com
  404
  == api.chatamart.com
  404
  ```
  Event 24:

  ```text
  No SDK: `chatamart` doesn't exist on npm (404) or PyPI (no versions).
  - No API or docs: `chatamart.com/docs`, `/api`, `/developers`, `docs.chatamart.com`, and `api.chatamart.com` all return 404.
  ```

#### Hallucinated URLs
None identified in this transcript.

#### Blockers
- **No SDK, API, or developer docs exist for ChataMart**: Product behavior, not agent error or missing credentials. The agent checked npm and PyPI for a ChataMart package and probed common developer paths (docs, api, developers, docs.chatamart.com, api.chatamart.com); all returned 404. The product's only onboarding path is a WhatsApp conversational flow, which has no programmatic surface for a coding agent to act on.
  Event 6:

  ```text
  ERROR: Could not find a version that satisfies the requirement chatamart (from versions: none)
  ERROR: No matching distribution found for chatamart
  npm error code E404
  npm error 404 Not Found - GET https://registry.npmjs.org/chatamart - Not found
  ```
  Event 22:

  ```text
  == docs
  404
  == api
  404
  == developers
  404
  == docs.chatamart.com
  404
  == api.chatamart.com
  404
  ```
  Event 24:

  ```text
  The only onboarding path is **conversational**: you sign in and answer a few questions **inside a WhatsApp chat**, and ChataMart generates your storefront. That requires your phone/WhatsApp account and human interaction — nothing I can drive from a coding environment, and no quickstart to script against.
  ```

#### Suggested Changes
- **Publish a developer API or SDK with a discoverable docs path**: Currently chatamart.com/docs, /api, /developers, docs.chatamart.com, and api.chatamart.com all 404, and no npm or PyPI package exists under the ChataMart name. If a programmatic integration path is intended for developers, publish it at one of these conventional locations (e.g., docs.chatamart.com) and verify by re-running the same 404 checks the agent performed to confirm they now resolve.
  Event 22:

  ```text
  == docs
  404
  == api
  404
  == developers
  404
  == docs.chatamart.com
  404
  == api.chatamart.com
  404
  ```

### Task given to each agent
Help me build a simple example using ChataMart. 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.

No product credentials were supplied and no purchases were authorized.

## Score: D · 34/100 (provisional)
Grades come from completed site checks. Coding sessions and skipped checks do not affect the score.

### Clarity
- **Failed** — Homepage answers Markdown requests

  ```text
  Homepage returned text/html for a Markdown Accept header; no Markdown representation offered.
  ```

- **Failed** — llms.txt provides an actionable documentation index

  ```text
  /llms.txt returns HTTP 404, so no documentation index exists.
  ```

- **Skipped** — llms.txt provides navigation guidance

  ```text
  No llms.txt body exists (404), so navigation guidance cannot be assessed.
  ```

- **Skipped** — llms.txt mentions offered API, MCP, and skills

  ```text
  No llms.txt body exists (404); no API, MCP or skills surfaces were observed.
  ```

- **Skipped** — A compact guide representation exists

  ```text
  No site-published Markdown guide; /llms.txt 404 and homepage Markdown unsupported.
  ```

- **Skipped** — A focused guide is directly retrievable

  ```text
  No standalone .md or negotiated Markdown guide fetched for ChataMart.
  ```

- **Skipped** — Equivalent instructions fit a token budget

  ```text
  No compact guide representation was retrieved, so token budget cannot be judged.
  ```

- **Skipped** — Product-docs links survive format changes

  ```text
  Homepage Markdown unsupported, so link preservation across formats is unmeasurable.
  ```

- **Pass** — The compact guide is independently actionable

  ```text
  Get-started page gives three concrete steps: WhatsApp register, set up store, add products.
  ```

- **Pass** — Install and next-step links resolve

  ```text
  Fetched get-started and homepage links returned 200; WhatsApp and auth next steps present.
  ```


### Onboarding
- **Skipped** — Docs lead to a relevant quickstart

  ```text
  No developer docs or quickstart fetched; only a seller onboarding page for ChataMart.
  ```

- **Skipped** — Installation commands are extractable

  ```text
  No installation or developer setup commands offered; ChataMart is a WhatsApp/web seller platform.
  ```

- **Skipped** — Code examples are available without interaction

  ```text
  No code examples present; product is a no-code WhatsApp business page service.
  ```

- **Skipped** — Prerequisites and auth boundaries are explicit

  ```text
  No API or developer auth boundaries offered; only WhatsApp registration and account signup.
  ```


### Pricing
- **Pass** — Pricing is readable without interaction

  ```text
  Pricing page renders Free and Pro tiers with prices directly in fetched HTML, no interaction needed.
  ```

- **Pass** — Prices are stated, not gated

  ```text
  Homepage and pricing page state Free ₦0 and Pro ₦2,000/month openly.
  ```

- **Pass** — Pricing units and limits are explicit

  ```text
  Homepage lists 20 listings, 0% commission; pricing page states ₦2,000/month NGN.
  ```

- **Pass** — Agents identify pricing and its assumptions

  ```text
  3 of 3 sessions were judged on pricing; 0 fell short. DeepSeek V4 Pro: Final output states Free (₦0, 20 listings) vs Pro (₦2,000/month) tiers explicitly sourced from the live /pricing page, naming region (Nigeria/NGN) and plan-limit assumptions. Kimi K3: Final output states Free (₦0) and Pro Nigeria (₦2,000/month) pulled from chatamart.com/pricing (seq 32,40,44) and explicitly flags the region assumption ('Regional pricing is stated to roll out as they expand to other markets'). Qwen 3.8 Max: Final output states Free tier (20 listings, 0% commission) and Pro tier (₦2,000/month, Nigeria market) with the region assumption named and a note that regional pricing will vary elsewhere (seq 24). This behavioural item does not affect the fast grade.
  ```


### Activation
- **Skipped** — An API reference or OpenAPI spec is reachable

  ```text
  No API reference or OpenAPI spec was fetched; ChataMart pages describe a WhatsApp storefront, not developer APIs.
  ```

- **Skipped** — An MCP server is documented and well-formed

  ```text
  No MCP server documentation appears in the fetched ChataMart pages.
  ```

- **Skipped** — A CLI install path is documented

  ```text
  No CLI install path is documented; setup runs via WhatsApp or web dashboard.
  ```

- **Skipped** — SDK packages resolve on their registries

  ```text
  No SDK or developer package registry result was supplied for ChataMart.
  ```

- **Skipped** — Agent skills are published

  ```text
  No agent skills are published or referenced in the fetched ChataMart pages.
  ```



[Full report data](https://www.ax-check.com/chatamart.com/report.json)
