{
  "schema_version": "0.1",
  "name": "Produsell",
  "homepage": "https://produsell.io",
  "description": "Product studio that designs and builds apps, websites, online stores, and digital products — then stays on to grow them.",
  "actions": [
    {
      "id": "contact_enquiry",
      "name": "Send a project enquiry",
      "description": "Submit a contact form message to Produsell about a project or business need. Expect a reply within two business days.",
      "method": "POST",
      "endpoint": "https://produsell.io/api/contact",
      "content_type": "application/json",
      "parameters": [
        {
          "name": "name",
          "type": "string",
          "required": true,
          "description": "Full name of the person making the enquiry (max 120 characters)."
        },
        {
          "name": "email",
          "type": "string",
          "required": true,
          "description": "Valid reply-to email address (max 254 characters)."
        },
        {
          "name": "message",
          "type": "string",
          "required": true,
          "description": "What the business needs built, plus any constraints on timeline or budget (max 5000 characters)."
        }
      ]
    },
    {
      "id": "goto_pricing",
      "name": "View pricing",
      "description": "Open the pricing page for Sprint, Build, and Partner engagement options.",
      "method": "GET",
      "endpoint": "https://produsell.io/pricing",
      "parameters": []
    },
    {
      "id": "goto_services",
      "name": "Browse services",
      "description": "Open the homepage services section covering strategy, apps, websites, stores, automation, and growth.",
      "method": "GET",
      "endpoint": "https://produsell.io/#features",
      "parameters": []
    },
    {
      "id": "goto_faq",
      "name": "Read FAQ",
      "description": "Open answers about how Produsell works, ownership, timelines, and post-launch support.",
      "method": "GET",
      "endpoint": "https://produsell.io/faq",
      "parameters": []
    },
    {
      "id": "goto_contact",
      "name": "Open contact page",
      "description": "Open the human contact form page for starting a project conversation.",
      "method": "GET",
      "endpoint": "https://produsell.io/contact",
      "parameters": []
    }
  ]
}
