Project scopes
Every project belongs to a scope that controls who can see and use it:user— private to your own workspace (the default scope).organization— shared across your organization.
Working with projects
The platform supports the full lifecycle of a project. Each of these operations is also available through the SDK and REST API (see the Projects API reference):- Create or update — save a new project with a name and optional description, or update an existing one.
- List — browse the projects available in your selected scopes.
- Load — open a specific project by its ID.
- Copy — duplicate a project within or between scopes/workspaces.
- Export / Import — export a project (including its data and metadata) to a portable file, and import it back into a workspace later.
- Cleanup — delete a single project or remove all of your project resources.
Templates
Prometheux ships with a marketplace of project templates — pre-built starting points for common use cases (for example, financial analysis or customer analytics). You can browse the available templates and import one as a new project to get going quickly without building from scratch.Workspaces
A workspace holds all the projects for a given scope. You can export an entire workspace — every project and its associated data — and import it back elsewhere, which is useful for backups or moving work between environments.Quick example (SDK)
The snippet below shows the core project lifecycle using the Python SDK:Next steps
- Projects API reference — full SDK and REST details for every project operation.
- Concepts and lineage — the building blocks you author inside a project.
- Platform overview — how projects fit into the wider platform.

