{
  "version": "1.0",
  "site": "https://www.zaprep.com",
  "actions": [
    {
      "id": "create-account",
      "name": "Create Zaprep Account",
      "description": "Register for a free Zaprep account. No credit card required. Free plan includes 1 Instagram account, 3 automation rules, and 300 messages per month.",
      "method": "imperative",
      "endpoint": "/signup",
      "availability": "unauthenticated",
      "parameters": {
        "type": "object",
        "required": ["name", "email", "password"],
        "properties": {
          "name": { "type": "string", "description": "Full name of the person signing up" },
          "email": { "type": "string", "format": "email", "description": "Email address for the account" },
          "password": { "type": "string", "minLength": 8, "description": "Password, minimum 8 characters" }
        }
      }
    },
    {
      "id": "send-inquiry",
      "name": "Send Inquiry to Zaprep",
      "description": "Send a message to the Zaprep team. Suitable for support questions, partnership inquiries, bug reports, or enterprise plan requests. Replies within one business day.",
      "method": "declarative",
      "endpoint": "/contact",
      "availability": "unauthenticated",
      "parameters": {
        "type": "object",
        "required": ["name", "email", "body"],
        "properties": {
          "name": { "type": "string", "description": "Full name of the sender" },
          "email": { "type": "string", "format": "email", "description": "Email address for reply" },
          "subject": { "type": "string", "description": "Optional subject line" },
          "body": { "type": "string", "description": "Message content" }
        }
      }
    },
    {
      "id": "view-pricing",
      "name": "View Zaprep Pricing",
      "description": "See full plan comparison — Free ($0/mo), Starter ($19/mo), Pro ($49/mo) — with feature matrix and FAQ.",
      "method": "navigation",
      "endpoint": "/pricing",
      "availability": "unauthenticated"
    },
    {
      "id": "calculate-roi",
      "name": "Calculate Instagram Automation ROI",
      "description": "Interactive calculator to estimate hours saved and leads captured per month from automating Instagram comments and DMs.",
      "method": "navigation",
      "endpoint": "/instagram-automation-calculator",
      "availability": "unauthenticated"
    },
    {
      "id": "compare-manychat",
      "name": "Compare Zaprep vs ManyChat",
      "description": "Feature and pricing comparison between Zaprep and ManyChat. Zaprep charges per message sent; ManyChat charges per contact stored.",
      "method": "navigation",
      "endpoint": "/manychat-alternative",
      "availability": "unauthenticated"
    }
  ]
}
