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.
Create organizations, projects and project tokens.
Upload shard, edge and initializer artifacts as releases.
Inspect environments, telemetry, infrastructure, grids and causality.
What's possible
Current platform capabilities
Create project spaces, choose public or private visibility and manage project-scoped tokens.
Delivery Release and artifact managementCreate versioned releases, upload .nupkg artifacts and queue build work for the builder.
Telemetry Environment ingestionCreate environments and publish system logs, edge data and infrastructure snapshots.
Operations GUI Runtime inspectionUse dashboard, telemetry, grid and causality pages for environment-level visibility.
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"
}