# x402.forgemesh.io Space Weather Briefing

> x402.forgemesh.io Space Weather Briefing is a paid API for AI agents from x402.forgemesh.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a consolidated digest of all current space-weather notifications — solar flares, CMEs, geomagnetic storms, radiation-belt enhancements, and interplanetary shocks — covering the past seven days.

## Facts

- Endpoint: POST https://x402.forgemesh.io/space-weather-briefing
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-forgemesh-io-space-weather-briefing-c50b9a7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P2p7jXTpJt6op92piCEcJ

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 x402-forgemesh-io-space-weather-briefing-c50b9a7f -d '<json body>'
```

Example prompt: Give me a full space weather briefing covering the last seven days — I need to know about any solar flares, geomagnetic storms, CMEs, radiation-belt events, and interplanetary shocks, including their report IDs and when they were issued.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-event space weather overview rather than a single event type. It is preferable over flares-only feeds when the agent needs to assess all hazards affecting GPS, HF communications, and satellite operations simultaneously. Ideal for automated space-weather situational awareness, daily briefings, or pre-operation checks for any system sensitive to solar activity.

## Known failure modes

- No events returned if no elevated space weather activity occurred in the past seven days
- Service unavailable if upstream NOAA/SWPC data feed is down
- Payment failure if USDC balance is insufficient or x402 protocol negotiation fails
- Timeout if the digest aggregation takes longer than expected

## How this service works

Consolidated space-weather notifications digest: solar flares, coronal mass ejections, geomagnetic storms, radiation-belt enhancements and interplanetary shocks, each with an official report ID, issue time, and full message text. Broader than a flares-only feed — one call briefs an agent on all current solar activity affecting GPS, HF comms, and satellite operations. Covers the most recent seven days.

## Output

A structured digest of all space-weather notifications from the past seven days, including solar flares, coronal mass ejections, geomagnetic storms, radiation-belt enhancements, and interplanetary shocks — each with an official report ID, issue timestamp, and full message text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "messageID": "20260715-7D-001",
    "messageURL": "https://kauai.ccmc.gsfc.nasa.gov/DONKI/view/Alert/47605/1",
    "messageBody": "Weekly Space Weather Summary Report for July 08, 2026 - July 14, 2026...",
    "messageType": "Report",
    "messageIssueTime": "2026-07-15T21:11Z"
   }
  ],
  "attribution": "NASA DONKI (public domain)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-forgemesh-io-space-weather-briefing-c50b9a7f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.forgemesh.io](https://www.zero.xyz/host/x402.forgemesh.io/llms.txt)
