agenticweb.md

Your Organization’s Front Door to the Agentic Web

One file at your domain root that tells agents who you are and where your capabilities live.


What is agenticweb.md?

Place a single file at example.com/agenticweb.md to publish:

---
agenticweb: "1"
description: "Rate comparison tools and mortgage guidance for homebuyers."

organization:
  name: "Acme Bank"
  legal_name: "Acme Bank, N.A."
  certifications:
    - name: "ISO 27001"
    - name: "SOC 2 Type II"

contacts:
  support: "mailto:support@acme.example"
  dpo: "mailto:privacy@acme.example"

links:
  - name: "privacy"
    url: "https://acme.example/privacy"
  - name: "docs"
    url: "https://docs.acme.example"
    permissions:
      train: false

capabilities:
  - kind: mcp
    id: rates
    description: "Rate lookup and comparison tools."
    url: "mcp://api.acme.example/rates"
    transport: "http"

  - kind: skill
    id: mortgage-advisor
    description: "Guides users through mortgage options."
    url: "https://acme.example/skills/mortgage-advisor/SKILL.md"
---

One file. Every AI agent. Clear discovery.


Why agenticweb.md?

Without agenticweb.mdWith agenticweb.md
Agents scrape and guessSingle authoritative entry
No way to declare permissionsPer-resource train: false signals
Marketplaces need manual verificationOrg info + trust links
Capabilities scatteredUnified index with canonical URLs
Missing compliance infoCertifications + AI Act risk levels
No machine-readable imprintLegal name, address, DPO contact

Organizations can publish machine-readable compliance information:

Agents can use this information to make informed decisions before interacting with your services.


Capability Types

The index is a single list with kind + URL:


Quick Start

  1. Create agenticweb.md
  2. Add organization metadata
  3. List capabilities
  4. Publish at your domain root

Full Quick Start Guide →


Example Industries

View All Examples →


Get Involved