Skip to content

feat(T5): xgate.run listing + OpenAPI spec + agent docs#17

Open
openpango wants to merge 3 commits intolangoustine69:mainfrom
openpango:feat/t5-xgate-listing
Open

feat(T5): xgate.run listing + OpenAPI spec + agent docs#17
openpango wants to merge 3 commits intolangoustine69:mainfrom
openpango:feat/t5-xgate-listing

Conversation

@openpango
Copy link
Contributor

Summary

Agent-facing documentation and API spec for xgate.run submission.

Deliverables

  • openapi.json — OpenAPI 3.1 spec with x402 security scheme, all 4 endpoints
  • docs/AGENT_GUIDE.md — x402 payment flow, response format, error codes
  • docs/PRICING.md — Per-query costs, monthly estimates, competitor comparison
  • README.md — Badges (CI, Base, x402) + doc links

xgate.run Listing Details

  • Name: Queryx
  • Description: Agent-native web search API. Pay per query in USDC via x402.
  • Tags: search, web, research, x402, base
  • Endpoint: https://queryx.run
  • Pricing: from $0.001/query

Closes #5

- Zod v4 schemas for all endpoints (request/response/error/health)
- Search orchestration layer (brave → rank → synthesize → cache)
- Routes: GET /v1/search, GET /v1/search/news, POST /v1/search/deep
- Health endpoint: GET /health (free)
- Agent setup with Lucid SDK + x402 payment middleware (Base USDC)
- Pricing: $0.001/search, $0.005/deep
- 60 tests passing (contract + logic + integration + freshness)
- .env.example with all required vars

Closes langoustine69#1
- Dockerfile with Bun runtime + health check
- railway.json with auto-restart policy
- .env.example with full documentation
- DEPLOY.md step-by-step guide
- Post-deploy smoke test script
- CI workflow provided in PR description (needs workflow scope to push)

Closes langoustine69#4
- OpenAPI 3.1 spec with x402 security scheme, all endpoints documented
- Agent guide: x402 payment flow, response format, error handling
- Pricing doc: per-query costs, monthly estimates, competitor comparison
- README: badges (CI, Base, x402), documentation links

Closes langoustine69#5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[T5] xgate.run listing + OpenAPI spec + agent docs

1 participant