{"api":"v1","generated_at":"2026-09-16T00:46:12.245Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/evidence-regulavita-com-v1-compute-python-run-9ab6b6","pinned_page":"https://tollindex.com/e/evidence-regulavita-com-v1-compute-python-run-9ab6b6/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"evidence-regulavita-com-v1-compute-python-run-9ab6b6","canonical_url":"https://evidence.regulavita.com/v1/compute/python-run","resource":"https://evidence.regulavita.com/v1/compute/python-run","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Run bounded Python 3.11 code in an ephemeral isolated sandbox with one x402 payment. This service creates the sandbox, executes the code, captures stdout, stderr, and return code, terminates the sandbox, and returns supplier settlements plus a signed receipt.","service_name":"One-Call Isolated Python Runner","declared_category":null,"declared_tags":["python","code-execution","sandbox","isolated-compute","agent-runtime"],"route_template":null,"registry_updated":"2026-08-25T07:38:38.797Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"compute python run","category":"compute","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.03 USDC","amount_units":0.03,"decimals_known":true,"pay_to":"0x9500075649a70411c81f99c4314f6cff55d12579","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-25T07:38:38.571Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:58:40.792Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:58:40.792Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:30:14.929Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:25:00.004Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:41:35.960Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:31:23.321Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x9500075649a70411c81f99c4314f6cff55d12579","page":"https://tollindex.com/seller/0x9500075649a70411c81f99c4314f6cff55d12579","endpoints":8,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["python","code-execution","sandbox","isolated-compute","agent-runtime"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9500075649a70411c81f99c4314f6cff55d12579","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785751403/bazaar-icons/bfb8a50da214c0b8.png","quality":{"lastCalledAt":"2026-08-25T07:38:38.571Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://evidence.regulavita.com/v1/compute/python-run","extensions":{"bazaar":{"info":{"input":{"body":{"code":"import json; print(json.dumps({'answer': sum(range(11))}))","timeout_seconds":10},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"product":"ISOLATED_PYTHON_RUN","receipt":{"algorithm":"Ed25519"},"request":{"code_sha256":"sha256:0000000000000000000000000000000000000000000000000000000000000000","code_characters":61,"timeout_seconds":10},"sandbox":{"runtime":"python:3.11","memory_mb":512,"maximum_cpu":1,"termination":"FULFILLED","isolated_from_service_host":true},"decision":"PYTHON_EXECUTION_COMPLETED","execution":{"stderr":"","stdout":"{\"answer\": 55}\n","timed_out":false,"returncode":0},"provenance":{"engine_version":"isolated-python-run/0.1.0"},"request_id":"isolated_python_run_example","supplier_execution":[]}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["code"],"properties":{"code":{"type":"string","maxLength":6000,"minLength":1,"description":"Python 3.11 source code to execute."},"timeout_seconds":{"type":"integer","default":10,"maximum":30,"minimum":1}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["request_id","product","decision","execution","request","sandbox","supplier_execution","provenance","receipt"],"properties":{"product":{"const":"ISOLATED_PYTHON_RUN"},"receipt":{"type":"object"},"request":{"type":"object"},"sandbox":{"type":"object"},"decision":{"const":"PYTHON_EXECUTION_COMPLETED"},"execution":{"type":"object"},"provenance":{"type":"object"},"request_id":{"type":"string"},"supplier_execution":{"type":"array"}}}}}}}}},"description":"Run bounded Python 3.11 code in an ephemeral isolated sandbox with one x402 payment. This service creates the sandbox, executes the code, captures stdout, stderr, and return code, terminates the sandbox, and returns supplier settlements plus a signed receipt.","lastUpdated":"2026-08-25T07:38:38.797Z","serviceName":"One-Call Isolated Python Runner","x402Version":2}]}}