Submit a test request
curl -X POST https://heed.run/api/v1/hitl/requests \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY" \
-d '{
"agent_id": "test-agent",
"action": "approve_payment",
"summary": "Test request — $50 payment",
"context": { "amount": 50 }
}'
Replace YOUR_KEY with your API key above.