January 2026

MCP Server for Datasets and Workflows
Introducing the Tilebox MCP server, which provides tools for AI agents to access and interact with Tilebox datasets and workflows.November 2025
Job List View: Complete Redesign and Filtering Improvements

- Infinite scrolling for long job lists
- Improved filtering and search
- Filter by state
- Filter by automation
- Filter by time range
- Filter by name
- Or an arbitrary combination of the above
- Better readability and organization
- Added progress indicators
- Added execution stats
- The same new filter options are also available in our Language SDKs
October 2025
Spatio-Temporal Explorer Redesign

- Overhaul of the Explorer view for Spatio-temporal datasets
- Display datapoint footprints directly on the map
- Display thumbnails and quicklooks of datapoints directly in the Console
- Added code snippet for storage access to the
Export as Codedialog
September 2025
Progress Indicators

May 2025
Go Client
- Datasets client
- Statically typed dataset types
- CLI to generate dataset types
- Workflows client
- Go task runners
April 2025
Spatio-Temporal datasets

- finding relevant data quickly (e.g. all Sentinel 2 granules along the US coastline, last year),
- storing auxiliary geographically coded data (e.g. weather station data, ground truth data),
- cataloging higher level data and results
- Spatio Temporal datasets documentation
- All open data now supports spatio-temporal queries
- Create your own spatio-temporal datasets
- Ingesting spatio-temporal data
March 2025
Custom Datasets

- statically typed
- with clients in Python and Go
- Specify the data type in the Console
- Create a collection
- Use client.ingest() to ingest a
xarray.Datasetorpandas.DataFrame - Query away!