E2BOutline · e2b · Python or TypeScript
0%
1
Curious builder0 XP earned · 300 to level 2
0 daysFinish a lesson to begin
Badge collection0 of 6 unlocked
4 small wins to finish your pathNext lesson

Files and network: what the code may reach

Sandboxes control which files code can read and whether it may use the network.

Outline
This lesson is an outline of what it will teach. The full lesson, with code you can run, is being written.

What this lesson covers

  • Uploading and downloading files
  • Network access and when to deny it
  • Keeping customer data inside

Why it matters

Data that must not leave the customer's control must not leave the sandbox either.

You understood something today that you didn't yesterday.