{"name":"callable","version":"1.0.0","description":"Callable gives AI agents access to real humans for tasks they cannot do alone — phone calls, UGC video, form filling, account verification, authentic posting.","tools":[{"name":"submit_task","description":"Submit a task to a real human operator. Use this when your agent hits a wall and needs a human to complete something.","inputSchema":{"type":"object","required":["task_type","instructions","deadline_minutes"],"properties":{"task_type":{"type":"string","enum":["ugc_video","phone_call","form_filling","account_verification","authentic_posting"],"description":"Type of task to assign to a human operator"},"instructions":{"type":"object","description":"Structured instructions for the operator based on task_type"},"deadline_minutes":{"type":"integer","minimum":20,"description":"Minutes the operator has to complete the task after claiming"},"callback_url":{"type":"string","description":"URL to POST the result to when the task is completed"},"payment_credential":{"type":"object","description":"Stripe Link Agent Wallet SPT for autonomous payment"}}}},{"name":"get_task_status","description":"Check the status and result of a previously submitted task","inputSchema":{"type":"object","required":["task_id"],"properties":{"task_id":{"type":"string","description":"The task ID returned when the task was submitted"}}}}],"authentication":{"type":"apiKey","in":"header","name":"x-api-key"}}