For the complete documentation index, see llms.txt. This page is also available as Markdown.

API

Most buildings connect to myCoreAI through their Building Management System (BMS) or the Myrspoven edge. Some sites instead expose data — energy meters, indoor climate sensors, occupancy systems — through a vendor API. This page orients on when an API integration applies, its shape, and where the full reference lives.

When an API integration applies

myCoreAI uses an API integration when:

  • Energy data comes from a third-party platform (for example Mestro or Metry) rather than the BMS.

  • Indoor climate sensors are owned by a third-party platform that exposes a cloud API.

  • The BMS itself exposes a network-reachable REST API, OPC UA endpoint, or vendor SDK that myCoreAI can read from and write to directly.

Bringing meters or sensors onto the BMS is the simpler path when possible — fewer moving parts, no third-party provider cost, one connection to maintain. An API integration is the right choice when the data only lives outside the BMS, or when the BMS itself is the API.

Shape of an API integration

All three cases share the same shape: Myrspoven holds credentials to read from (and where relevant, write to) the vendor's API on an agreed schedule. Once ingested, the signals are treated identically to BMS signals — myCoreAI's model and the myPortal dashboards are transport-agnostic.

The customer-provided inputs are also consistent across vendors:

  • An account or API key with read access, and write access where myCoreAI must push setpoints back.

  • A confirmed mapping of meter IDs, sensor IDs, or signals to buildings and zones.

  • A technical point of contact for commissioning.

Exact credentials, endpoints, and ID formats are vendor-specific and documented per building during the technical survey.

Cost

Third-party platforms typically charge for API access under their own contract. Myrspoven does not charge separately for the integration. Adding a vendor connector that isn't already supported is evaluated case by case — request one via Myrspoven.

Security

API credentials are stored in Myrspoven's cloud and used only for the agreed integration. Scope never widens beyond the configured read/write signals. See Security.

  • BMS — direct BMS connections, including REST / OPC UA / BACnet shapes.

  • Energy data — Mestro, Metry, and manual upload.

  • Indoor climate — third-party sensor-vendor API integrations.

  • Full API reference — see the Developer reference.

Last updated

Was this helpful?