Quickstart
import { Aside } from ‘@astrojs/starlight/components’
This page takes you from nothing to a finished job with a receipt — three steps:
1. write a spec ──▶ 2. komputo run ──▶ 3. komputo receipt (what to run) (it runs & you (proof: cost, energy, watch the logs) CO2, EU residency)1. Describe the work
Section titled “1. Describe the work”A job is a container plus a command plus what it needs. Write a spec file:
name: hello-komputoimage: registry.komputo.eu/examples/hello:latestcommand: python train.pyresources: accelerators: H100:8policy: optimize: greenest-eu interruptible: true2. Submit it
Section titled “2. Submit it”komputo run hello-komputo.komputo.yaml --watchKomputo scores EU providers on price and live carbon intensity, provisions an ephemeral node, stages your inputs, runs the container, and streams the logs.
3. Read the receipt
Section titled “3. Read the receipt”When the job reaches COMPLETED, fetch the receipt:
komputo receipt <your-job-id>The receipt lists the cost in euro, the energy in kWh, the CO2 in grams, the grid carbon intensity, and the EU residency attestation.