For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Install a Provider Package

Install the provider package for the platform you want to use:

# Pick one (or more) providers
npm install @computesdk/archil
npm install @computesdk/blaxel
npm install @computesdk/cloudflare
npm install @computesdk/codesandbox
npm install @computesdk/daytona
npm install @computesdk/declaw
npm install @computesdk/e2b
npm install @computesdk/hopx
npm install @computesdk/modal
npm install @computesdk/namespace
npm install @computesdk/runloop
npm install @computesdk/tensorlake
npm install @computesdk/upstash
npm install @computesdk/vercel

You only need to install the providers your project uses.

Provider Credentials

Each provider requires its own API credentials. Add them to a .env file in the root of your project or export them in your shell:

Archil

Blaxel

Cloudflare

CodeSandbox

Daytona

Declaw

E2B

HopX

Namespace

Runloop

Tensorlake

Upstash

Vercel

Refer to each provider's documentation page for the full list of supported environment variables and configuration options.

Verify Your Setup

After installing a provider and setting credentials, verify everything works:

Replace the import and configuration with whichever provider you installed.

Last updated

Was this helpful?