Hubmine AI Platform v1.0 · now in developer preview

The first Artificial Intelligence platform for the concrete industry.

Build intelligent applications for concrete plants, logistics, production, maintenance, laboratory, HR, procurement, sales and dispatch — powered by Hubmine AI Platform.

SOC 2 in progress Multi-region 40ms p50
hubmine.ai / plants-network
AI Mesh · live events● connected
plant.03 BatchStarted · mix FC350
plant.07 TruckLoaded · 8.0 m³
commander optimized route → -12 min
plant.02 MoistureUpdated 4.8%
Why Hubmine AI

One platform. Every workflow in the plant.

AI Dispatch

Optimizes truck dispatch automatically.

AI Plant Manager

Analyzes production in real time.

AI Mix Designer

Designs optimal concrete mixes.

AI Maintenance

Predicts equipment failures.

AI Quality

Analyzes laboratory results.

AI CFO

Analyzes profitability across plants.

AI CEO

Generates executive-grade reports.

AI Vision

Detects anomalies through cameras.

Architecture

Hubmine AI Platform Architecture

One Industrial AI Platform. Unlimited Business Applications. Hubmine acts as the intelligence layer between operational systems and AI-powered applications.

LAYER 01
Operational Systems
ERP
Batching System
Plant Automation
GPS
IoT Sensors
Weather
Laboratory
Accounting
Fleet
HR
Purchasing
Maintenance
Quality
LAYER 02
Hubmine Plant Integration SDK
Connect Any Plant.
No Vendor Lock-In.
RESTMQTTOPC-UAKafkaSOAPGraphQLWebSocketCSVSQLXML
stream →
TruckLoadedBatchStartedInventoryUpdatedFormulaChangedAlarmRaisedWeatherUpdatedQualityApproved
LAYER 03
Hubmine AI Platform
Hubmine AI Platform
Industrial Intelligence Core
AI Orchestrator
Knowledge Graph
Memory Engine
Industrial Context
Workflow Engine
Prompt Engine
Event Bus
Notification Center
API Gateway
Security
Identity
Audit
Multi-Tenant
Monitoring
Observability
LAYER 04
AI Business Applications
Commander
Powered by Hubmine AI Platform
Plant Manager
Powered by Hubmine AI Platform
Dispatch Center
Powered by Hubmine AI Platform
Production
Powered by Hubmine AI Platform
Purchasing
Powered by Hubmine AI Platform
Inventory
Powered by Hubmine AI Platform
Sales
Powered by Hubmine AI Platform
CRM
Powered by Hubmine AI Platform
Credit
Powered by Hubmine AI Platform
Accounting
Powered by Hubmine AI Platform
HR
Powered by Hubmine AI Platform
Payroll
Powered by Hubmine AI Platform
Maintenance
Powered by Hubmine AI Platform
Laboratory
Powered by Hubmine AI Platform
Quality
Powered by Hubmine AI Platform
Fleet
Powered by Hubmine AI Platform
Mobile
Powered by Hubmine AI Platform
Dashboards
Powered by Hubmine AI Platform
Reports
Powered by Hubmine AI Platform
AI Studio
Powered by Hubmine AI Platform
Developer Console
Powered by Hubmine AI Platform
Marketplace
Powered by Hubmine AI Platform
LAYER 05
AI Agents
AI Dispatcher
AI Plant Manager
AI Sales Manager
AI CFO
AI CEO
AI Maintenance Engineer
AI Quality Manager
AI HR Manager
AI Purchasing Manager
AI Inventory Manager
AI Scheduler
AI Cost Analyst
AI Safety Officer
AI Vision Inspector
AI Forecast Engine
AI Credit Analyst
Agents collaborate together to execute business workflows.
How Commander Works

One question. Many specialized minds. One answer.

User
Commander
Hubmine AI Platform
AI Orchestrator
Multiple AI Agents
Business Decision
Commander
User → Commander
Can we deliver 120 m³ to site MTY-07 before 11:00 today?
Why Hubmine AI Platform?

A new category of industrial software.

Industrial Intelligence
Purpose-built for construction materials.
Open Integration
Works with your existing technology.
AI-Native Business OS
Every business application is powered by specialized AI agents.
Plant Integration SDK

Any software. Any protocol. One gateway.

Connect ERPs, PLCs, batch controllers, telematics and legacy systems with a single unified SDK.

RESTMQTTOPC-UAWebSocketKafkaSOAPSQLCSVXML
Bi-directional event streaming
Auto-mapping to Hubmine canonical schema
Edge buffering for offline plants
Signed webhooks and JWT-based auth
"text-violet-500">import { HubmineClient } "text-violet-500">from "@hubmine/sdk";

