E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Sandbox REST API

Open ValentaTomas opened this issue 11 months ago • 1 comments

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 avatar Mar 07 '24 22:03 ValentaTomas

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.

ValentaTomas avatar Apr 29 '24 18:04 ValentaTomas

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.

ValentaTomas avatar Jul 22 '24 22:07 ValentaTomas