Production

Modbus / SCADA Bridge

Direct protocol translation for industrial inverters, smart meters, and BACnet controllers. Real-time telemetry streaming.

Production

SAP / Oracle ERP

Sync energy costs, carbon offsets, and utility invoices directly into your financial and procurement workflows.

Beta

Watershed & Sphera

Automated Scope 1, 2, and 3 emissions reporting with audit-ready data exports and compliance tagging.

Production

Weather & GIS APIs

Hyperlocal weather forecasting, solar irradiance mapping, and wind pattern analysis for predictive modeling.

Beta

MQTT / IoT Gateways

Lightweight pub/sub messaging for edge devices, smart plugs, and distributed battery storage networks.

Production

REST & GraphQL API

Full programmatic access to dashboards, alerts, carbon ledgers, and historical energy datasets.

Quick Integration Setup

1

Generate API Credentials

Create a scoped API key from your dashboard with read/write permissions tailored to your use case.

2

Select Connector

Choose from pre-built adapters or use our SDK to build custom middleware for legacy systems.

3

Map Data Fields

Align your source metrics with Verdantix standard schemas for seamless normalization and tracking.

4

Test & Deploy

Validate data flow in sandbox mode, then push to production with auto-retry and alerting enabled.

Example: POST /v1/energy/metrics

# Sync hourly kWh consumption from your smart meter
curl -X POST https://api.verdantix.com/v1/energy/metrics \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{
  "site_id": "sf-hq-01",
  "timestamp": "2025-06-15T14:00:00Z",
  "value_kwh": 42.8,
  "source": "modbus-gateway",
  "tags": {"building": "A", "meter_type": "smart"}
}'

Frequently Asked Questions

What data retention period applies to integrated metrics?
All synced data is retained for 7 years in compliance with ISO 50001 and ESG audit standards. You can configure archiving rules or request raw data exports at any time.
Are there rate limits for the API?
Standard plans allow 1,000 requests/minute. Enterprise plans include dedicated throughput, webhook support, and priority queue processing. Burst limits auto-throttle with 429 responses.
How secure is the data transmission?
All connections use TLS 1.3 encryption. We support OAuth 2.0, mutual TLS for SCADA bridges, and SOC 2 Type II compliance. IP allowlisting and role-based access control are available.