@solarisdk/desktop
v0.1.2
Published
Solari Desktop — create managed virtual desktops and drive them with a computer-use action API.
Maintainers
Readme
@solarisdk/desktop
Create managed virtual desktops and drive them with a computer-use action API.
npm install @solarisdk/desktopimport { DesktopClient } from "@solarisdk/desktop";
const desktops = new DesktopClient({ apiKey: process.env.SOLARI_API_KEY });
const desktop = await desktops.create();
await desktop.act("open firefox and go to example.com");
const shot = await desktop.screenshot();
await desktop.destroy();Need sandboxes too, or a single unified client? Use
@solarisdk/sdk (exposes
solari.desktops and solari.sandboxes plus the solari CLI). For
ephemeral compute sandboxes on their own, use
@solarisdk/sandbox.
License
Apache-2.0
