# IssueLens Issue Deep Analysis

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

Fetches and analyzes deep developer intelligence from a public GitHub issue, including context from the surrounding repository

## Facts

- Endpoint: POST https://issuelens-production.up.railway.app/v1/issue-deep
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/issuelens-issue-deep-analysis-33a30e31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tl07VLlZXj0WPUuphvr7F

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-deep-analysis-33a30e31 -d '<json body>'
```

Example prompt: Can you give me a deep analysis of this GitHub issue — https://github.com/vercel/next.js/issues/12345 — I want to understand what's going wrong, what the repo context is, and how complex a fix might be?

## When to prefer this

Choose IssueLens when an AI coding agent needs rich, structured intelligence about a GitHub issue beyond what a simple URL scrape provides — especially when understanding repository context, issue complexity, or discussion history matters for downstream decisions like triage, assignment, or automated fix generation.

## Known failure modes

- Invalid or malformed GitHub issue URL returns an error
- Private repository URLs are rejected since only public data is accessed
- Non-existent or deleted issues return a not-found error
- Rate limits or upstream GitHub API throttling may cause failures
- Malformed JSON input or missing required 'url' field returns a validation error

## 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 structured JSON response containing deep developer intelligence about the specified GitHub issue, including parsed issue content, repository context, discussion analysis, and potentially complexity signals or related code references.

## 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-deep-analysis-33a30e31/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)
