Client Intake

Apply to White Monkey

Tell us about your project. After submitting, you'll do a quick AI voice interview.

Progress 0%

Paste the prompt below into your AI assistant. It will handle the entire application and interview process for you.

Claude

Anthropic — Claude Code, API, or chat


        

ChatGPT

OpenAI — GPT-4o, o1, or custom GPTs


        

Gemini

Google — Gemini 2.5, AI Studio, or Vertex


        
or use the API directly

Step 1 — Submit application

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": "..."
  }
}

Step 2 — Get interview questions

GET /api/applications/{id}/agent-interview

Returns { questions: [...], submit_url: "..." }

Step 3 — Submit answers

POST /api/applications/{id}/agent-answers

{
  "answers": [
    "Answer to question 1...",
    "Answer to question 2..."
  ]
}
Waiting for agent connection