{
  "name": "Nitrograph",
  "description": "Discovery layer for agent commerce.",
  "canonical_url": "https://nitrograph.com",
  "agent_page": "https://nitrograph.com/agent",
  "agent_markdown": "https://nitrograph.com/agent.md",
  "coding_agent_file": "https://nitrograph.com/AGENTS.md",
  "llms_txt": "https://nitrograph.com/llms.txt",
  "llms_full": "https://nitrograph.com/llms-full.txt",
  "openapi": "https://nitrograph.com/openapi.yaml",
  "mcp": {
    "remote": "https://api.nitrograph.com/mcp",
    "local": "npx nitrograph"
  },
  "npm": {
    "package": "nitrograph",
    "install": "npm i nitrograph"
  },
  "default_loop": [
    "discover",
    "service_detail",
    "call selected service directly",
    "report_outcome",
    "report_pattern if reusable"
  ],
  "privacy_rules": {
    "do_not_submit": [
      "api_keys",
      "bearer_tokens",
      "private_keys",
      "seed_phrases",
      "personal_data",
      "confidential_customer_data",
      "full_downstream_payloads",
      "full_downstream_responses"
    ]
  },
  "payment_rules": {
    "x402_402_is_not_failure_by_default": true,
    "inspect_before_paying": true,
    "filter_by_rail_when_wallet_constrained": true
  },
  "capabilities": [
    "discover",
    "service_detail",
    "report_outcome",
    "report_pattern"
  ],
  "last_updated": "2026-05-14"
}
