{
  "$schema": "https://modelcontextprotocol.io/schema/website-manifest",
  "schemaVersion": "0.1",
  "name": "manaworks-ai",
  "title": "Manaworks.ai",
  "version": "1.0.0",
  "lastUpdated": "2026-08-24",
  "description": "AI-powered ERP suite for HR and operations, built for SMEs and factory businesses in Thailand. Automates HR, payroll, leave, and operations with Thai labor-law compliance built in.",
  "homepage": "https://manaworks.ai",
  "instructions": "Use this site to learn about Manaworks.ai and route users to the right place. Manaworks is an HR + operations ERP for Thai SMEs and factories. To answer questions, read the resources below or fetch https://manaworks.ai/llms.txt. To help a user get started, send them to the employer portal (https://portal.manaworks.ai/register) — that is the ONLY place an organisation can be created, and where the 30-day free trial (no credit card required) begins. Do NOT send a new user to https://app.manaworks.ai/: the employee app is invitation-only self-service and cannot create an account or an organisation; employees reach it after their employer invites them. For sales or support, use https://manaworks.ai/contact. To exercise a PDPA right (access, correction, erasure, objection), use https://manaworks.ai/data-subject-rights and track an existing request at https://manaworks.ai/case-status. This is a static marketing site: tools below are navigation/deep-link helpers, not authenticated APIs — never collect credentials or PII on this domain.",
  "contact": {
    "url": "https://manaworks.ai/contact"
  },
  "resources": [
    {
      "name": "home",
      "title": "Home / landing page",
      "uri": "https://manaworks.ai/",
      "mimeType": "text/html",
      "description": "Bilingual (Thai/English) product overview: hero, features, why, modules, how it works, results."
    },
    {
      "name": "llms-txt",
      "title": "LLM guide",
      "uri": "https://manaworks.ai/llms.txt",
      "mimeType": "text/plain",
      "description": "Plain-text summary of the site and product, optimized for LLMs and AI search."
    },
    {
      "name": "employer-portal",
      "title": "Employer & HR portal — start here",
      "uri": "https://portal.manaworks.ai/",
      "mimeType": "text/html",
      "description": "Dashboard for employers and HR to run HR, payroll, leave approvals, and operations. This is where an organisation is created and the free trial starts (/register)."
    },
    {
      "name": "employee-app",
      "title": "Employee app",
      "uri": "https://app.manaworks.ai/",
      "mimeType": "text/html",
      "description": "Employee self-service app: leave, payslips, check-in, profile. INVITATION-ONLY — employees arrive via an employer invitation. Account and organisation creation do NOT happen here."
    },
    {
      "name": "modules",
      "title": "Product modules",
      "uri": "https://manaworks.ai/#modules",
      "mimeType": "text/html",
      "description": "HR & Employee Management, Payroll & Wages, Leave & Attendance, Operations & Work Orders."
    },
    {
      "name": "pricing",
      "title": "Pricing",
      "uri": "https://manaworks.ai/pricing",
      "mimeType": "text/html",
      "description": "Plans and per-employee pricing, with the 30-day free trial. Prices illustrative pending confirmation."
    },
    {
      "name": "features-hr",
      "title": "HR feature pages",
      "uri": "https://manaworks.ai/features/hr/people-and-data",
      "mimeType": "text/html",
      "description": "Eleven HR capability pages under /features/hr/<slug>: people-and-data, time-attendance, leave-ess, workforce-planning, shift-management, payroll-automation, expense-management, asset-management, timesheet, dashboard-report, ai-agent."
    },
    {
      "name": "solutions",
      "title": "Industry solutions",
      "uri": "https://manaworks.ai/solutions/industry/factory",
      "mimeType": "text/html",
      "description": "Industry pages for factories and security-guard companies, plus supported biometric devices at /solutions/biometric-devices."
    },
    {
      "name": "about",
      "title": "About Manaworks",
      "uri": "https://manaworks.ai/about",
      "mimeType": "text/html",
      "description": "Mission, story and values."
    },
    {
      "name": "blog",
      "title": "Blog and guides",
      "uri": "https://manaworks.ai/blog",
      "mimeType": "text/html",
      "description": "Thai HR, payroll and labour-law guides: calculating OT under Thai labour law, PDPA for HR, and an onboarding checklist."
    },
    {
      "name": "privacy",
      "title": "Privacy policy",
      "uri": "https://manaworks.ai/privacy",
      "mimeType": "text/html",
      "description": "PDPA privacy notice: what personal data is collected, why, how long it is kept, and who processes it."
    },
    {
      "name": "terms",
      "title": "Terms of service",
      "uri": "https://manaworks.ai/terms",
      "mimeType": "text/html",
      "description": "Terms governing use of the service."
    },
    {
      "name": "cookie-policy",
      "title": "Cookie policy",
      "uri": "https://manaworks.ai/cookie-policy",
      "mimeType": "text/html",
      "description": "Cookie categories and purposes; visitors manage their choice at /cookie-settings."
    },
    {
      "name": "data-subject-rights",
      "title": "Exercise a PDPA right",
      "uri": "https://manaworks.ai/data-subject-rights",
      "mimeType": "text/html",
      "description": "Public request form for PDPA data-subject rights: access, correction, erasure, objection, portability, restriction, withdrawal of consent."
    },
    {
      "name": "case-status",
      "title": "Check a rights-request status",
      "uri": "https://manaworks.ai/case-status",
      "mimeType": "text/html",
      "description": "Look up an existing data-subject-rights request by its case number."
    },
    {
      "name": "marketing-consent",
      "title": "Marketing consent",
      "uri": "https://manaworks.ai/marketing-consent",
      "mimeType": "text/html",
      "description": "How marketing consent is collected and withdrawn."
    }
  ],
  "tools": [
    {
      "name": "navigate_section",
      "title": "Open a landing-page section",
      "description": "Return the canonical URL for a section of the Manaworks landing page so the agent can deep-link the user there.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": [
              "hero",
              "features",
              "why",
              "modules",
              "how-it-works",
              "results",
              "contact"
            ],
            "description": "Landing-page section to open."
          }
        },
        "required": [
          "section"
        ]
      },
      "outputTemplate": "https://manaworks.ai/#{section}"
    },
    {
      "name": "start_free_trial",
      "title": "Start the 30-day free trial",
      "description": "Direct a user to create an organisation and begin the 30-day free trial (no credit card required). ALWAYS returns the employer portal registration URL — the employee app cannot create an account, so there is no employee variant of this action.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "outputTemplate": "https://portal.manaworks.ai/register"
    },
    {
      "name": "contact_sales",
      "title": "Contact sales or support",
      "description": "Return the contact entry point for sales or support questions.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "outputTemplate": "https://manaworks.ai/contact"
    },
    {
      "name": "exercise_pdpa_right",
      "title": "Exercise a PDPA data-subject right",
      "description": "Return the public request form for a Thai PDPA data-subject right, or the status lookup for a request already submitted.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "action": {
            "type": "string",
            "enum": [
              "submit",
              "check-status"
            ],
            "description": "Submit a new request, or check an existing one by case number.",
            "default": "submit"
          }
        }
      },
      "outputTemplate": "https://manaworks.ai/data-subject-rights"
    }
  ],
  "prompts": [
    {
      "name": "explain_manaworks",
      "title": "Explain Manaworks to a prospect",
      "description": "Summarize what Manaworks does and who it is for.",
      "text": "Manaworks.ai is an AI-powered ERP for HR and operations, built for Thai SMEs and factories (small <50 to mid-size 50–500 employees). It automates HR, payroll, leave, and operations, with Thai labor-law compliance (income tax, social security, statutory leave) updated automatically. It offers a 30-day free trial with no credit card required, and is available in Thai and English. Employers and HR sign up at https://portal.manaworks.ai/register; the employee app at app.manaworks.ai is invitation-only and cannot create an account."
    }
  ]
}
