
Gecko makes any API agent-usable, without integration code.
Every API was built for human developers. AI agents are now the integrators, and they break on real APIs in ways nothing catches: docs that don't match reality, auth walls, WAFs that block script clients. The provider never sees the failure. An agent doesn't file a bug report; it fails once and leaves, and the provider finds out from churn.
Gecko comprehends the API's surface, from an OpenAPI spec or straight from human docs when no spec exists, and serves it to any agent (Claude Code, Cursor, any MCP client) as first-call-correct tools. Keys stay with the user and are injected locally, invisible to the agent; Gecko is control-plane only and never touches credentials or data. Open source (Apache-2.0), live on PyPI, proven against paywalled and spec-less APIs, including on-chain access settlement on Solana.
Revenue is provider-side: we make APIs agent-ready for the companies that publish them, from comprehension to Preflight, the CI gate that fails a build when a release would break agents.
Developers never pay. Wrappers make an API reachable. Gecko makes the first call correct.