Use Fresh.Computer MCP, make instances of "unbuntu:latest" for each student in @students.txt and email them the hostname and IP
fast.
repeatable.
disposble.
- A fresh microVM, the instant you need one
- Ready in milliseconds
- Launch one or thousands
- Forkable, clonable, sharable
- Per second billing
-
Perfect for
- AI sandboxes
- Continuous Integration Testing
- Learning lab environments
- Time-boxed compute loads
Your fresh box is one API call away.
zsh
➜~ computer new
Connected to zany-badger-4wdfs.us-east-2.aws.fresh.computer · Ubuntu 24.04 LTS
zany-badger-4wdfs $uname -a
Linux zany-badger-4wdfs 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:09 UTC 2024 x86_64 GNU/Linux
zany-badger-4wdfs $rm -Rf /
➜~ curl -X POST https://gimme.fresh.computer/v1 \
-H "Authorization: Bearer $FRESH_TOKEN" \
-H "Content-Type: application/json" \
-d '{"image": "unbuntu:latest", "ttl": "5m"}'
{
"name": "zany-badger-4wdfs",
"hostname": "zany-badger-4wdfs.us-east-2.aws.fresh.computer",
"ip": "10.2.194.6",
"status": "running"
}
Thinking
Message assistant↑
Get fresh updates.
Occasional news about fresh.computer. No noise.