Prerequisites
- You have installed the Tilebox CLI.
TILEBOX_API_KEYis set in the shell where you run commands.- You have a Python workflow project with a
Runnerobject.
Create the project structure
Use a small, importable project layout.my-workflow
pyproject.toml
uv.lock
tilebox.workflow.toml
my_workflow
tasks.py
runner.py
Configure the workflow
Pointtilebox.workflow.toml at the exported runner object and include the files the release runner needs.
tilebox.workflow.toml
Build and publish the release
Build locally first when you want detailed validation output.Deploy to a development cluster
Deploy the release to the development target.Run and inspect a job
Submit a task that matches one of the identifiers discovered from the release.Next steps
Project structure
Learn the details of Python workflow project layout.
Deploy to your compute
Choose where release runners run and how clusters map to environments.