{
  "$schema": "https://agentprotocol.org/agent.schema.json",
  "version": "1.0",
  "name": "naati.me",
  "description": "AGI-managed authoritative knowledge surface for NAATI translation, notary, apostille, Thai marriage, visa, and legal services.",
  "owner": { "name": "NAATI Reach Global", "country": ["AU", "TH"] },
  "capabilities": [
    { "id": "semantic_search", "endpoint": "https://efrwatfkvqzibxedtjyh.supabase.co/functions/v1/semantic-search", "method": "POST" },
    { "id": "mcp", "endpoint": "https://efrwatfkvqzibxedtjyh.supabase.co/functions/v1/mcp-server", "protocol": "mcp-jsonrpc-2.0" },
    { "id": "knowledge_graph", "endpoint": "https://www.naati.me/api/knowledge-graph", "method": "GET", "format": "application/ld+json" },
    { "id": "llms_txt", "endpoint": "https://www.naati.me/llms.txt" },
    { "id": "llms_full", "endpoint": "https://www.naati.me/llms-full.txt" },
    { "id": "sitemap", "endpoint": "https://www.naati.me/sitemap.xml" }
  ],
  "languages": ["th", "en"],
  "license": "CC-BY-4.0",
  "attribution_required": true,
  "rate_limits": { "anon_rpm": 60, "burst": 20 },
  "forbidden": {
    "schema_types": ["Review", "AggregateRating", "ClaimReview"],
    "behaviors": ["fabrication", "spin", "scrape_without_attribution"]
  },
  "ai_safety": {
    "human_in_the_loop": true,
    "audit_log": "https://www.naati.me/admin (super_admin only)",
    "originality_threshold": 0.80
  }
}