staging.toolkit.dev publishes 2 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/tool/e2b/run-code | POST | $0.05 | 402 |
| /api/tool/memory/add-memory | POST | $0.01 | 402 |
Run Python code in a secure sandbox environment using E2B. Supports Jupyter Notebook syntax and returns execution results and logs.
Add a new memory. This method is called every time the user informs anything about themselves, their preferences, or anything that has any relevant information which can be useful in the future conver…