# Corrently AI integration on Definable

> Corrently provides a suite of APIs offering real-time and forecasted data on renewable energy availability, CO₂ emissions, and electricity pricing, enabling users to optimize energy consumption and reduce carbon footprints.

## What this connects

Corrently provides a suite of APIs offering real-time and forecasted data on renewable energy availability, CO₂ emissions, and electricity pricing, enabling users to optimize energy consumption and reduce carbon footprints.

Vendor: https://console.corrently.io/

## Tools available

**23** tools available. First 12:

- `CORRENTLY_CO2_METER_UPDATE_READING` — CO₂ Meter Update — Tool to create or update a CO₂ meter reading for emissions tracking. Use when sending new or updated electricity consumption readings to Corrently.
- `CORRENTLY_COMMIT_QUITTUNG` — Commit Strom-Quittung — Tool to finalize a Strom-Quittung (electricity receipt) after collecting transaction data. Use after gathering seller, buyer, and transaction details to create the final receipt.
- `CORRENTLY_GEOCODE_LOCATION` — Geocode Location — Tool to geocode a free-text location into coordinates. Use when you need latitude and longitude from a place name.
- `CORRENTLY_GET_ENERGY_SCHEDULE` — Energy Schedule Computation — Create an optimized operation schedule for energy-consuming devices based on the GrünstromIndex (Green Power Index). This tool determines the best time slots to run energy-intensive devices (heat pumps, EV chargers, etc.) by analyzing regional renewable energy availability, electricity prices, and CO2 emissions forecasts. Use this after collecting: - German postal code (required for regional data) - Desired optimization goal (price, co2, or comfort) - Number of hours the device needs to run
- `CORRENTLY_GET_METERING_READING` — Get Metering Reading — Tool to retrieve metered electricity reading with green/grey energy split and CO2 emissions data. Use when you need to check current meter readings or analyze energy consumption patterns for a Stromkonto.
- `CORRENTLY_GET_STROMKONTO_BALANCES` — Get Stromkonto Balances — Retrieve Stromkonto account balances from the energy blockchain ledger. Stromkonto is a ledger for green energy related transactions backed by Energychain blockchain to provide consensus of balances and transactions. Returns balance details across multiple sub-account types (green power bonus, generation, self-consumption, carbon offset, trees planted).
- `CORRENTLY_GET_STROMKONTO_CHOICES` — Get Stromkonto Choices — Tool to get selectable contract choices for a Stromkonto customer. Use when you need to retrieve available balance and transaction options for an account.
- `CORRENTLY_GET_WIM_PROCESS_STATUS` — Get WiM Process Status — Retrieve status information for WiM (Wechselprozesse im Messwesen) metering change processes. WiM processes handle meter changes and allocation workflows in the German electricity system. Use this tool to check the current status of ongoing or completed metering change processes, track process progress, or verify when a WiM process was initiated.
- `CORRENTLY_GRUNSTROM_INDEX_FORECAST` — GrünstromIndex Forecast — Tool to retrieve hourly green power forecast and CO2 data. Use after obtaining the user API key.
- `CORRENTLY_GSI_BEST_HOUR` — GSI Best Hour — Determines if now is the best time to turn on a device based on regional green energy (GrünstromIndex) forecasts in Germany. Returns true if the current hour has high renewable energy availability within the specified timeframe, false if waiting would be more sustainable.
- `CORRENTLY_LOGIN_STROMKONTO` — Login to Stromkonto — Tool to initiate login to Stromkonto via email. Use when authenticating a user with their email address.
- `CORRENTLY_MARKET_DATA` — Electricity Market Data — Retrieve real-time and forecast electricity pricing data for Germany by postal code (Postleitzahl). Returns wholesale market prices (EUR/MWh) and localized prices for specific grid areas. Data is provided in time intervals with timestamps in milliseconds since Unix epoch. Use this tool when you need current or forecasted electricity prices for energy optimization, cost analysis, or smart grid applications in Germany.

## Auth

Auth schemes: `API_KEY`.

## How agents use Corrently

Inside a Definable workflow, Corrently is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Corrently** — the Researcher (GPT-5.5) pulls context from Corrently (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Corrently** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Corrently (create record, post message, draft email).
- **Designer / Engineer → Distributor → Corrently** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Corrently (attach file, open PR comment, post status).

The Verifier checks every Corrently call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- analytics — https://definable.ai/apps/category/analytics/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/corrently/
- Same category (analytics): https://definable.ai/apps/category/analytics/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
