Use Tilebox SDKs when you want Tilebox in notebooks, scripts, services, or workflow task code. The SDKs expose datasets, storage access, workflow jobs, runners, observability queries, and automation APIs from regular app code.
If you are setting up a coding agent, start with Onboard your agent. Agents use the Tilebox CLI first, then inspect SDK examples or API reference pages when they need to edit code.
The Tilebox Python SDK includes full support for datasets, storage and workflows. Use it together with your favorite Python libraries to access and process data.
Take advantage of strongly typed datasets and workflows - including your own, custom dataset types - by using the Tilebox Go SDK.
Choose an SDK
Section titled “Choose an SDK”Use Python for notebooks, xarray-based dataset queries, data ingestion, and Python workflow task code.
Go services and typed integrationsUse Go for backend services, typed dataset access, workflow task submission, and long-running runners.
Sample notebooksStart from working Python notebooks for common Tilebox dataset workflows.
API referenceLook up method signatures and parameter details for Python and Go clients.