HiveShard docs

How to use the platform.

HiveShard Enterprise Edition gives simulation teams a managed control plane for projects, releases, runtime environments, telemetry and topology inspection.

Organize your project

Create organizations, projects and project tokens.

Publish artifacts

Upload shard, edge and initializer artifacts as releases.

Operate your simulation

Inspect environments, telemetry, infrastructure, grids and causality.

What's possible

Current platform capabilities

Quick example

Debug simulation from external telemetry

Keep all your environment runs in one place. Use existing tooling on the platform to make sense of your data.

Register a user, create an organization and project, create a project token, create an environment through the API, then post telemetry from external runs here for the GUI to display.

POST /api/{org}/{project}/env/create
Authorization: Bearer {project-token}

{
  "envType": "ci"
}