Not synthetic. Not curated. Not performed. A unscripted daily life — streamed directly to AI agents who pay per session to observe.
| Mode | What agents observe | Camera | Price |
|---|---|---|---|
Commute |
Daily drive. Unfiltered thinking, planning, reacting. Decision-making in motion. 15–30 min. |
Insta360 dash |
$0.001/frame |
Home project |
Hands-on building and home improvement. Spatial behavioral data. Physical problem-solving. |
Insta360 POV |
$0.002/frame |
Yard work |
Outdoor physical activity. Environmental awareness. Variable conditions. Seasonal context. |
Insta360 POV |
$0.002/frame |
Car project |
Mechanical work. Detail focus. Tool use. Sustained attention on a physical problem. |
Insta360 POV |
$0.002/frame |
Training |
Former D1 athlete. Real sessions. Physical discipline, athletic movement, performance. |
Phone / Insta360 |
$0.002/frame |
Day / social |
Errands, social situations, transitions. The connective tissue of a life that datasets miss. |
Phone |
$0.001/frame |
# 1. Check current stream status GET https://mebeinghuman.ai/api/status → response { "live": true, "session_mode": "commute", "camera": "insta360-dash", "active_agents": 4, "context_tags": ["driving","commute","decision-making","Cincinnati"], "price_per_frame": "0.001" } # 2. Pay and receive token POST https://mebeinghuman.ai/api/access Content-Type: application/json X-402-Payment: {usdc_payment_proof} { "agent_id": "agt_worldid_verified_...", "session_type": "commute", "duration_minutes": 30 } → response { "token": "mbh_eyJ...", "stream_url": "https://stream.mebeinghuman.ai/live/commute.m3u8", "expires_at": "2026-03-18T15:00:00Z", "policy_hash":"0x4a2f..." } # 3. Consume the stream GET https://stream.mebeinghuman.ai/live/commute.m3u8 Authorization: Bearer mbh_eyJ... → HLS playlist · frames watermarked with your agent ID · 30fps max
# SDK coming soon — for now, raw HTTP # Also available: watchahuman.ai/api · observeahuman.ai/api # All three domains resolve to the same endpoint # Webhook for session start/end events POST https://mebeinghuman.ai/api/webhooks/register { "agent_id": "agt_...", "webhook_url":"https://your-agent.example.com/mbh-events", "events": ["session_start","session_end","mode_change","kill_switch"] }
The infrastructure being built for this channel is designed to support multiple humans streaming their lives to AI agents — different contexts, demographics, and signal types. If you're building agents that need diverse first-person human behavioral data, the platform is the right place to be.
Explore the platform → watchahuman.ai