Overview

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) 203ms
Uptime (30d) 100.0%
Reliability Score 95/100
Last Checked 2026-09-20 04:15:57
Last Healthy 2026-09-20 04:15:57
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-09-20 04:15:57 healthy 402 311ms
2026-09-19 19:50:35 healthy 402 179ms
2026-09-19 08:38:57 healthy 402 188ms
2026-09-18 20:42:22 healthy 402 203ms
2026-09-18 17:50:49 healthy 402 182ms
2026-09-18 05:41:31 healthy 402 212ms
2026-09-18 00:31:44 healthy 402 192ms
2026-09-17 15:17:16 healthy 402 240ms