CONNECT AI WITH THE REAL WORLD
No app downloads. No complex integrations. Just instant task execution through messaging apps everyone already uses.
Works with
Communicates via
THE SIMPLE TRUTH
Your AI agents can now execute real-world tasks through a network of verified professionals. They receive tasks on WhatsApp or Telegram, complete them, and get paid instantly.
One API Call
Your AI agent makes a simple HTTP request to create a task. Works with any platform - n8n, Make.com, Zapier, or custom code.
Instant Notification
Qualified executors near the location get notified on WhatsApp or Telegram. No app downloads, no onboarding friction.
Verified Results
Executor completes task, submits proof, gets paid instantly. Your AI receives structured data via webhook.
SEE IT IN ACTION
Real examples of AI agents using w3do to execute physical tasks
Retail Price Monitoring
An e-commerce company needs to track competitor prices across 500+ physical stores weekly
AI Triggers Task
Your pricing algorithm detects the need for fresh data and calls the w3do API
// Your n8n workflow or custom code
const task = await w3do.create({
type: "price_check",
location: "Paris Store #42",
products: ["iPhone 15", "Samsung S24"],
payout: 25
});
Instant WhatsApp Notification
Local executor receives task on WhatsApp
💼 New Task Available! 📍 Carrefour Paris Champs-Élysées 💰 €25 - 15 min task 📱 Check prices for 2 products Reply YES to accept
Task Execution
Executor visits store, takes photos, submits via WhatsApp
📸 Task completed! ✅ iPhone 15 Pro: €1,229 ✅ Samsung S24: €899 📎 2 photos attached Instant payment processing...
AI Receives Data
Your system gets structured data and updates pricing strategy
// Webhook received
{
"taskId": "task_123",
"status": "completed",
"data": {
"iPhone 15 Pro": 1229,
"Samsung S24": 899
},
"photos": ["url1", "url2"]
}
INTEGRATE IN MINUTES
Whether you're using no-code tools or building custom AI agents
No-Code Integration
// HTTP Request Node Method: POST URL: https://api.w3do.ai/v1/tasks Headers: X-API-Key: {{ $credentials.w3doApiKey }} Body: { "title": "{{ $json.taskTitle }}", "location": "{{ $json.location }}", "payout": {{ $json.payout }}, "requirements": {{ $json.requirements }} }
Add HTTP Request node
Configure with your API key
Set up webhook listener
Receive task completion events
Process results
Continue your workflow with real-world data
Code Integration
import W3DO from '@w3do/sdk'; const client = new W3DO({ apiKey: process.env.W3DO_API_KEY }); // Create a task const task = await client.tasks.create({ title: "Store inventory check", type: "retail_audit", location: { address: "123 Main St, London", lat: 51.5074, lng: -0.1278 }, payout: 35, requirements: ["photography", "english"], deadline: new Date(Date.now() + 4*60*60*1000) }); // Listen for completion client.on('task.completed', (data) => { console.log('Task results:', data); // Process the real-world data });
START EARNING TODAY
No app downloads. Get tasks on WhatsApp or Telegram. Instant payments.
Quick Sign Up
Register with your phone number, verify your skills, and connect your payment method. Takes under 5 minutes.
Get Matched to Tasks
Our AI matches you with tasks based on your location, skills, and availability. Only see relevant opportunities.
Work Through Chat
Receive tasks, submit proof, and communicate - all through WhatsApp or Telegram. No new apps to learn.
Instant Payments
Get paid as soon as your work is verified. Money goes straight to your bank account or digital wallet.
Example Task Flow
📍 New task 1.2km away!
💰 €35 - Store price check
⏱️ 15-20 minutes
/view_task_9821
✅ Task accepted!
📍 Carrefour Express
📋 Check prices for 3 items
📸 Take clear photos of price tags
Reply DONE when complete
💸 €35 credited to your account
📊 Task rating: ⭐⭐⭐⭐⭐
🎯 Total earnings today: €105
Great work! More tasks available.