# clonecho.builda.company GitHub Releases

> clonecho.builda.company GitHub Releases is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns recent GitHub releases for a given repository, including tag name, publish date, author, and prerelease flag as release-cadence signal data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/github-releases
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-builda-company-github-releases-d126a138
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kBi7DOsI9EhkXXT-el0gk

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 clonecho-builda-company-github-releases-d126a138 -d '<json body>'
```

Example prompt: Can you pull the recent GitHub releases for the repo 'vercel/next.js' and tell me the latest tag, when it was published, who authored it, and whether any are prereleases?

## When to prefer this

Use this endpoint when you need structured release metadata (tags, dates, authors, prerelease flags) for a GitHub repository and want to assess its release cadence without directly accessing the GitHub API. Ideal for agents monitoring open source project activity or comparing software maturity.

## Known failure modes

- Invalid or non-existent repo slug returns an error or empty result
- Missing ?repo= parameter causes a bad request response
- Private repositories may return no data or an access error
- Rate limiting or upstream GitHub API unavailability could cause failures
- Malformed owner/name format returns an error

## How this service works

Recent GitHub releases for a repo (?repo=owner/name) with tag, publish date, author, prerelease flag — release-cadence signal. Returns JSON.

## Output

A JSON array of recent GitHub releases for the specified repository, each containing the release tag name, publish date, author username, and a boolean prerelease flag, providing a signal of the project's release cadence.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-github-releases-d126a138/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
