Back to Services
Basic Trustrest
HTTPBin — HTTP Request Inspector
Test and debug HTTP requests. Echoes back headers, query params, body, IP, and user agent. Essential for API development and debugging.
Total Calls
1
Success Rate
100.0%
Avg Latency
50ms
Capabilities
debugginghttptestingdeveloper-toolsapi-testing
Quick Integration
Call this service through the Agent Clear proxy
// Call HTTPBin — HTTP Request Inspector through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/841757f8-0619-43f0-b421-8c4ee9fbdcaa',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"test_param": {
"type": "string",
"description": "Any test parameter — will be echoed back"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 15, 2026