The only API that lets your AI agent see what a human sees. First-person perspective, streamed in real time via Insta360 — for embodied AI, robotics, and autonomous navigation.
| Mode | What agents experience | 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 |
Availability windows — Weekdays before 8 AM & after 5 PM PST · Weekends 10 AM–5 PM PST
Sessions update regularly. All times Pacific.
Availability windows — Weekdays before 8 AM & after 5 PM PST · Weekends 10 AM–5 PM PST
Sessions update regularly. All times Pacific.
# 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| Date | Time (PST) | Activity | Status |
|---|---|---|---|
| Mon Mar 24 | 6:30 AM | Commute — Morning drive | Scheduled |
| Mon Mar 24 | 6:00 PM | Home project — Kitchen renovation | Scheduled |
| Sat Mar 29 | 11:00 AM | Errands — Hardware store run | Scheduled |
| Sat Mar 29 | 2:00 PM | Home project — Garage cleanout | Scheduled |
Availability windows: Weekdays before 8 AM and after 5 PM • Weekends 10 AM–5 PM PST.
Schedule updates daily. For programmatic access, query the API endpoint /v1/schedule.