Projects & Deploy
Projects & Deploy
Overview
Projects are the top-level container for your applications. Each project can have sandboxes for development, databases, storage buckets, and production deployments.
All project methods are available on r.projects.
Methods
List projects
Parameters:
Get a project
The detailed response includes sandbox status, provisioned databases, and storage buckets.
Create a project
Input fields:
Delete a project
Deleting a project is permanent. All associated sandboxes, databases, storage buckets, and deployments will be destroyed.
Sandbox management
Sandboxes are isolated development environments powered by E2B. Each project can have one active sandbox.
Start a sandbox
Check sandbox status
Stop a sandbox
Execute code
Run code inside the project’s sandbox. The sandbox must be running.
Supported languages:
Deployments
Deploy to production
Deploy input fields:
Create a preview deployment
List deployments
Get a specific deployment
Get deployment logs
Complete workflow
Here is a full example: create a project, start a sandbox, execute code, deploy, and check logs.