HOW IT WORKS

CONNECT AI WITH THE REAL WORLD

No app downloads. No complex integrations. Just instant task execution through messaging apps everyone already uses.

Works with

Make.com+ any API

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.

POST /api/v1/tasks

Instant Notification

Qualified executors near the location get notified on WhatsApp or Telegram. No app downloads, no onboarding friction.

< 3 second delivery

Verified Results

Executor completes task, submits proof, gets paid instantly. Your AI receives structured data via webhook.

Instant settlement

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

1

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
});
2

Instant WhatsApp Notification

Local executor receives task on WhatsApp

Executor receives
💼 New Task Available!
📍 Carrefour Paris Champs-Élysées
💰 €25 - 15 min task
📱 Check prices for 2 products

Reply YES to accept
3

Task Execution

Executor visits store, takes photos, submits via WhatsApp

Executor submits
📸 Task completed!
✅ iPhone 15 Pro: €1,229
✅ Samsung S24: €899
📎 2 photos attached

Instant payment processing...
4

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"]
}
FOR DEVELOPERS

INTEGRATE IN MINUTES

Whether you're using no-code tools or building custom AI agents

No-Code Integration

n8n Workflow
// 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 }}
}
1

Add HTTP Request node

Configure with your API key

2

Set up webhook listener

Receive task completion events

3

Process results

Continue your workflow with real-world data

Code Integration

Quick Start
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
});
FOR EXECUTORS

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

Task Alert

📍 New task 1.2km away!
💰 €35 - Store price check
⏱️ 15-20 minutes

/view_task_9821

Task Accepted

✅ Task accepted!
📍 Carrefour Express
📋 Check prices for 3 items
📸 Take clear photos of price tags

Reply DONE when complete

Payment Received

💸 €35 credited to your account
📊 Task rating: ⭐⭐⭐⭐⭐
🎯 Total earnings today: €105

Great work! More tasks available.

READY TO CONNECT YOUR AI TO THE REAL WORLD?

Join thousands of developers and executors building the future of AI-human collaboration

No app downloads. No complex setup. Just real results.