Solcast · Agentic Access
Solcast Agentic Access
x-agentic-access
generated
Solcast exposes 25 API operations that an AI agent could call, of which 4 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.
By consequence: 21 read and 4 write.
Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.
SolarEnergyForecastingIrradianceWeatherRenewable EnergyPV Power
Operations: 25
Acting: 4
Human-in-the-loop: 0
Method: generated
By consequence
read 21
write 4
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/solcast-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
audience per deployment. See research/curity/agentic-governance/.
summary:
operations: 25
by_action_class:
connected: 21
acting: 4
by_consequence:
read: 21
write: 4
human_in_the_loop_required: 0
operations:
- path: /data/live/radiation_and_weather
method: get
operationId: getLiveRadiationAndWeather
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/live/rooftop_pv_power
method: get
operationId: getLiveRooftopPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/live/advanced_pv_power
method: get
operationId: getLiveAdvancedPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/live/soiling/kimber
method: get
operationId: getLiveSoilingKimber
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/live/soiling/hsu
method: get
operationId: getLiveSoilingHsu
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/radiation_and_weather
method: get
operationId: getForecastRadiationAndWeather
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/rooftop_pv_power
method: get
operationId: getForecastRooftopPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/advanced_pv_power
method: get
operationId: getForecastAdvancedPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/soiling/kimber
method: get
operationId: getForecastSoilingKimber
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/soiling/hsu
method: get
operationId: getForecastSoilingHsu
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/forecast/aggregations
method: get
operationId: getForecastAggregations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/historic/radiation_and_weather
method: get
operationId: getHistoricRadiationAndWeather
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/historic/rooftop_pv_power
method: get
operationId: getHistoricRooftopPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/historic/advanced_pv_power
method: get
operationId: getHistoricAdvancedPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/historic/soiling/kimber
method: get
operationId: getHistoricSoilingKimber
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/historic/soiling/hsu
method: get
operationId: getHistoricSoilingHsu
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/tmy/radiation_and_weather
method: get
operationId: getTmyRadiationAndWeather
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/tmy/rooftop_pv_power
method: get
operationId: getTmyRooftopPvPower
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/live/aggregations
method: get
operationId: getLiveAggregations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /resources/pv_power_sites
method: get
operationId: listPvPowerSites
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /resources/pv_power_site
method: get
operationId: getPvPowerSite
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /resources/pv_power_site
method: post
operationId: createPvPowerSite
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources/pv_power_site
method: patch
operationId: patchPvPowerSite
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources/pv_power_site
method: put
operationId: updatePvPowerSite
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources/pv_power_site
method: delete
operationId: deletePvPowerSite
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required