← Protocol index
Resource / 216
skippedUnnamed resource.
Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 20000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
1 recent
skipped 2026-08-12 22:00:01 UTC GET · accepts 0 · base 0 robots_disallow
Request headers
{
"accept": "*/*",
"user-agent": "Fetch402Bot/0.1 (+https://fetch402.com/crawler; contact: crawler@fetch402.com)"
}
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"days": 1,
"news_limit": 10
},
"type": "http"
}
OutputJSON
{
"example": {
"computed_at": "2026-05-14T08:00:00Z",
"news": [
{
"published_at": "2026-05-13T15:00:00Z",
"source": "Anthropic",
"title": "Anthropic announces Claude Opus 4.8",
"url": "https://anthropic.com/news/opus-4-8"
}
],
"ok": true,
"pricing": {
"changes": [
{
"delta_pct": -6.6667,
"field": "inputPrice",
"from": 15,
"model": "Claude Opus 4.7",
"provider": "anthropic",
"to": 14
}
],
"new_models": [
{
"input_per_1m": 3,
"model": "Sonnet 4.7",
"output_per_1m": 15,
"provider": "anthropic",
"tier": "mid"
}
],
"removed_models": []
},
"status": {
"currently_degraded": 1,
"currently_down": 0,
"currently_operational": 12,
"currently_unknown": 0,
"incidents": [
{
"duration_minutes": 90,
"provider": "openai",
"resolved_at": "2026-05-13T19:30:00Z",
"service": "API",
"severity": "minor",
"started_at": "2026-05-13T18:00:00Z",
"title": "Elevated latency for ChatGPT"
}
]
},
"summary": {
"incidents": 2,
"new_models": 1,
"news_articles": 10,
"removed_models": 0,
"total_pricing_changes": 3
},
"window": {
"days": 1,
"from": "2026-05-13",
"to": "2026-05-14"
}
},
"type": "json"
}