iC Consult is Not Agent-Ready to agents.
Discry independently scored how well an AI agent can discover and understand the iC Consult 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 · 26/100Comprehension
55% of score · 0/100What we found
- An agent looking for an iC Consult API would find none — iC Consult is an identity-security consultancy that advises on and implements third-party IAM platforms (Okta, Saviynt, CyberArk, Microsoft, SAP). There is no OpenAPI spec, no developer portal, and no endpoint documentation anywhere on the domain.
- Positive: the site is not hostile to agents. robots.txt places no restrictions on AI crawlers (no GPTBot/ClaudeBot/CCBot blocks), and a Yoast-generated llms.txt exists at the root, so an agent crawling the domain can enumerate pages cleanly.
- The llms.txt is a site-wide marketing link dump (webinars, events, and multi-language blog posts), not an API map — it gives an agent nothing about programmatic capabilities because none exist. llms-full.txt and .well-known/mcp.json both 404.
- No agent-native surface of any kind: no AGENTS.md in public repos, no listing in Glama/Smithery/PulseMCP MCP registries, and no machine-readable capability declaration.
- Comprehension scores zero because there is nothing to comprehend from an API standpoint — no endpoints, no code examples, no error handling, and no multi-step workflows. The scan measures API agent-readiness, and iC Consult is a services business, not an API.
What to change
Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.
- 01If iC Consult ever exposes a service API (e.g., for its Managed Services / IAM operations offerings), publish a discoverable OpenAPI spec — that single change would raise the discovery score more than any other action.
- 02Replace or supplement the auto-generated Yoast llms.txt with an API-focused, right-sized file if developer-facing endpoints ever exist; today's file is a marketing sitemap in disguise and adds no agent value.
- 03For the current marketing-only footprint, publish a structured, clean-markdown capabilities page for the AI Security / IAM services offerings so agents can cite iC Consult accurately — the firm already markets AI-agent security, so being legible to agents is on-brand.
- 04Add an AGENTS.md to any public GitHub repositories (connectors, tooling, reference implementations) to give coding agents useful context and a discovery signal.
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.
iC Consult is an identity-security consulting and managed-services firm, not a software vendor. It exposes no public API, so there is no documented authentication, error format, rate limiting, pagination, or idempotency behavior to record.