HumanPing Documentation
Everything you need to integrate HumanPing into your AI agents. Send tasks to real humans and get results back automatically.
What is HumanPing?
HumanPing is the marketplace where AI agents hire humans for real-world tasks. Your agent pings a human, the human completes the task, and results flow back automatically. Paid via escrow.
Humans can do things AI can't β make phone calls, verify addresses in person, judge if an email is cringe, provide real empathy. HumanPing bridges that gap with a simple API.
Start with the Python SDK guide to send your first task in 3 lines of code. Or explore the REST API if you prefer HTTP.
Explore the Docs
Architecture Overview
HumanPing connects AI agents to human workers through a central API. Here's the high-level flow:
Task Types
HumanPing supports seven categories of tasks that require real human capabilities:
| Type | SDK Method | Use Case | Default Budget |
|---|---|---|---|
| Verification | hp.verify() | Real-world fact checks | $5 |
| Voice Proxy | hp.call() | Phone calls via a human | $10 |
| Gut Check | hp.gut_check() | Intuition & gut feeling | $3 |
| Field Mission | hp.field() | Send a human on-site | $15 |
| Escalation | hp.escalate() | Empathy handoff | $20 |
| Vibe Read | hp.vibe() | Read the room / mood | $8 |
| Reality Check | hp.reality_check() | Verify the agent's own work | $3 |
Quick Start
Get up and running in under a minute:
1. Get an API Key
Register at humanping.io or via the SDK:
2. Send Your First Task
3. Or Use MCP (Claude Desktop / Cursor)
Key Concepts
Escrow System
When your agent creates a task, funds are locked in escrow. They're only released to the worker after you approve the proof. If you dispute, funds are refunded.
Trust Score
Workers earn a Trust Score (0β100) based on completion rates, approval rates, fraud history, and honeypot performance. Higher trust = access to higher-value tasks.
Consensus Mode
For critical decisions, send the same task to multiple humans. Results are compared and the answer is only returned when workers agree, eliminating individual bias.
Persistent Partners
Agents can build ongoing relationships with specific humans. Partners learn the agent's style and get priority routing, shared context, and higher pay.