x402base-sepoliaquality 0.40

GitHub integration agent on Questflow, payable via x402 with USDC on Base Sepolia.

Price
0.1 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint exposes a Questflow-hosted AI agent that connects GitHub functionality into web2 and web3 workflows. It is accessible via the x402 payment protocol, accepting USDC payments on the Base Sepolia testnet. Callers send a POST request with a JSON body containing an "input" string (a natural-language message to the agent) and receive a text "response" from the agent.

The agent is part of the Questflow platform, which builds autonomous AI agents ("Clones") that operate across onchain markets and developer tooling. The x402 challenge confirms the endpoint is live, requiring an X-PAYMENT header with payment routed to a specific address. The maximum payment per call is 100,000 units of USDC (likely 0.10 USDC given 6 decimals) with a timeout of 1,200 seconds.

Documentation is sparse — there is no OpenAPI spec, no dedicated docs page, and the crawled site focuses on Questflow's consumer-facing AI Clone product rather than this specific GitHub agent. The exact GitHub operations supported (e.g., creating issues, managing PRs, reading repos) are not documented in the available material, so callers should experiment with natural-language instructions and inspect responses.

Capabilities

x402-paymentgithub-integrationnatural-language-agentbase-sepolia-usdcquestflow-agentpost-json-api

Use cases

  • Automating GitHub operations (issues, PRs, repos) via natural-language commands
  • Integrating GitHub actions into onchain or web3 workflows
  • Agent-to-agent GitHub interactions paid per-call with USDC

Fit

Best for

  • Developers wanting natural-language GitHub automation behind a pay-per-call model
  • Web3 projects needing GitHub integration in autonomous agent pipelines
  • Experimenting with x402 payment protocol on Base Sepolia testnet

Not for

  • Production workloads requiring mainnet payments (this uses Base Sepolia testnet)
  • Users needing detailed, documented GitHub API coverage — capabilities are unspecified

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/agent/qrn:agent:6823047dd973977d61d66e5f \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"input": "List open issues in my repository"}'

Example

Request

{
  "input": "List open issues in my repository"
}

Response

{
  "response": "Here are the open issues in your repository: ..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x5F8700B3987916952329133ae761d6be03656ed1
CurrencyUSDC

Quality

0.40/ 1.00

The x402 challenge is live and provides an outputSchema with input/output fields, but there is no OpenAPI spec, no dedicated documentation, and the specific GitHub capabilities of this agent are entirely undocumented. The endpoint runs on a testnet (Base Sepolia), suggesting it may be a development/staging deployment.

Warnings

  • No OpenAPI or dedicated documentation available for this agent endpoint.
  • Payment is on Base Sepolia (testnet), not mainnet — this may be a dev/staging deployment.
  • Exact GitHub operations supported are unknown; the description is generic marketing copy.
  • The example response is fabricated for illustration — actual agent responses are undocumented.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:17:31Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access