Equinix is Poor to agents.
Discry independently scored how well an AI agent can discover and understand the Equinix 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 · 50/100Comprehension
55% of score · 62/100What we found
- Equinix's developer.equinix.com returns 403 for all standard discovery URLs (robots.txt, llms.txt, sitemap.xml) — the site redirects to docs.equinix.com which uses Docusaurus
- OpenAPI specs are downloadable for each API product (Fabric v4, Metal, Network Edge) via Redocly-rendered reference pages — strong for programmatic consumption
- The Agent Factory repo (equinix/agent-factory) shows investment in agent tooling, and MCP servers exist on Smithery and Glama for Fabric and DCIM Power
- No error handling documentation exists beyond per-endpoint OpenAPI response codes — an agent would have no recovery guidance when errors occur
- Comprehensive API catalog organized by product with 20+ API families, but no single overview or llms.txt to help an agent understand the full surface area
What to change
Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.
- 01Add llms.txt at docs.equinix.com covering the core API families (Fabric, Metal, Network Edge) with structured descriptions and quickstart links
- 02Create a dedicated error handling guide documenting common errors across APIs with actionable recovery steps
- 03Fix developer.equinix.com to serve robots.txt and sitemap.xml instead of returning 403 — or properly redirect to docs.equinix.com equivalents
- 04Add AGENTS.md to equinix/equinix-sdk-python and other SDK repos with context for coding agents integrating Equinix APIs
- 05Document rate limits explicitly — currently no rate limit information is publicly accessible for any Equinix API
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.
OAuth 2.0 with short-lived access tokens and refresh tokens. OIDC provider support. Pagination via offset/limit parameters. No dedicated error handling or rate limit documentation found. No idempotency key support documented.