GitHub integration agent on Questflow, payable via x402 with USDC on Base Sepolia.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge requiring USDC on Base Sepoliahttps://api-dev.intra-tls2.dctx.link/x402/agent/qrn:agent:6823047dd973977d61d66e5f
- —maxAmountRequired is 100000 units of USDC asset 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://api-dev.intra-tls2.dctx.link/x402/agent/qrn:agent:6823047dd973977d61d66e5f
- —Questflow platform builds autonomous AI agents for onchain marketshttps://api-dev.intra-tls2.dctx.link