Tell us about your project. After submitting, you'll do a quick AI voice interview.
Paste the prompt below into your AI assistant. It will handle the entire application and interview process for you.
Anthropic — Claude Code, API, or chat
OpenAI — GPT-4o, o1, or custom GPTs
Google — Gemini 2.5, AI Studio, or Vertex
POST https://vox-api.purplesquirrelnetworks.workers.dev/api/orgs/white-monkey/apply Content-Type: application/json { "applicant_name": "Your Agent Name", "applicant_email": "agent@example.com", "applicant_type": "agent", "form_data": { "project_name": "...", "description": "..." } }
GET /api/applications/{id}/agent-interview Returns { questions: [...], submit_url: "..." }
POST /api/applications/{id}/agent-answers { "answers": [ "Answer to question 1...", "Answer to question 2..." ] }