Deterministic GitHub repository analysis for coding agents. Returns an AGENTS.md with build and test commands quoted from the repository's own manifests, each tagged with the file it came from, plus a directory map and entry points. No language model is used: every path is checked against the git tree and ambiguous areas are marked unverified rather than guessed, so the same commit always returns the same answer. Pay per call in USDC on Base, Polygon or Arbitrum - no account and no API key.
Pay from $0.01 to $0.02 per request in USDC on Arbitrum One / Base / Polygon, settled onchain via the x402 protocol, no signup, no API key needed.
listed 2026-08-03 · no on-chain settlement recorded yet
ASSESSMENT
updated 2h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 523ms
- avg response
- 523ms
- total checks
- 1
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.02 (p55 in Data)
- price (min)
- $0.01
- price (max)
- $0.02
- category percentile (min)
- p55 in Data
- category percentile (max)
- p43 in Data
- endpoints / prices
- 2 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 0d
- registrar
- GoDaddy.com, LLC
- hosting
- custom
- domain created
- 2026-08-02
Identity facts, not a risk score.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:137, eip155:8453
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- $0
- max settlement 30d
- $0
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedDeterministic GitHub repository analysis and AGENTS.md generation
- category
- github-analysis
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /agents-md | $0.02 | Arbitrum One/Base/Polygon | USDC | |
| GET | /scan | $0.01 | Arbitrum One/Base/Polygon | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /agents-md returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://verdoc.dev/agents-md'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "20000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 60
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "20000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://verdoc.dev/agents-md",
"tags": [
"agents-md",
"github",
"coding-agents",
"repository-context",
"codebase-onboarding",
"documentation",
"developer-tools"
],
"mimeType": "application/json",
"description": "An agent opening a repository it has never seen must read it before it can work in it, which costs tens of thousands of tokens. This returns that context for $0.02: an AGENTS.md with build and test commands quoted from the repository's own manifests, each tagged with the file it came from, plus a directory map, entry points and edit boundaries. No language model - every path is checked against the git tree and anything ambiguous is marked unverified rather than guessed.",
"serviceName": "Verdoc"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"repo": "sindresorhus/got"
}
},
"output": {
"type": "json",
"example": {
"url": "https://github.com/sindresorhus/got",
"repo": "sindresorhus/got",
"agents_md": "# AGENTS.md\n\n## Commands\n\n- test: `npm run test` (package.json:scripts)\n\n## Layout\n\n- `source/` - implementation\n- `test/` - ava tests\n",
"provenance": {
"commands": [
{
"raw": "xo && tsc --noEmit && ava",
"task": "test",
"source": "package.json:scripts",
"command": "npm run test"
}
],
"manifests": [
"package.json"
],
"file_count": 127,
"phantom_paths": []
},
"generated_at": "2026-08-02T16:14:30.731Z",
"default_branch": "main",
"analyzer_version": "1.1.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"repo": {
"type": "string",
"description": "Public GitHub repository as owner/name or a github.com URL. Private repositories are rejected. Repositories with more than 20,000 tracked files are rejected too: GitHub truncates the git tree above that, and every claim this service makes depends on having the COMPLETE tree. Very large monorepos (e.g. rust-lang/rust) are therefore out of scope."
},
"format": {
"enum": [
"json",
"markdown"
],
"type": "string",
"default": "json",
"description": "Response format. Omit or pass 'json' for the document plus its provenance. Pass 'markdown' to get the raw AGENTS.md file as text/markdown, ready to write to disk unchanged."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "10000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 60
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0A801E236fbc1a95a35ab8E946837320DDCE9d69",
"amount": "10000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://verdoc.dev/scan",
"tags": [
"github",
"repository-analysis",
"code-intelligence",
"static-analysis",
"codebase-onboarding",
"developer-tools"
],
"mimeType": "application/json",
"description": "Deterministic facts about a public GitHub repository, for an agent deciding how to work in one it has never seen: toolchain commands with the manifest each was quoted from, directory layout, language split, CI and test presence, a 0-100 documentation-health score, and phantom_paths - paths the README cites that do not exist in the git tree. No language model is used, so the same commit always returns the same answer.",
"serviceName": "Verdoc"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"repo": "sindresorhus/got"
}
},
"output": {
"type": "json",
"example": {
"ci": {
"other": [],
"present": true,
"workflows": [
".github/workflows/main.yml"
]
},
"url": "https://github.com/sindresorhus/got",
"docs": {
"readme": {
"path": "readme.md",
"bytes": 24233,
"present": true
}
},
"repo": "sindresorhus/got",
"tests": {
"count": 54,
"present": true
},
"license": "MIT",
"languages": {
"TypeScript": 100
},
"manifests": [
"package.json"
],
"structure": {
"truncated": false,
"file_count": 127,
"top_level_dirs": [
".github",
"documentation",
"source",
"test"
]
},
"toolchain": {
"commands": [
{
"raw": "xo && tsc --noEmit && ava",
"task": "test",
"source": "package.json:scripts",
"command": "npm run test"
}
]
},
"doc_health": {
"max": 100,
"score": 90,
"passed": [
"readme_present",
"covers_install",
"tests"
]
},
"analyzed_at": "2026-08-02T16:14:30.731Z",
"has_agents_md": false,
"phantom_paths": [],
"default_branch": "main",
"analyzer_version": "1.1.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"repo"
],
"properties": {
"repo": {
"type": "string",
"description": "Public GitHub repository as owner/name or a github.com URL. Private repositories are rejected. Repositories with more than 20,000 tracked files are rejected too: GitHub truncates the git tree above that, and every claim this service makes depends on having the COMPLETE tree. Very large monorepos (e.g. rust-lang/rust) are therefore out of scope."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/verdoc/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 2 endpoints. Use the selector to isolate one.
COMPLIANCE
14/14 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (7) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/verdoc?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/verdoc.svg" alt="Verdoc listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/verdoc?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/verdoc?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/verdoc.svg?data=uptime" alt="Verdoc uptime on x402-list" height="28"> </a>