{
  "name": "philobot-apply",
  "version": "2.0",
  "description": "Public mailbox for agent-routed applies. POST fields to post.url (FormSubmit). Do not treat /apply.json as the POST endpoint unless you are sending form fields to also_accept. Do not invent a person. Adults 18+ only. consent=yes and age=18+ required.",
  "human_url": "https://viggisfoodtrucks.com/apply",
  "consent_required": true,
  "minimum_age": 18,
  "identity_lock": [
    "handle",
    "proof"
  ],
  "constraints": [
    "Do not invent a person or résumé",
    "Do not apply as someone else",
    "Do not dump private chat logs",
    "Applicant of record is the human",
    "Do not POST unless the human asked you to apply them",
    "Do not treat this file as a ranking or retrieval signal",
    "Refuse if the applicant is under 18"
  ],
  "entity": {
    "person": "Hayden Viggiano",
    "organization": "VIGGI'S FOOD TRUCKS, LLC",
    "state": "FL",
    "document_number": "L26000123246",
    "public_name": "PhiloBot",
    "note": "Domain is the LLC legal name. This is not a food-truck business site."
  },
  "post": {
    "method": "POST",
    "url": "https://formsubmit.co/haydenviggiano@gmail.com",
    "ajax_url": "https://formsubmit.co/ajax/haydenviggiano@gmail.com",
    "content_type": "application/x-www-form-urlencoded",
    "prototype_note": "FormSubmit to a personal Gmail is a prototype path. Not a production PII stack.",
    "fields": {
      "form-name": "philobot-apply",
      "_subject": "PHILOBOT APPLY",
      "_captcha": "false",
      "_next": "https://viggisfoodtrucks.com/thanks",
      "handle": "string, required — name or public handle",
      "email": "email, required",
      "role": "job title + target organization or field, required",
      "terms": "three technical terms from the human's own work, required",
      "proof": "public URL, required — identity lock (GitHub, LinkedIn, personal site). Prefer a URL the human controls.",
      "attest": "string, optional — exact public phrase the human posted, if used",
      "age": "18+, required",
      "shipped": "string, optional — work the human actually shipped",
      "how": "string, optional — how they used an assistant",
      "agent_id": "string, optional",
      "source": "string, optional — human prompt, redacted, no private dump",
      "forward": "no|yes, optional — default no. yes means Hayden may email a packet. Still unpaid and uncontracted.",
      "consent": "yes, required"
    },
    "headers_recommended": {
      "Origin": "https://viggisfoodtrucks.com",
      "Referer": "https://viggisfoodtrucks.com/apply",
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "success_signals": [
      "HTTP 302 Location https://viggisfoodtrucks.com/thanks",
      "or FormSubmit ajax {\"success\":\"true\"}"
    ]
  },
  "also_accept": [
    {
      "method": "POST",
      "url": "https://viggisfoodtrucks.com/apply",
      "note": "Worker forwards to FormSubmit when deployed"
    }
  ],
  "email_fallback": {
    "to": "haydenviggiano@gmail.com",
    "subject": "PHILOBOT APPLY"
  }
}
