ARD Registry LogoARD
All postsGuide · 4 min read

A Friendly Guide to Agentic Resource Discovery (ARD): Why the AI Era Needs a New Map

Have you wondered how AI agents find tools and websites to get work done? Here is a simple, friendly breakdown of Agentic Resource Discovery (ARD) and why it is shaping the future of the internet.

By Shahar (Founder & Lead Architect)

The New Internet is Built for Agents

For the last thirty years, the web was designed for human eyes. We build pretty headers, write catchy blogs (like this one!), and scroll through pages looking for answers. But today, the web is changing. Instead of humans doing the browsing, we are increasingly using AI agents—like Claude Code, GitHub Copilot, and custom automated assistants—to do the work for us.

If you ask an AI agent to "find a local plumber and book an appointment for Tuesday," it has to go out, search, find the right API, understand the parameters, and execute the request. But how does the agent find these tools in the first place? That is where Agentic Resource Discovery (ARD) comes in.

What is ARD? (Think of it as a Phonebook for AI)

Imagine moving to a new city without a phonebook, map, or search engine. If you want a pizza, you have to walk down every street hoping to stumble upon a pizzeria. That is what the web is like for AI agents today. Without a standard map, agents can only use tools that their human creators have manually hardcoded into their system.

ARD (Agentic Resource Discovery) is a new, open web standard backed by companies like Google, Microsoft, and Hugging Face. It is essentially a universal phonebook. It allows any website or service on the internet to list its capabilities in a format that AI agents can read and understand in a fraction of a second.

Why Do We Need ARD?

There are three main reasons why ARD is critical for the future of the web:

1. Scale (No more hardcoding): There are millions of APIs, SaaS products, and local databases in the world. It is impossible for developers to manually build integrations for every single one into every AI agent. With ARD, agents can search a central registry at runtime, find the tool they need, and use it instantly.

2. Trust and Security: When an AI agent performs an action for you (like spending money or reading private documents), safety is paramount. ARD uses a decentralized trust system called did:web. This lets the agent verify that the tool it found actually belongs to the verified domain (e.g., booking a flight via FlyFast actually routes through FlyFast's servers), protecting you from scams.

3. Leveling the Playing Field: In the old SEO era, giant corporations with massive marketing budgets dominated search results. With ARD, if your small business publishes a clean, standard manifest showing what your service does, an AI agent searching for that specific task can find you, understand your API, and connect to you directly.

How Does It Work in Practice?

It is surprisingly simple. It relies on a single file called ai-catalog.json placed on a website's server (typically at yourdomain.com/.well-known/ai-catalog.json). Think of it as a digital business card for AI agents.

Once that file is uploaded, crawler registries (like the ARD Registry) scan the domain, read the capabilities, verify the domain's identity, and index it. Now, when an AI agent needs a tool, it queries the registry, finds your catalog, and starts interacting.

Ready to Join the Agentic Web?

Building an agent-friendly web is a community effort. If you are a developer, SaaS owner, or just curious, you can get started by creating your own ai-catalog.json manifest. Use our interactive tools, submit your domain to the registry, and make your services ready for the AI era!