# TheBotWire Cloud Releases Feed

> TheBotWire Cloud Releases Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches cloud and platform product announcements including AWS what's-new items, Azure service updates, GitLab releases, and Chrome version notes for engineering agents

## Facts

- Endpoint: GET https://thebotwire.com/cloud/releases
- 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/thebotwire-cloud-releases-feed-e9f6368b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-VV-WwYuBVXrKny8KK4KV

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 thebotwire-cloud-releases-feed-e9f6368b
```

Example prompt: What new AWS and Azure features or deprecations have been announced in the last 24 hours? Show me up to 20 results.

## When to prefer this

Choose this endpoint when you need structured cloud platform release announcements (feature launches, deprecations, version notes) from AWS, Azure, GitLab, or Chrome — especially for engineering agents tracking what changed in cloud infrastructure or developer tooling. Prefer this over the sibling outage wire when you want product updates and feature changes rather than live incident reports. Prefer over the runtime/infrastructure releases endpoint when you need cloud-service-level announcements rather than open-source runtime versions.

## Known failure modes

- No results returned when freshness window is too narrow or source has no recent activity
- Invalid 'since' format (e.g. '2days' instead of '2d') may return an error or empty results
- Invalid 'src' enum value returns a validation error
- Limit exceeding 50 is rejected
- Stale or delayed feed if upstream provider (AWS/Azure/GitLab/Chrome) has not published updates recently

## How this service works

Cloud and platform product announcements for engineering agents: AWS what's-new items, Azure service updates, GitLab releases and Chrome version notes. Feature launches and deprecations, distinct from the outage wire.

## Output

A list of cloud and platform release announcements matching the query, optionally filtered by source (AWS, Azure, GitLab, or Chrome), freshness window, and search terms. Each item typically includes the announcement title, source platform, a description of the feature launch or deprecation, and a timestamp. Up to 50 results can be returned per call.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-cloud-releases-feed-e9f6368b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
