Introduction
Design and scale the next wave of Decentra-powered intelligent and self-operating systems.
Last updated
Design and scale the next wave of Decentra-powered intelligent and self-operating systems.
Last updated
import SandboxSDK from '@dvmcodes/sandbox-sdk';
const client = new SandboxSDK({
apiKey: process.env['SANDBOX_SDK_API_KEY'], // This is the default and can be omitted
});
const sandboxes: SandboxSDK.SandboxListResponse = await client.sandboxes.list();