{
  "title": "Manifest YAML API Documentation",
  "version": "1.0",
  "base_url": "https://manifest-yaml.com/api",
  "endpoints": [
    {
      "method": "GET",
      "path": "/registry",
      "description": "Get registry information"
    },
    {
      "method": "POST",
      "path": "/registry",
      "description": "Register an agent manifest"
    },
    {
      "method": "GET",
      "path": "/agents/{id}",
      "description": "Get agent by ID"
    },
    {
      "method": "GET",
      "path": "/search",
      "description": "Search agents by capability"
    },
    {
      "method": "GET",
      "path": "/verify/{id}",
      "description": "Verify agent trust"
    }
  ],
  "feeds": {
    "abf": {
      "url": "/.well-known/abf.json",
      "description": "Agent Broadcast Feed - real-time intelligence"
    }
  }
}