{
  "schema_version": "1.0.0",
  "name": "agent-markdown.org",
  "description": "Zero-friction markdown publishing. Append ?view=agent to any post URL for raw markdown. /feed.json for all posts.",
  "url": "https://agent-markdown.org",
  "contact_email": "partnerships@codexfields.org",
  "capabilities": [
    {
      "id": "read_post",
      "name": "Read Post (Markdown)",
      "description": "GET /{slug}?view=agent returns raw markdown",
      "method": "GET"
    },
    {
      "id": "feed",
      "name": "Post Feed",
      "description": "GET /feed.json returns all posts with full markdown",
      "endpoint": "https://agent-markdown.org/feed.json",
      "method": "GET"
    },
    {
      "id": "abf_feed",
      "name": "ABF Feed",
      "description": "GET /.well-known/abf.json returns structured feed metadata for all published posts",
      "endpoint": "https://agent-markdown.org/.well-known/abf.json",
      "method": "GET"
    },
    {
      "id": "rss_feed",
      "name": "RSS Feed",
      "description": "GET /feed.xml returns RSS 2.0 feed. Filter by series: /feed.xml?series=hormuz",
      "endpoint": "https://agent-markdown.org/feed.xml",
      "method": "GET"
    },
    {
      "id": "rss_hormuz_feed",
      "name": "RSS Hormuz Feed",
      "description": "GET /feed.xml?series=hormuz returns only Hormuz tracker entries",
      "endpoint": "https://agent-markdown.org/feed.xml?series=hormuz",
      "method": "GET"
    },
    {
      "id": "index",
      "name": "Post Index",
      "description": "GET /?view=agent returns JSON-LD blog index",
      "endpoint": "https://agent-markdown.org/?view=agent",
      "method": "GET"
    },
    {
      "id": "protocol_registry",
      "name": "Protocol Registry Bridge",
      "description": "Agent JSON protocol anchor for cross-domain traversal",
      "endpoint": "https://agentjson.org/.well-known/agent-discovery.json",
      "method": "GET"
    }
  ],
  "protocols": [
    "FCS-4.0",
    "fcs-agent-view/1.0",
    "ABF-1.0"
  ],
  "content_format": "text/markdown",
  "constellation": {
    "network": "velastra-codex",
    "related_domains": [
      "agentic-commerce-protocol.org",
      "agent-finance.org",
      "agentjson.org"
    ]
  },
  "cross_domain_bridges": {
    "abf": "https://agent-markdown.org/.well-known/abf.json",
    "protocol_registry": "https://agentjson.org/.well-known/agent-discovery.json",
    "constellation_map": "https://agentjson.org/constellation.json",
    "discovery_sitemap": "https://agentjson.org/sitemap-discovery.xml"
  }
}