Projects API
The Projects API lets you create and manage projects — containers that organise related STAC items for an organisation. A project groups catalog items together and can carry custom labels, making it easier to track and retrieve the data that belongs to a particular activity.
NOTE
Projects were previously referred to as scenarios. Some URL paths, query
parameters and permission scopes still use the scenario identifier for
backwards compatibility (for example data:scenario:read:org-own and the
/scenario routes). The concept they describe is a project.
Use this API to:
- Create, read, update and archive projects.
- Link catalog items to a project and check whether a project contains a given item.
- List all projects you have access to, or all projects that belong to a specific organisation.
See the API Reference for the full list of endpoints, parameters and response schemas.