PRODUCTION SCENARIO
A developer wants Claude to run Python inside the code execution tool that calls an internal pricing API over HTTPS and installs a private package with pip at runtime.
What limits this plan?
Answering here is anonymous. Nothing is saved unless you sign in.
Show answer and explanation
Answer: The sandbox has internet access completely disabled, so the API call and pip install fail
The code execution container has internet access completely disabled and permits no outbound network requests, and only pre-installed libraries are available. Data the code needs must be uploaded through the Files API or fetched by a client tool.