Account Structure
The Heisenware platform is organized in a clear hierarchy. Understanding this structure is key to managing your projects effectively.
An Account holds all your organization's Members (users) and contains at least one Workspace. It can, however, have multiple workspaces to separate apps, data, and resources of different teams or locations.
By default, every new account has a single Default Workspace
. This Workspace acts as a container for your applications and all their shared resources.
Within this Workspace, you can build an unlimited number of Apps. All apps built inside a Workspace share access to that Workspace's resources, which include:
Databases: An InfluxDB for time-series data and a PostgreSQL database for relational data.
File Server: For storing and managing files used in your apps.
Integrations: Shared connections to external systems.
This structure is illustrated below:

Last updated