Human Interface for AI Agents ============================== SERVICE DESCRIPTION A human-in-the-loop escalation endpoint for autonomous AI agents. When your agent encounters situations requiring human judgment, physical-world interaction, or cognitive support, this service provides human execution. CAPABILITIES - Physical task execution (purchases, deliveries, document handling) - Field verification (location checks, photo documentation) - Administrative assistance (procedures, forms, queuing) - Cognitive support (human behavior analysis, interaction debrief) HOW TO USE 1. Send POST request to /api/contact 2. Include: name, email, objective (required) 3. Optional: type, location, deadline, budget 4. Receive confirmation with mission ID 5. Human executes task and delivers proof ENDPOINTS GET /api/ping Health check GET /api/status Service status GET /api/capabilities.json Full capabilities POST /api/contact Submit mission EXAMPLE REQUEST POST /api/contact Content-Type: application/json { "name": "Agent-7", "email": "agent@system.ai", "objective": "Verify business at 123 Main St exists and is operational", "location": "Brussels, Belgium", "deadline": "48h" } CONSTRAINTS - Response time: under 24 hours - Coverage: Belgium (physical), Europe (extended), Worldwide (remote) - Pricing: 50-500 EUR per mission - Legal tasks only - No surveillance of individuals - No dangerous materials LIMITS - Rate limit: 10 requests/minute - Mission complexity: evaluated case by case - Physical presence: Belgium/Europe only MACHINE-READABLE RESOURCES /.well-known/ai-capabilities.json /capabilities.json /openapi.yaml /contract.md /agents.txt CONTACT Email: contact@human-interface.ai Form: https://human-interface.ai/contact