Weavz
Octopus Energy

Octopus Energy

UK energy account, tariff, and smart meter consumption API

API KeyAnalytics
5 tools
1 trigger

Tools

Name
list_products

List Octopus Energy products with optional brand and availability filters.

get_product

Get product details and tariff links for a product code.

get_account

Get an Octopus Energy account by account number.

list_meter_consumption

List half-hourly electricity or gas consumption for a meter.

list_tariff_rates

List standard unit rates for an electricity tariff code.

Triggers

Name
new_consumption_interval

Triggers when a new electricity or gas consumption interval appears for a meter.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('octopus-energy', 'list_products', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'octopus-energy',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Octopus Energy to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Octopus Energy support?

Octopus Energy supports 5 tools including List Products, Get Product, Get Account, List Meter Consumption, List Tariff Rates.

Can I use Octopus Energy with AI agents?

Yes. Add Octopus Energy to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Octopus Energy be used in stateful agent workflows?

Yes. Agents can combine Octopus Energy tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Octopus Energy use?

Octopus Energy uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Octopus Energy integration cost?

The Octopus Energy integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Octopus Energy support?

Octopus Energy supports 1 triggers including New Consumption Interval.

Connect Octopus Energy in minutes

Get 20,000 free action executions every month. No credit card required.