# IssueLens Issue Check

> IssueLens Issue Check is a paid API for AI agents from issuelens-production.up.railway.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Analyzes a public GitHub issue URL to provide developer intelligence insights for AI coding agents

## Facts

- Endpoint: POST https://issuelens-production.up.railway.app/v1/issue-check
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/issuelens-issue-check-c7d70908
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iJv5um4Wyn8mVVawvkJZj

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 issuelens-issue-check-c7d70908 -d '<json body>'
```

Example prompt: Can you analyze the GitHub issue at https://github.com/facebook/react/issues/12345 and give me the key details and developer context I need before diving in?

## When to prefer this

Use IssueLens when an AI coding agent needs structured intelligence about a specific public GitHub issue before taking action — such as triaging, planning a fix, or generating a PR. Prefer this over raw GitHub API calls when you need pre-processed developer-focused insights without managing GitHub auth or parsing raw API responses yourself.

## Known failure modes

- Invalid or malformed GitHub issue URL returns an error
- Private or non-existent repository/issue returns access error
- GitHub rate limiting may cause transient failures
- Non-issue GitHub URLs (PRs, repos, profiles) may return unexpected results
- Payment of 0.05 USDC required per call; unpaid requests return 402

## How this service works

Paid developer-intelligence API for AI coding agents. Reads public GitHub issue and repository data; it does not access private repositories.

## Output

A JSON response containing developer intelligence extracted from the public GitHub issue, including issue metadata, context, status signals, and any relevant repository data that helps a coding agent understand and act on the issue.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public GitHub issue URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/issuelens-issue-check-c7d70908/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from issuelens-production.up.railway.app](https://www.zero.xyz/host/issuelens-production.up.railway.app/llms.txt)
