TL;DR: API usage is shifting from human-driven integration to autonomous agent consumption, but documentation, visibility, collaboration, and testing practices have not kept pace, according to LEVO. The governance gap is now structural because APIs that are only understandable to humans are increasingly being consumed by systems that act at machine speed and need runtime truth, not static intent.
NHIMG editorial — based on content published by LEVO: the State of the API analysis and its implications for AI agent consumption
By the numbers:
- 69% of developers now spend more than 10 hours a week on API related work, showing how central API governance has become to delivery.
- 51% of organizations have already deployed AI agents, with another 35% planning to do so within two years.
- 93% of teams face blockers such as duplicated work, poor discovery, and outdated context.
Questions worth separating out
Q: How should teams govern AI agents that can reach APIs, events, and memory?
A: Teams should govern those agents as runtime identities, not as isolated integrations.
Q: Why do stale API docs become a security risk for autonomous systems?
A: Stale documentation becomes a security risk because autonomous systems rely on schemas, examples, and error handling to decide what to call next.
Q: What are the signs that API governance is failing at runtime?
A: Common signs include undocumented endpoints, duplicated ownership, inconsistent responses, rising retry loops, and frequent discovery of APIs that are not in the catalogue.
Practitioner guidance
- Map AI-consumable APIs first Identify every API that can be reached by automation, agents, or orchestration layers, then rank them by data sensitivity, write privileges, and business criticality.
- Tie documentation to runtime behaviour Move schema, examples, error codes, and rate limits into a lifecycle that updates from production behaviour, not just design reviews.
- Expand contract testing for machine consumers Add contract tests that validate response shape, auth handling, and failure semantics under automated load.
What's in the full article
LEVO's full article covers the operational detail this post intentionally leaves for the source:
- The report’s year-by-year breakdown of API development, testing, and collaboration trends across 2021 to 2025.
- Specific survey percentages on documentation debt, contract testing, and security testing adoption that support the article’s broader claims.
- The article’s runtime API security model for distinguishing human and AI consumers in production traffic.
- LEVO’s implementation framing for living documentation, continuous validation, and adaptive access controls.
👉 Read LEVO's analysis of API governance in the age of AI agents →
AI agents and APIs: what governance gap are teams missing?
Explore further
API governance is becoming identity governance for machine consumers. When AI agents call APIs autonomously, the security question is no longer only what the endpoint does. It is also who or what is allowed to consume it, at what rate, with what scope, and under what runtime conditions. That makes API governance part of the broader identity control plane, especially where service access, tokens, and delegated permissions are involved. Practitioners should treat machine consumers as a first-class population, not an exception.
A question worth separating out:
Q: What should teams do if AI agents start depending on unstable APIs?
A: Teams should slow the expansion of agent access, prioritise the highest-risk endpoints, and require contract and security validation before wider rollout. The aim is to prevent unstable APIs from becoming a dependency for autonomous workflows that cannot self-correct. If the interface is not deterministic enough for a human to trust, it is not ready for an agent either.
👉 Read our full editorial: API governance is failing the agentic AI era