@tpmjs/tools-exe-dev
Create a new exe.dev virtual machine. Supports custom images, environment variables, and Shelley prompts. Requires SSH access to exe.dev.
exe.dev command failed: Command failed: ssh exe.dev 'new --json' Host key verification failed.
Last checked: 1/16/2026, 3:45:42 AM
Test @tpmjs/tools-exe-dev (create) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-exe-devpnpm add @tpmjs/tools-exe-devyarn add @tpmjs/tools-exe-devbun add @tpmjs/tools-exe-devdeno add npm:@tpmjs/tools-exe-devimport { create } from '@tpmjs/tools-exe-dev';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { create } from '@tpmjs/tools-exe-dev';
const result = await generateText({
model: openai('gpt-4o'),
tools: { create },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
namestringVM name (auto-generated if not provided)
imagestringContainer image (default: exeuntu)
envobjectEnvironment variables as key-value pairs
promptstringInitial prompt to send to Shelley after creation
commandstringContainer command mode: auto, none, or custom command
Schema extracted: 1/16/2026, 3:45:41 AM
ERROR: No README data found!
Downloads/month
0
Quality Score