A computer for your AI
Metallic provides virtual computer environments that enable AI agents to do their highest value work.
Fast, secure, scalable
Execute AI-generated code at lightspeed with zero risk to your infrastructure.
Sub-second boot time
Secure workload isolation
Massive parallelization
In a few lines of code
Add computer-use to your agent workflows in a few lines of code.
import { Computer } from '@metallichq/sdk';
// Create computer
const computer = await Computer.create();
console.log('Computer created:', computer.id);
// Stop computer
await computer.stop();