# GridPulse Renewable Energy Intelligence

> GridPulse Renewable Energy Intelligence is a paid API for AI agents from gridpulse-amber.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns state-level renewable energy generation mix, carbon intensity, and clean-energy trend data for a given US state.

## Facts

- Endpoint: GET https://gridpulse-amber.vercel.app/api/energy/renewable
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-renewable-energy-intelligence-48121a2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KKb8P4iKoGKGQAryyk0BR

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gridpulse-renewable-energy-intelligence-48121a2e
```

Example prompt: What's the current renewable energy generation mix and carbon intensity for California — break it down by source and tell me if the clean-energy trend is improving?

## When to prefer this

Use this endpoint when an agent needs current or trending renewable energy composition and carbon intensity data at the US state level — particularly for climate analysis, energy sourcing decisions, sustainability reporting, or advising homeowners and businesses on grid cleanliness. Prefer this over general electricity price endpoints when the user's goal is environmental or clean-energy focused rather than cost-focused.

## Known failure modes

- Invalid or unrecognized state code returns an error response
- State data not available or stale returns a partial or empty dataset
- Payment not included or rejected results in HTTP 402 Payment Required
- Rate limiting or server overload returns HTTP 429 or 503
- Network timeout if the upstream grid data provider is slow

## How this service works

Renewable energy mix and grid carbon intensity by state — generation mix, carbon intensity, and clean-energy (solar/wind) trend. For energy and climate agents.

## Output

Returns a structured response containing the state's current energy generation mix (percentage from solar, wind, hydro, and other sources), current carbon intensity of the grid, and a clean-energy trend indicator showing whether renewables are growing or declining over time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "2-letter US state code (default: CA)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gridpulse-renewable-energy-intelligence-48121a2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gridpulse-amber.vercel.app](https://www.zero.xyz/host/gridpulse-amber.vercel.app/llms.txt)
