e2b-dev / E2B

Secure cloud runtime for AI apps & AI agents. Fully open-source.
https://e2b.dev/docs
Apache License 2.0
6.32k stars 394 forks source link

Sandbox REST API #331

Open ValentaTomas opened 3 months ago

ValentaTomas commented 3 months ago

Allow interacting with sandboxes via a REST API without the need to use our SDK and potentially without the need to manage your infrastructure.

E2B-468

ValentaTomas commented 2 months ago

If we use gRPC for the envd communication we could add https://github.com/grpc-ecosystem/grpc-gateway to transform the request to REST API.

It supports (non-bidirectional) streams via HTTP streams too.