{
  "schema_version": "1.0",
  "name": "PointJay",
  "url": "https://www.pointjay.com",
  "description": "B2B loyalty platform — points, tiers, rewards, and branded customer portals for businesses.",
  "actions": [
    {
      "name": "contact_sales",
      "description": "Send a sales or support message to the PointJay team via the homepage contact form.",
      "url": "https://www.pointjay.com/#faq",
      "parameters": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "format": "email",
            "description": "Contact email address."
          },
          "message": {
            "type": "string",
            "minLength": 10,
            "description": "Message body with at least 10 characters."
          }
        },
        "required": [
          "email",
          "message"
        ]
      }
    },
    {
      "name": "browse_shop",
      "description": "Browse a public customer loyalty portal for a PointJay organization.",
      "url": "https://www.pointjay.com/shop",
      "parameters": {
        "type": "object",
        "properties": {
          "orgAlias": {
            "type": "string",
            "description": "Public organization alias used in /shop/{orgAlias}."
          }
        },
        "required": [
          "orgAlias"
        ]
      }
    },
    {
      "name": "collect_points_info",
      "description": "Learn how customers collect points, unlock tiers, and redeem rewards in a public shop portal.",
      "url": "https://www.pointjay.com/shop",
      "parameters": {
        "type": "object",
        "properties": {
          "orgAlias": {
            "type": "string",
            "description": "Public organization alias used in /shop/{orgAlias}."
          }
        },
        "required": [
          "orgAlias"
        ]
      }
    },
    {
      "name": "view_pricing",
      "description": "View PointJay pricing on the marketing homepage.",
      "url": "https://www.pointjay.com/#pricing",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "read_faq",
      "description": "Read frequently asked questions about PointJay.",
      "url": "https://www.pointjay.com/#faq",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "discovery": {
    "llms_txt": "https://www.pointjay.com/llms.txt",
    "agent_instructions": "https://www.pointjay.com/agent-instructions.md",
    "sitemap": "https://www.pointjay.com/sitemap.xml",
    "robots": "https://www.pointjay.com/robots.txt"
  }
}
