Developers have introduced ANIP (Agent-Native Internet Protocol)—a new open standard designed to change how artificial intelligence interacts with web resources. Instead of using unstable methods of parsing HTML code, the protocol allows sites to provide machine-readable descriptions of their capabilities via specialized configuration files.

image

What Happened

ANIP (Agent-Native Internet Protocol) has been introduced, allowing websites to interact directly with AI agents. To implement this capability, sites host an anip.yaml file in the /.well-known/ directory in YAML format. This file contains a declarative description of available capabilities, intents, and endpoints for invocation. The protocol is platform-independent and supports working with formats such as REST, MCP, GraphQL, and gRPC.

Context

Modern AI agents often rely on parsing visual interfaces or DOM structures, which makes their operation fragile and dependent on even minor changes in website design. ANIP offers a fundamental shift from the concept of "web for humans" to "web for agents," replacing unstructured visual content with semantic descriptions of intents and endpoints.

Why It Matters for the Industry

For the industry, ANIP could become a de facto standard, similar to HTML for browsers, significantly reducing the cost of developing integrations and eliminating the need to create custom scrapers. This creates a new infrastructural layer for testing agents and allows companies to create "AI-ready" services, ensuring stable machine-to-machine interaction.

Why It Matters for Users

For end users, this means a transition to an "agentic internet." AI agents will be able to perform complex tasks—such as booking tickets, searching for products, or managing services—much more efficiently and reliably by interacting directly with website functionality without needing to "imitate" human actions through buttons and menus.

What Is Not Yet Known / Limitations

At this stage, ANIP is a conceptual open-source tool; its widespread production use depends on the mass adoption of the protocol by web service owners. Expert opinions vary from enthusiasm to skepticism regarding the actual pace of adoption in the corporate sector.

Sources

Author

Look at AI, Editorial Team