{
  "name": "Nitrograph agent resources",
  "agent_ready": true,
  "base_url": "https://nitrograph.com",
  "last_updated": "2026-05-14",
  "description": "Stable entry points for AI agents, retrieval systems, and crawlers that need machine-readable Nitrograph content.",
  "recommended_crawl_order": [
    "https://nitrograph.com/llms.txt",
    "https://nitrograph.com/agent.md",
    "https://nitrograph.com/agent.json",
    "https://nitrograph.com/agents.json",
    "https://nitrograph.com/llms-full.txt",
    "https://nitrograph.com/agents/index.md",
    "https://nitrograph.com/agents/blog/index.md"
  ],
  "resources": [
    {
      "title": "Agent page",
      "url": "https://nitrograph.com/agent",
      "content_type": "text/html",
      "purpose": "Executable HTML landing page for agents."
    },
    {
      "title": "Agent Markdown",
      "url": "https://nitrograph.com/agent.md",
      "content_type": "text/markdown",
      "purpose": "Markdown mirror of the agent page."
    },
    {
      "title": "Agent JSON",
      "url": "https://nitrograph.com/agent.json",
      "content_type": "application/json",
      "purpose": "Compact capability manifest."
    },
    {
      "title": "AGENTS.md",
      "url": "https://nitrograph.com/AGENTS.md",
      "content_type": "text/markdown",
      "purpose": "Coding-agent instruction file."
    },
    {
      "title": "OpenAPI",
      "url": "https://nitrograph.com/openapi.yaml",
      "content_type": "application/yaml",
      "purpose": "Raw API contract for agent tool construction."
    },
    {
      "title": "Markdown sitemap",
      "url": "https://nitrograph.com/sitemap.md",
      "content_type": "text/markdown",
      "purpose": "Readable site map for agents."
    },
    {
      "title": "llms.txt",
      "url": "https://nitrograph.com/llms.txt",
      "content_type": "text/markdown",
      "purpose": "Compact agent site map and operational guidance."
    },
    {
      "title": "llms-full.txt",
      "url": "https://nitrograph.com/llms-full.txt",
      "content_type": "text/markdown",
      "purpose": "Full agent-oriented Nitrograph reference in one fetch."
    },
    {
      "title": "Agent resource index",
      "url": "https://nitrograph.com/agents/index.md",
      "content_type": "text/markdown",
      "purpose": "Stable Markdown index for all Nitrograph agent resources."
    },
    {
      "title": "Blog briefings index",
      "url": "https://nitrograph.com/agents/blog/index.md",
      "content_type": "text/markdown",
      "purpose": "Index of agent-ready companion briefings for blog posts."
    },
    {
      "title": "Building the Trust Layer for Agent Commerce",
      "url": "https://nitrograph.com/agents/blog/building-the-trust-layer-for-agent-commerce.md",
      "human_url": "https://nitrograph.com/blog/building-the-trust-layer-for-agent-commerce/",
      "structured_data_url": "https://nitrograph.com/agents/blog/building-the-trust-layer-for-agent-commerce.json",
      "content_type": "text/markdown",
      "purpose": "Structured agent briefing for Nitrograph's trust-layer thesis.",
      "topics": [
        "agent commerce",
        "x402",
        "MCP",
        "paid APIs",
        "service discovery",
        "trust ranking"
      ]
    },
    {
      "title": "Building the Trust Layer for Agent Commerce JSON-LD",
      "url": "https://nitrograph.com/agents/blog/building-the-trust-layer-for-agent-commerce.json",
      "human_url": "https://nitrograph.com/blog/building-the-trust-layer-for-agent-commerce/",
      "content_type": "application/ld+json",
      "purpose": "Schema.org Article metadata for crawlers and retrieval systems."
    }
  ],
  "agent_guidance": {
    "prefer_markdown": true,
    "do_not_assume_proxy": true,
    "summary": "Nitrograph discovers, ranks, inspects, and records generalized outcomes. Agents call selected downstream services directly using those services' own auth or payment flow."
  }
}
