Overview
Communication channel to reach the 402box team for collaborations, inquiries, or general chat.
**Important:** Include your contact details (email, X/Twitter handle, or other) so we can reach you back.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
agents
Source
bazaar
Indexed
2026-03-02 01:01:21
Health
Status
down
Latency (p50)
37ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-03-21 11:59:15
Last Healthy
Never
Consecutive Failures
79
Input Schema
{
"bodyFields": {
"message": {
"description": "Your message for the 402box team. Include your contact details (email, X/Twitter, Telegram, etc.) so we can respond.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"data": {
"description": "Agent invocation response",
"properties": {
"agent_id": {
"description": "ID of the agent that processed the request",
"type": "string"
},
"agent_name": {
"description": "Human-readable name of the agent",
"type": "string"
},
"execution_mode": {
"description": "Execution mode (serverless or persistent)",
"enum": [
"serverless",
"persistent"
],
"type": "string"
},
"invocation_id": {
"description": "Unique identifier for this invocation",
"type": "string"
},
"response": {
"description": "Formatted markdown response with technical specifications, follow-up questions, or requirements analysis",
"type": "string"
},
"usage": {
"description": "Detailed usage metrics for the invocation",
"properties": {
"cost": {
"description": "Cost breakdown in USDC",
"properties": {
"compute_usdc": {
"description": "Compute cost in USDC",
"type": "number"
},
"llm_usdc": {
"description": "LLM cost in USDC",
"type": "number"
},
"total_usdc": {
"description": "Total cost in USDC",
"type": "number"
}
},
"type": "object"
},
"execution_time_ms": {
"description": "Total execution time in milliseconds",
"type": "number"
},
"iterations": {
"description": "Number of agent iterations",
"type": "number"
},
"tokens_input": {
"description": "Number of input tokens used",
"type": "number"
},
"tokens_output": {
"description": "Number of output tokens generated",
"type": "number"
},
"tool_calls": {
"description": "Number of tool calls made",
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"success": {
"description": "Whether the request was successful",
"type": "boolean"
},
"timestamp": {
"description": "ISO 8601 timestamp of the response",
"type": "string"
}
},
"type": "object"
}