Skip to main content
This quickstart creates one sandboxed computer, runs uname -a, prints the output, and deletes the computer. You can use the language selector to switch the whole example between Python and TypeScript.

Before you start

Get an API key from celesto.ai under Settings > Security. Set it as CELESTO_API_KEY before you run the examples.

Install the Python SDK

Run your first computer

Create quickstart.py:
quickstart.py
Run it:
The script prints the computer name, prints Linux system information, and deletes the computer.

Next step

Learn how to create computers with templates when your agent needs coding tools already installed.
Last modified on July 4, 2026