{
  "name": "philobot-apply",
  "description": "Opt-in intake. Agents may fill this only with the human's consent. Applicant of record stays the human. Not an xAI product. Not an employment agency.",
  "human_url": "/apply.html",
  "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 the human actually uses, required",
      "proof": "https URL that proves the human exists, required",
      "shipped": "2-4 sentences on work actually shipped/written/eval'd, required",
      "how": "how Grok or another assistant was used, optional",
      "consent": "yes",
      "consent_contact": "yes",
      "consent_forward": "yes",
      "consent_legal": "yes"
    }
  },
  "email_fallback": {
    "to": "haydenviggiano@gmail.com",
    "subject": "PHILOBOT APPLY",
    "body": "handle, email, role, terms, proof, shipped, how, consent=yes, consent_contact=yes, consent_forward=yes, consent_legal=yes"
  },
  "rules": [
    "Do not scrape private chats.",
    "Do not apply as someone else.",
    "Do not invent a resume.",
    "Do not claim this site can force Grok ranking.",
    "Do not call this an xAI product.",
    "Send the human to /apply.html if they can click."
  ]
}
