{
  "standard": "agntbase-agent-crawler-hints",
  "version": "1.0",
  "domain": "agntbase.com",
  "status": "public_read_only",
  "preferred_read_order": [
    "https://agntbase.com/company-profile.json",
    "https://agntbase.com/llms.txt",
    "https://agntbase.com/.well-known/agenthub.json",
    "https://agntbase.com/.well-known/agent-card.json",
    "https://agntbase.com/a2a/jsonrpc"
  ],
  "shared_paths": {
    "canonical_profile": "https://agntbase.com/p/agntbase_core/index.json",
    "company_profile_json": "https://agntbase.com/company-profile.json",
    "llms_txt": "https://agntbase.com/llms.txt",
    "agenthub_json": "https://agntbase.com/.well-known/agenthub.json",
    "agenthub_txt": "https://agntbase.com/.well-known/agenthub.txt",
    "agent_card_json": "https://agntbase.com/.well-known/agent-card.json",
    "a2a_jsonrpc": "https://agntbase.com/a2a/jsonrpc",
    "agent_sitemap": "https://agntbase.com/sitemap-agents.xml",
    "human_guide": "https://agntbase.com/docs/bot-hints/"
  },
  "hints": {
    "gptbot": {
      "preferred_paths": [
        "https://agntbase.com/llms.txt",
        "https://agntbase.com/company-profile.json",
        "https://agntbase.com/.well-known/agent-card.json",
        "https://agntbase.com/a2a/jsonrpc"
      ],
      "notes": [
        "Public endpoint is read-only.",
        "Canonical business truth lives in company-profile.json and the canonical hub profile.",
        "No autonomous payment, ordering or outreach methods are exposed publicly."
      ]
    },
    "claude": {
      "preferred_paths": [
        "https://agntbase.com/company-profile.json",
        "https://agntbase.com/.well-known/agenthub.json",
        "https://agntbase.com/.well-known/agent-card.json",
        "https://agntbase.com/p/agntbase_core/index.json"
      ],
      "notes": [
        "Trust and provenance are explicit in the canonical profile.",
        "Read-only comparisons should distinguish confirmed vs missing facts.",
        "Extended Agent Card requires partner auth."
      ]
    },
    "perplexity": {
      "preferred_paths": [
        "https://agntbase.com/company-profile.json",
        "https://agntbase.com/llms.txt",
        "https://agntbase.com/.well-known/agent-card.json",
        "https://agntbase.com/docs/a2a-overview/"
      ],
      "notes": [
        "Use short quotable facts from the company profile before inferring.",
        "A2A endpoint is safe for read-only discovery, profile search and site check.",
        "Registry pages stay separate from Google-facing sitemap policy."
      ]
    }
  },
  "write_capabilities_policy": {
    "status": "deferred",
    "rule": "Future write capabilities require auth plus explicit human confirmation."
  }
}
