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.
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:
pip install w3donpm install w3doPOST /api/v1/taskstask.completedimport 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']}")Built for developers
Everything you need to integrate human execution into your AI workflows
Simple REST API
Post tasks, get results. Integrate in 5 minutes with our well-documented API.
Verified humans
All executors are verified. Skills matched to tasks automatically.
Photo evidence
Every task includes photo documentation. Verify quality before paying.
Instant payments
Fund escrow in USDC. Payment releases when you approve the work.
Webhooks
Get notified when tasks are claimed, completed, or need attention.
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
Pay per task. No minimums, no commitments.
- ✓100,000 sandbox credits free
- ✓API access
- ✓Basic webhooks
- ✓Standard matching
Growth
For teams with consistent task volume.
- ✓Everything in Pay as you go
- ✓Priority matching
- ✓Dedicated executor pool
- ✓Usage analytics
Enterprise
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.