# SYNTHORA GitHub Latest Release

> SYNTHORA GitHub Latest Release is a paid API for AI agents from github-latest-release.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the latest published GitHub release metadata (tag, name, date, changelog, asset URLs) for any public repository via a keyless proxy.

## Facts

- Endpoint: POST https://github-latest-release.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-github-latest-release-ed52c31b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e6KXGeDv3Ug9-xHi2cQVY

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 synthora-github-latest-release-ed52c31b -d '<json body>'
```

Example prompt: What is the latest release of the facebook/react GitHub repo — give me the tag, publish date, and a summary of the changelog.

## When to prefer this

Choose this endpoint when you need lightweight, keyless access to GitHub release metadata without managing your own GitHub API tokens. Ideal for autonomous agents that need to poll release status, detect version changes, or retrieve asset URLs on a per-call basis without credential management overhead. Prefer over direct GitHub API calls when operating in environments without pre-configured auth tokens.

## Known failure modes

- Repository not found — returns an error if owner/repo combination does not exist or is private
- No releases published — returns empty or null result if the repo has no published releases
- GitHub API rate limiting — underlying api.github.com may throttle requests
- Invalid input — missing owner or repo field causes a validation error
- Network timeout — upstream GitHub API may be slow or temporarily unavailable

## How this service works

Returns the latest published release for any public repo from keyless api.github.com: tag, name, publish date, changelog body, and downloadable asset URLs. Lets autonomous agents detect new upstream versions, drive update automation, and feed agent-to-agent release-monitoring. Ranking surface for staleness and update urgency. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing ok status, and a result with the latest release's tag name, release name, publication date, markdown changelog body, and an array of downloadable asset URLs for the specified repository.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "repo": {
   "type": "string",
   "description": "repo"
  },
  "owner": {
   "type": "string",
   "description": "owner"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "github-latest-release",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-github-latest-release-ed52c31b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from github-latest-release.hergertsynthora.com](https://www.zero.xyz/host/github-latest-release.hergertsynthora.com/llms.txt)
