aiception.com is Not Agent-Ready to agents.
Discry independently scored how well an AI agent can discover and understand the aiception.com API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.
SCORED UNDER RUBRIC 1.2 · A full re-launch under Discry Score 2.5 — a new behavioral instrument, not comparable to these scores — is in progress.
Discovery
45% of score · 12/100Comprehension
55% of score · 0/100What we found
- AIception is no longer an API product. The domain now hosts a WordPress marketing site for an AI/ML consulting agency; an agent sent here to find the legacy AIception computer-vision API finds no endpoints, no docs, and no indication the API still exists.
- The site sits behind an anti-bot challenge: a standard fetch of the homepage returns a 'Robot Challenge Screen' captcha page, so most AI agents are turned away before reading any content — a browser-grade stealth fetch was required to reach the real page.
- Zero agent-discovery surface: llms.txt, llms-full.txt, .well-known/mcp.json, AGENTS.md, and any OpenAPI/Swagger spec are all absent, and no MCP registry (Glama, Smithery, PulseMCP) lists it.
- The only positive signals are WordPress hygiene artifacts: a permissive robots.txt with no AI-bot blocks and an auto-generated sitemap — but the sitemap lists just 4 marketing pages and neither leads an agent to API documentation, because none exists.
What to change
Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.
- 01Delist aiception.com from public API directories or publish a clear deprecation notice for the legacy computer-vision API — agents chasing stale directory references currently hit a captcha wall and a consulting brochure.
- 02If any programmatic offering still exists (e.g., the AI-as-a-Service referenced in the PubNub case study), publish developer documentation with an OpenAPI spec at a standard path such as /openapi.json.
- 03Exempt AI crawlers (GPTBot, ClaudeBot, CCBot, etc.) from the bot-challenge WAF so actual access matches the permissive robots.txt policy.
- 04Add an llms.txt describing current services and linking to the key pages, so agents that do get through can learn what the company now offers.
Execution coverage · INFORMATIONAL, UNSCORED
Whether an agent can actually complete a call and recover from errors is the deeper Audit layer — documented here, but not part of the Discry Score.
No API documentation exists anywhere on the site. There is no auth, error-format, rate-limit, pagination, or idempotency documentation of any kind — aiception.com is a consulting-services marketing site with no developer surface.