Weavz
EIA Open Data

EIA Open Data

Query U.S. EIA Open Data API v2 energy datasets, facets, and electricity market time series.

API KeyAnalytics
4 tools
1 trigger

Tools

Name
list_route

List child routes and metadata for an EIA Open Data API route.

query_dataset

Query an EIA v2 dataset with data columns, facets, frequency, sorting, and date bounds.

list_facets

List allowed facet values for an EIA v2 dataset route and facet ID.

query_electricity_rto_region_data

Query EIA electricity RTO region demand, price, interchange, or generation time-series data.

Triggers

Name
new_dataset_rows

Triggers when newly returned EIA dataset periods or row keys appear after the initial baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect EIA Open Data 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 EIA Open Data support?

EIA Open Data supports 4 tools including List Route Metadata, Query Dataset, List Facets, Query Electricity RTO Region Data.

Can I use EIA Open Data with AI agents?

Yes. Add EIA Open Data 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 EIA Open Data be used in stateful agent workflows?

Yes. Agents can combine EIA Open Data 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 EIA Open Data use?

EIA Open Data uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the EIA Open Data integration cost?

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

What triggers does EIA Open Data support?

EIA Open Data supports 1 triggers including New Dataset Rows.

Connect EIA Open Data in minutes

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