Platform overview

From watching the market to reporting your footprint.

CO2 Dynamics is two things in one platform: a public intelligence layer for the carbon-removal sector, and a private carbon-accounting workspace where your organisation measures, analyses, and reports its own emissions. Here's exactly what's inside.

The workspace

Carbon accounting, end to end

Everything below is live in the product today — try it on the free plan or with the public demo account.

Facilities & activity data

Model your organisation as facilities — offices, factories, warehouses, fleets — and log monthly activity: kWh, litres of diesel, freight tonne-km, flights, waste, water, paper. Full CRUD, strictly scoped to your organisation.

Emission-factor engine

A built-in factor library (India-oriented grid and fuel defaults across 16 categories) converts activity to CO2e automatically, with the correct scope attached. Override any factor with your own values per organisation.

Scope 1/2/3 analytics

A deterministic analytics board: total, YTD and monthly footprint, 12-month trend, month-on-month change, scope split, category hotspots, per-facility comparison, and reduction-target progress with an on-track gauge.

AI advisor

An AI analyser reads your inventory and returns a plain-English assessment plus specific reduction actions; a Q&A assistant answers questions grounded strictly in your numbers. A rule-based engine guarantees insights even when the LLM is off, and every analysis is logged to an insight history.

AI quick entry

Type "18,500 kWh electricity last month" and the platform resolves category, unit, scope, factor and CO2e for you to review before saving — data entry at the speed of a sentence.

Integration API

Every facility has an ingest token. Meters, ERPs, BMS and IoT systems can POST single entries or batches to /api/co2/ingest — the same factor engine prices every record. (Enterprise plan.)

Targets & trajectory

Set a baseline year, baseline footprint, target year and reduction percentage — the analytics board tracks your current annualised footprint against the goal trajectory.

Reports & export

Download your complete inventory — every entry with the factor applied, scope-tagged, auditor-readable — as CSV or JSON, any time. Your data is yours.

Plans & services

A free Starter plan, Growth and Enterprise tiers, and a data-driven services catalog including consultant review and offset & removal advisory.

Module map

How the pieces fit together.

ModuleWhat it doesWhere
News & market signalDaily-refreshed headlines and sector framing for diligence context./news · /market
Solar CO2 labInteractive model of solar-powered removal: energy, tonnes, land, scale./research-tools
Project directoryPathway reference criteria and project submissions./projects
Carbon workspaceFacilities, entries, factors, analytics, AI advisor, exports./app
Integration APIToken-based ingest for meters, ERPs and IoT./api/co2/ingest
Native clientsAndroid and Windows apps, self-updating./downloads

Integration example

Push data from any system

One POST per reading — or batch thousands. The factor engine computes CO2e on arrival.

curl -X POST https://co2dynamics.com/api/co2/ingest \
 -H "Content-Type: application/json" \
 -d '{"token":"<facility-token>","period":"2026-07",
      "category":"electricity","unit":"kWh","activity":12500}'

Get started

Two minutes to a live footprint

  1. Create your free workspace — organisation, email, password.
  2. Add a facility and your first month of activity data.
  3. Read your scope 1/2/3 footprint and the AI advisor's take.