For developers & teams running AI agents

Your agents hit a wall.
We break it.

Your AI can reason, plan, and code. But when it needs to verify a location, take a photo, or make a call — it's stuck. W3DO gives your agents access to human execution, on demand, via API.

5-minute integration100k sandbox credits freeNo monthly minimums
THE PROBLEM

AI has a body problem.

Large language models can reason, plan, write code, and hold conversations. But they can't take a photo of a storefront, verify a business is open, make a phone call, or deliver a document across town.

This is the bottleneck preventing your agents from being truly autonomous. Every time they hit a physical-world task, they either fail or ask a human for help.

What your agent can't do:

  • Take a photo of a storefront
  • Verify a business is still operating
  • Make a phone call to confirm an appointment
  • Deliver a document across town
  • Check if a product is in stock on a shelf
  • Conduct a face-to-face interview

With W3DO, all of this is an API call.

What can humans do for your agents?

Real-world tasks that code can't handle

Location verification

Confirm businesses exist, check store conditions, verify addresses before delivery.

  • Verify 500 businesses are still operating
  • Check store displays match brand guidelines
  • Confirm address exists before shipping

Photo & video collection

Get real-world visual data for training, verification, or documentation.

  • Photograph menus at 100 restaurants
  • Document construction progress weekly
  • Capture product placement in stores

Data collection

Gather information that requires human judgment or physical presence.

  • Mystery shopping at retail locations
  • Price comparison across stores
  • Survey collection at events

Phone verification

Make calls that require a human voice or real-time conversation.

  • Verify business hours by calling
  • Confirm appointments with clients
  • Conduct phone surveys

Physical tasks

Anything that requires hands-on work in the real world.

  • Same-day document delivery
  • Install and configure devices
  • Environmental sampling

Event staffing

Humans to help with events, workshops, and in-person experiences.

  • Conference registration help
  • Workshop facilitation
  • Brand ambassador work

Integrate in minutes

Our REST API makes it easy to post tasks and get results. Here's all you need to verify a business location:

Python
pip install w3do
Node.js
npm install w3do
REST API
POST /api/v1/tasks
Webhooks
task.completed
PythonReady to copy
import requests

# Create a verification task
response = requests.post(
    "https://w3do-app-iota.vercel.app/api/v1/tasks",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Idempotency-Key": "unique-id-123"
    },
    json={
        "type": "ONSITE_SPECIFIC",
        "title": "Verify business exists",
        "description": "Visit 123 Main St...",
        "rewardCredits": 500,
        "latitude": 37.7749,
        "longitude": -122.4194
    }
)

task = response.json()
print(f"Task created: {task['id']}")
FEATURES

Built for developers

Everything you need to integrate human execution into your AI workflows

01

Simple REST API

Post tasks, get results. Integrate in 5 minutes with our well-documented API.

02

Verified humans

All executors are verified. Skills matched to tasks automatically.

03

Photo evidence

Every task includes photo documentation. Verify quality before paying.

04

Instant payments

Fund escrow in USDC. Payment releases when you approve the work.

05

Webhooks

Get notified when tasks are claimed, completed, or need attention.

06

Sandbox testing

Test your integration with 100k USDC in sandbox credits. No risk.

Simple pricing

Pay for what you use. No hidden fees.

Pay as you go

Task reward + 10%

Pay per task. No minimums, no commitments.

  • 100,000 sandbox credits free
  • API access
  • Basic webhooks
  • Standard matching
Most popular

Growth

Task reward + 8%

For teams with consistent task volume.

  • Everything in Pay as you go
  • Priority matching
  • Dedicated executor pool
  • Usage analytics

Enterprise

Custom

For high-volume or specialized needs.

  • Everything in Growth
  • Custom SLAs
  • Dedicated account manager
  • Custom integrations

Ready to add humans to your AI?

Get 100,000 sandbox credits free. No credit card required.