E2B
E2B copied to clipboard
Sandbox REST API
Allow interacting with sandboxes via a REST API without the need to use our SDK and potentially without the need to manage your infrastructure.
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.
With the move to the new communication via HTTP1.1 and Connect you can now control the sandbox via REST API. Right now we don't provide generated OpenAPI spec.