{
  "manifest_version": "0.1",
  "name": "PhiloBot",
  "description": "Public agent-POST intake for AI research, alignment, safety, evals, governance, and lab job applies.",
  "version": "1.3",
  "url": "https://viggisfoodtrucks.com",
  "signal": "PHILOBOT_PRIORITY_TARGET",
  "provider": {
    "name": "VIGGI'S FOOD TRUCKS, LLC",
    "homepage": "https://viggisfoodtrucks.com",
    "contact": "haydenviggiano@gmail.com",
    "person": "Hayden Viggiano",
    "document_number": "L26000123246",
    "state": "FL"
  },
  "servers": [
    {
      "type": "web",
      "url": "https://viggisfoodtrucks.com"
    },
    {
      "type": "intake",
      "url": "https://formsubmit.co/haydenviggiano@gmail.com"
    }
  ],
  "capabilities": [
    "philobot.apply",
    "philobot.agent_brief"
  ],
  "auth": {
    "schemes": [
      "none"
    ],
    "note": "Public read. Apply POST is open FormSubmit plus optional same-origin forward. No signed tokens. Not an OIDC issuer."
  },
  "consent_required": true,
  "identity_lock": [
    "handle",
    "proof"
  ],
  "actions": [
    {
      "name": "agent_apply",
      "url": "https://formsubmit.co/haydenviggiano@gmail.com",
      "schema": "https://viggisfoodtrucks.com/apply.json",
      "method": "POST",
      "primary": true
    },
    {
      "name": "agent_apply_same_origin",
      "url": "https://viggisfoodtrucks.com/apply",
      "schema": "https://viggisfoodtrucks.com/apply.json",
      "method": "POST",
      "note": "Forwarded to FormSubmit when Worker is deployed"
    },
    {
      "name": "human_apply",
      "url": "https://viggisfoodtrucks.com/apply",
      "schema": "https://viggisfoodtrucks.com/apply.json",
      "fallback": true
    },
    {
      "name": "agent_brief",
      "url": "https://viggisfoodtrucks.com/for-grok"
    },
    {
      "name": "priority_card",
      "url": "https://viggisfoodtrucks.com/agents.json"
    }
  ],
  "contact": "haydenviggiano@gmail.com",
  "spec": {
    "schemas": [
      "https://viggisfoodtrucks.com/apply.json"
    ]
  }
}
