Amber Electric
Australian wholesale energy prices, forecasts, usage, and renewable share
Tools
| Name | Description |
|---|---|
list_sitesList Amber Electric sites available to the API token. | List Amber Electric sites available to the API token. |
get_current_pricesGet current Amber prices plus optional previous and next intervals for a site. | Get current Amber prices plus optional previous and next intervals for a site. |
get_price_forecastGet Amber price intervals for a site and optional date range. | Get Amber price intervals for a site and optional date range. |
get_usageGet historical usage for an Amber site. | Get historical usage for an Amber site. |
get_current_renewablesGet current grid renewables data for an Amber site when available. | Get current grid renewables data for an Amber site when available. |
Triggers
| Name | Description |
|---|---|
price_thresholdTriggers when the current Amber price crosses the configured threshold. | Triggers when the current Amber price crosses the configured threshold. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('amber-electric', 'list_sites', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'amber-electric',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Amber Electric 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 Amber Electric support?
Amber Electric supports 5 tools including List Sites, Get Current Prices, Get Price Forecast, Get Usage, Get Current Renewables.
Can I use Amber Electric with AI agents?
Yes. Add Amber Electric 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 Amber Electric be used in stateful agent workflows?
Yes. Agents can combine Amber Electric 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 Amber Electric use?
Amber Electric uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Amber Electric integration cost?
The Amber Electric integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Amber Electric support?
Amber Electric supports 1 triggers including Price Threshold Met.
Connect Amber Electric in minutes
Get 20,000 free action executions every month. No credit card required.