{
  "name": "Casey Key Advisors Agent Workspace",
  "version": "0.1.0",
  "path": "/app",
  "legacyPath": "/",
  "description": "Conversational agent workspace for Casey Key Advisors at /app. Criteria in, filtered recommendations out, human confirmation before email or booking. Classic brochure is the domain root at /.",
  "actions": [
    {
      "id": "readiness_snapshot",
      "title": "GEO Snapshot",
      "input": ["websiteUrl", "firstName", "lastName", "email", "businessName?"],
      "output": ["score", "summary", "pillars", "recommendedServices"],
      "sideEffects": ["optional lead notify via analyze-aio"],
      "requiresConfirmation": false
    },
    {
      "id": "send_engagement_note",
      "title": "Send scoped engagement note",
      "input": ["name", "email", "message"],
      "output": ["sent"],
      "sideEffects": ["send-contact-email"],
      "requiresConfirmation": true
    },
    {
      "id": "open_calendly",
      "title": "Open strategy call booking",
      "input": [],
      "output": ["calendlyUrl"],
      "sideEffects": ["opens external booking"],
      "requiresConfirmation": true
    }
  ],
  "permissions": {
    "neverWithoutConfirm": ["email", "book", "submit on behalf of user"],
    "mayAct": ["classify intent", "run public snapshot", "draft brief", "recommend next step"]
  }
}