"text-violet-500">const client = "text-violet-500">new HubmineClient({ apiKey: process.env.HUBMINE_KEY });

// Publish a plant event
"text-violet-500">await client.events.publish({
  plantId: "plant-03",
  type: "BatchStarted",
  payload: { mixId: "FC350", volume: 8.0 }
});

// Query an AI recommendation
"text-violet-500">const rec = "text-violet-500">await client.ai.dispatch.recommend({
  region: "MTY-01",
  horizonMinutes: 60
});
Quick start

From zero to your first AI recommendation in 4 steps.

01
Register application
Create a workspace and your first app in seconds.
02
Obtain API key
Scoped keys with per-environment rotation.
03
Publish events
Stream real-time events from your plants.
04
Query AI recommendations
Consume optimized decisions via API.
Example

A tiny request. A meaningful decision.

Request
"text">-violet-500 font">-semibold">POST /v1/events
Authorization: Bearer sk_live_...
Content"text-sky-500">-Type: application/json

{
  "plantId": "plant-03",
  "type": "TruckLoaded",
  "payload": { "truckId": "T-118", "volume": 8.0, "mixId": "FC350" }
}
Response
{
  500">"ok": 500">true,
  500">"eventId": 500">"evt_01HR9Z...",
  500">"recommendation": {
    500">"route": 500">"R-12",
    500">"etaMinutes": 22,
    500">"confidence": 0.94,
    500">"reason": 500">"traffic + moisture profile matched historical batch"
  }
}
Then
"text">-violet-500 font">-semibold">GET /v1/recommendations?plantId=plant-03&horizon=60m
AI Services

Specialized models for every corner of the plant.

Dispatch AI

Production-grade endpoints trained on real concrete industry telemetry.

Mix Design AI

Production-grade endpoints trained on real concrete industry telemetry.

Maintenance AI

Production-grade endpoints trained on real concrete industry telemetry.

Forecast AI

Production-grade endpoints trained on real concrete industry telemetry.

Credit AI

Production-grade endpoints trained on real concrete industry telemetry.

Cost AI

Production-grade endpoints trained on real concrete industry telemetry.

Vision AI

Production-grade endpoints trained on real concrete industry telemetry.

Scheduling AI

Production-grade endpoints trained on real concrete industry telemetry.

Business Intelligence AI

Production-grade endpoints trained on real concrete industry telemetry.

Sandbox

An interactive console. A live plant.

hubmine › sandbox
Press Start Demo Plant to stream simulated events...
Industrial simulator

Every developer gets a virtual plant.

Spin up a fully virtualized concrete plant — trucks, silos, mixers and sensors — emitting realistic events.

Demo Plant · MTY-North
3 mixers · 8 silos · 12 trucks · 24 sensors
Silos
Mixers
Trucks
Open Integration

Built for Open Integration

Connect Hubmine AI Platform with your existing technology ecosystem using the Hubmine Plant Integration SDK.

Whether you use an ERP, a batching system, industrial automation or your own custom software, Hubmine is designed to integrate without replacing your existing technology.

ERP Systems
  • SAP
  • Oracle
  • Microsoft Dynamics
  • Any ERP through REST APIs
Batching Systems
  • Any batching software
  • Hubmine Plant Integration SDK
  • REST
  • WebSockets
  • Event Bus
Industrial Automation
  • OPC-UA
  • MQTT
  • Siemens PLC
  • Allen Bradley
  • Modbus TCP
  • Ethernet/IP
Enterprise Applications
  • REST API
  • GraphQL
  • Kafka
  • SOAP
  • SQL
  • CSV/XML
Architecture

Vendor Agnostic Architecture

Hubmine AI Platform has been designed to operate independently of any ERP, batching software or automation vendor.

Companies can adopt AI without replacing their existing operational systems.

ERP
Batching System
PLC / Automation
Hubmine Plant Integration SDK
Hubmine AI Platform
Commander
Mobile Apps
Custom Applications
Partner Program

Become an Integration Partner

Build certified connectors for Hubmine AI Platform using the Hubmine Plant Integration SDK.

Gain access to:
  • Developer Sandbox
  • Plant Simulator
  • SDKs
  • API Documentation
  • Integration Certification
  • Technical Support
Live Simulation

Launch Demo Plant

Start a fully simulated concrete plant and begin integrating without requiring access to a real customer.

Events
BatchStarted
Commander
Adjust water dosing −1.2%
Developer resources

Ship in your favorite stack.

SDK .NET
C#
SDK Java
JVM
SDK Python
py
SDK Node
ts
SDK Go
go
OpenAPI
spec
Postman Collection
json
GraphQL
gql
CLI
hubmine
Community

Build with thousands of industrial developers.

The AI backbone for the concrete industry.

Join the private developer preview and start building industrial AI applications today.