Start in a Notebook
Explore the provided Sample Notebooks to begin your journey with Tilebox. These notebooks offer a step-by-step guide to using the API and showcase many features supported by Tilebox Python clients. You can also use these notebooks as a foundation for your own projects.Start on Your Device
If you prefer to work locally, follow these steps to get started.Create an API Key
Create an API key by logging into the Tilebox Console, navigating to Settings -> API Keys, and clicking the “Create API Key” button.Then, add it to your environment
Choose your working environment
Tilebox can be used from the browser, terminal, or via our SDKs running locally or in interactive notebook environments. This quickstart guides you through setting up the Tilebox Python SDK locally.
Alternatively, you can also check out any of the following ways of using Tilebox.To install the python SDK locally, run the following command.
Console
Command line
Go SDK
Agents
Notebooks
Explore Further
Review the following guides to learn more about the modules that make up Tilebox:
Build a spatio-temporal catalog
Learn how to create a custom dataset catalog with the Python SDK.
Ingest into a spatio-temporal catalog
Learn how to ingest GeoParquet metadata into an existing spatio-temporal catalog.
Debug a failed workflow run
Inspect task state, logs and traces when a workflow job fails.
Build and deploy a workflow project
Package a Python workflow project, publish a release, and deploy it to a cluster.
Agentic workflow iteration
Use a coding agent with the Tilebox CLI to build, deploy, run, and debug workflow releases.