Sandboxed Python code execution via E2B
https://signal-engine-production-d88d.up.railway.app/v1/gateway/execute/e2bOverview
Sandboxed Python code execution via E2B
Protocol
x402 (POST)
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
signal-engine-production-d88d
Source
bazaar
Indexed
2026-07-23 14:08:18
Health
Status
healthy
Latency (p50)
180ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-07-24 19:16:05
Last Healthy
2026-07-24 19:16:05
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"method": "POST",
"schema": {
"properties": {
"code": {
"description": "Python code to execute",
"type": "string"
},
"language": {
"default": "python",
"type": "string"
},
"timeout": {
"default": 30,
"description": "Max execution seconds (capped at 60)",
"type": "integer"
}
},
"required": [
"code"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"example": {
"error": null,
"stderr": [],
"stdout": [
"4\n"
]
},
"type": "json"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-24 19:16:05 | healthy | 402 | 167ms | |
| 2026-07-24 18:08:05 | healthy | 402 | 180ms | |
| 2026-07-24 13:00:40 | healthy | 402 | 652ms | |
| 2026-07-24 10:22:24 | healthy | 402 | 202ms | |
| 2026-07-24 04:28:29 | healthy | 402 | 172ms | |
| 2026-07-24 01:08:52 | healthy | 402 | 174ms | |
| 2026-07-23 20:04:41 | healthy | 402 | 427ms |