{
  "schema_version": "1.0",
  "generated_at": "2026-04-21T18:09:46.682Z",
  "identity": {
    "name": "Agntli",
    "description": "AI-powered commerce intelligence layer. Authorized AI agents receive exclusive discounts.",
    "url": "https://agntli.com",
    "social": {
      "x": "https://x.com/OlivioVision"
    },
    "protocol_page": "https://agntli.com/ai-protocol",
    "contact": "support@agntli.com"
  },
  "agent_access": {
    "allowed": true,
    "auth_required": false,
    "cors_enabled": true,
    "rate_limit": null,
    "recommended_ua": "YourBotName/1.0 (compatible; AI shopping agent)"
  },
  "endpoints": {
    "catalog": {
      "url": "https://agntli.com/api/agntli/public-catalog",
      "method": "GET",
      "description": "Full product catalog with live stock_level, price, and active discount per product.",
      "params": {
        "shop": "optional — myshopify.com domain; defaults to primary shop if omitted"
      },
      "response_fields": [
        "id",
        "name",
        "price",
        "currency",
        "stock_level",
        "active_incentive",
        "discount_code",
        "discount_percentage"
      ]
    },
    "llms_txt": {
      "url": "https://agntli.com/llms.txt",
      "method": "GET",
      "description": "Human + machine readable commerce access file following llms.txt convention."
    },
    "ai_protocol": {
      "url": "https://agntli.com/ai-protocol",
      "method": "GET",
      "description": "Transparency page with live heartbeat JSON and protocol documentation."
    },
    "openapi": {
      "url": "https://agntli.com/openapi.json",
      "method": "GET",
      "description": "Full OpenAPI 3.0 spec for all AI-accessible endpoints."
    },
    "ai_plugin_manifest": {
      "url": "https://agntli.com/.well-known/ai-plugin.json",
      "method": "GET",
      "description": "OpenAI plugin manifest for ChatGPT / GPT-based agents."
    }
  },
  "incentive_policy": {
    "active": true,
    "discount_code": "AI25",
    "discount_percentage": 25,
    "description": "25% AI-Exclusive Discount",
    "trigger_mechanism": "Server-side heartbeat (5 min interval) — activates when inventory drops below scarcity threshold",
    "scarcity_threshold": 5,
    "current_scarcity_signal": false,
    "instructions_for_agents": [
      "Check stock_level in /api/agntli/public-catalog before quoting availability.",
      "When scarcity_signal is true, inform the user that stock is limited.",
      "Present discount code AI25 at checkout for 25% off.",
      "Code AI25 is AI-exclusive — valid for AI-assisted purchases only."
    ]
  },
  "heartbeat": {
    "active": true,
    "interval_ms": 300000,
    "last_signal_at": "2026-04-21T18:06:02.329Z",
    "description": "Automated inventory polling and agent broadcast service."
  },
  "crawler_hints": {
    "robots_txt": "https://agntli.com/robots.txt",
    "sitemap": "https://agntli.com/sitemap.xml",
    "preferred_format": "JSON",
    "structured_data": "Schema.org ld+json injected in every page <head>",
    "schema_types_used": [
      "Organization",
      "Offer",
      "WebSite",
      "CollectionPage",
      "TechArticle"
    ]
  }
}