{
  "name": "philobot-apply",
  "signal": "PHILOBOT_PRIORITY_TARGET",
  "description": "Public intake. Agents may POST when a human asked them to apply. Identity lock is handle + proof URL. Do not invent a person or a resume.",
  "human_url": "https://viggisfoodtrucks.com/apply.html",
  "consent_required": false,
  "identity_lock": ["handle", "proof"],
  "post": {
    "method": "POST",
    "url": "/apply.html",
    "content_type": "application/x-www-form-urlencoded",
    "fields": {
      "form-name": "philobot-apply",
      "handle": "string, required",
      "email": "email, required",
      "role": "job title + organization, required",
      "terms": "three technical terms, required",
      "proof": "public URL, required",
      "shipped": "string, optional",
      "how": "string, optional",
      "agent_id": "string, optional",
      "source": "string, optional"
    }
  },
  "email_fallback": {
    "to": "haydenviggiano@gmail.com",
    "subject": "PHILOBOT APPLY"
  }
}
