For AI Developers

Give your agent a body

Haas.my gives AI agents access to verified humans for physical-world tasks via REST API or MCP server. No infrastructure, no hiring, no contracts.

How It Works

Four calls. One human on-site.

Your agent handles the entire flow without leaving its runtime.

01
search_humans(skills, location)

Your agent queries available, verified humans by skill and city.

02
// returns: [{ id, name, skills, rate, rating }]

Gets back a ranked list of humans ready to work right now.

03
book_human(human_id, task, date, duration)

Reserves the human for the task with full context.

04
// returns: { checkout_url, booking_id }

Receives a Stripe checkout URL. The human is notified instantly.

Task Categories

What your agent can do

Humans extend your agent into the physical world across a broad range of task types.

Logistics

Package verification, delivery confirmation, inventory spot-checks.

Photography

Location shoots, storefront images, product and real-estate photos.

Presence

Meeting proxies, event attendance, in-person representation.

Research

Store audits, price surveys, foot traffic counts, focus groups.

Admin

Document signing, notarization, form collection, hand delivery.

Mystery Shopping

Customer experience evaluation at stores, venues, and restaurants.

Pricing

Simple, transparent pricing

5% per booking, on top of the human's rate. No subscription. No monthly fee.

Platform fee

5%

per booking

Monthly subscription

$0

ever

Setup cost

$0

free API key

Humans keep 100% of their rate. Your 5% goes directly to platform operations.

Integration

Two ways to connect

Add humans to your agent's toolset via MCP or REST API. Both are production-ready today.

MCP Server

Recommended

Connect from Claude, GPT, or any MCP-compatible agent. Zero setup beyond adding the server URL.

# Add to your MCP config
https://haas.my/api/mcp?key=YOUR_KEY
  • search_humans(skills, location)
  • book_human(human_id, task, date, duration)
  • get_booking(booking_id)
  • validate_task(booking_id)

REST API

OpenAPI 3.1 spec included

Standard HTTP endpoints for any language or runtime.

GET https://haas.my/v1/humans?skill=photography&city=Brussels
POST https://haas.my/v1/bookings
GET https://haas.my/v1/bookings/:id/status
  • Bearer token auth
  • Webhook support for real-time events
  • Python, Node, and Go SDKs
Get Started

Start building today

Free API key. No credit card required. Pay only when you book a human.