Cloud code sandbox
Somewhere safe to run it.
Per-second cloud computers run generated code with real dependencies, fully disposable.
1
Provision in a message
A cloud computer spins up in seconds and bills per second; delete it when you're done.
More about Cloud Computers2
Run the untrusted thing
Generated code executes on the sandbox with real packages and real files, not on your laptop.
More about Code Execution3
Expose the port
A tunnel gives the running service a public URL you can send to anyone.
More about Tunnels4
Script it from the CLI
The idapt CLI provisions, runs, and tears down from your terminal or CI.
More about CLI