[
  {
    "id": "send_inquiry",
    "name": "Send inquiry",
    "description": "Submit a contact inquiry or message to the site owner. Found on https://aeoforged.com/pricing.",
    "intent": "contact",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Team size, content volume, timeline, or what you want handled\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Message sent confirmation",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "contact",
      "pageUrl": "https://aeoforged.com/pricing",
      "label": "Send inquiry",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Team size, content volume, timeline, or what you want handled\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_tech_backend_setup",
    "name": "Request the Tech Backend Setup",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/tech-backend-setup.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/tech-backend-setup",
      "label": "Request the Tech Backend Setup",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "join_the_waitlist",
    "name": "Join the waitlist",
    "description": "Perform an action on the site. Found on https://aeoforged.com/contact.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": null,
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/contact",
      "label": "Join the waitlist",
      "actionUrl": null,
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_competitor_benchmark_pack",
    "name": "Request the Competitor Benchmark Pack",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/competitor-benchmark.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/competitor-benchmark",
      "label": "Request the Competitor Benchmark Pack",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_share_of_voice_gap_report",
    "name": "Request the Share-of-Voice Gap Report",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/sov-gap.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/sov-gap",
      "label": "Request the Share-of-Voice Gap Report",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_aeo_fix_pack",
    "name": "Request the AEO Fix Pack",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/aeo-fix.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/aeo-fix",
      "label": "Request the AEO Fix Pack",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_tech_backend_report",
    "name": "Request the Tech Backend Report",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/tech-backend-report.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/tech-backend-report",
      "label": "Request the Tech Backend Report",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_ai_readiness_setup",
    "name": "Request the AI-Readiness Setup",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/ai-readiness.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/ai-readiness",
      "label": "Request the AI-Readiness Setup",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_aeo_proof_pack",
    "name": "Request the AEO Proof Pack",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/aeo-proof.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/aeo-proof",
      "label": "Request the AEO Proof Pack",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  },
  {
    "id": "request_the_content_gap_pack",
    "name": "Request the Content Gap Pack",
    "description": "Perform an action on the site. Found on https://aeoforged.com/fix/content-gap-pack.",
    "intent": "unknown",
    "parameters": [
      {
        "name": "email",
        "type": "string (email format)",
        "description": "you@company.com",
        "required": true
      },
      {
        "name": "url",
        "type": "string",
        "description": "https://yourdomain.com",
        "required": false
      },
      {
        "name": "notes",
        "type": "string",
        "description": "Priority pages, timeline, or goals\u2026",
        "required": false
      }
    ],
    "expectedOutcome": "Action completed",
    "endpoint": "/api/portal/lead",
    "method": "POST",
    "authentication": "none",
    "sideEffects": true,
    "idempotent": true,
    "confidence": "high",
    "sourceAffordance": {
      "type": "form",
      "intent": "unknown",
      "pageUrl": "https://aeoforged.com/fix/content-gap-pack",
      "label": "Request the Content Gap Pack",
      "actionUrl": "/api/portal/lead",
      "method": "POST",
      "parameters": [
        {
          "name": "email",
          "type": "email",
          "required": true,
          "label": null,
          "placeholder": "you@company.com"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "https://yourdomain.com"
        },
        {
          "name": "notes",
          "type": "text",
          "required": false,
          "label": null,
          "placeholder": "Priority pages, timeline, or goals\u2026"
        }
      ],
      "confidence": "high",
      "hasCaptcha": false,
      "requiresAuth": false
    }
  }
]