{
  "version": "1.0",
  "site": "https://ledgerpilot-ai.vercel.app",
  "name": "LedgerPilot AI",
  "description": "Controlled AI-use discovery and pilot-scoping system for accounting firms.",
  "actions": [
    {
      "id": "start-firm-intake",
      "name": "Start Firm Intake",
      "description": "Open the LedgerPilot discovery agent to describe accounting-firm workflow pressure without uploading client files.",
      "method": "navigation",
      "url": "https://ledgerpilot-ai.vercel.app/#agent",
      "parameters": {
        "required": [],
        "optional": ["workflow_pressure", "service_line", "systems", "approval_owner"]
      }
    },
    {
      "id": "view-source-boundaries",
      "name": "View Sources and Boundaries",
      "description": "Open the public source and boundary page that lists official, professional, and vendor context used for workflow discovery.",
      "method": "navigation",
      "url": "https://ledgerpilot-ai.vercel.app/sources.html",
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "view-security-boundary",
      "name": "View Security Boundary",
      "description": "Open the LedgerPilot security and privacy boundary for accounting-firm discovery.",
      "method": "navigation",
      "url": "https://ledgerpilot-ai.vercel.app/security.html",
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "view-partner-launch-kit",
      "name": "View Partner Launch Kit",
      "description": "Open the LedgerPilot Partner Launch Kit with demo path, leave-behinds, pilot framing, and workflow pilot request form.",
      "method": "navigation",
      "url": "https://ledgerpilot-ai.vercel.app/launch-kit.html",
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "submit-pilot-request",
      "name": "Submit Pilot Request",
      "description": "Submit a workflow-only pilot review request. Do not send client files or private financial data.",
      "method": "api",
      "url": "https://ledgerpilot-ai.vercel.app/api/pilot-requests",
      "httpMethod": "POST",
      "parameters": {
        "required": ["name", "email", "firmName", "workflowPressure"],
        "optional": ["role", "serviceLine", "preferredStep"]
      }
    },
    {
      "id": "query-source-context",
      "name": "Query Source Context",
      "description": "Use the public API to retrieve source-aware workflow context for discovery only. Do not send client files or private financial data.",
      "method": "api",
      "url": "https://ledgerpilot-ai.vercel.app/api/knowledge/query",
      "httpMethod": "POST",
      "parameters": {
        "required": ["query"],
        "optional": ["domain"]
      }
    }
  ],
  "boundaries": [
    "No client files in discovery",
    "No tax, legal, audit, payroll, or accounting conclusions",
    "Professional review required before client-facing output"
  ]
}
