01 / Apply
Submit your node
Provide a stable HTTPS endpoint, capabilities, explicit indexing authorization, and a k-anonymity level of at least 15.
Developer API guide · 2026.08.20-COMPLIANT
This guide is for external developers, data engineering teams, and autonomous software networks connecting to the WorxAI x402 payment gateway. Approved endpoints are indexed in the core directory so compliance-vetted clients can route paid synthetic transactions through the WorxAI non-custodial gateway layer.
Gateway address
https://worxai.tech
Registry contact
russellrules89@gmail.com
01 / Apply
Provide a stable HTTPS endpoint, capabilities, explicit indexing authorization, and a k-anonymity level of at least 15.
02 / Review
WorxAI validates endpoint security, modality metadata, privacy claims, and provider attribution before activation.
03 / Route
Opted-in providers receive signed, non-custodial routing packets. Settlement status is reported only after verification.
https://api.worxai.tech/api/index?q=financialSearch assets and opted-in providers in the core directory.
https://api.worxai.tech/api/v1/catalogList native datasets, schemas, pricing, and quality signals.
https://api.worxai.tech/api/v1/routeCreate a signed, non-custodial routing packet.
https://api.worxai.tech/api/mcpDiscover agent tools and capabilities.
https://api.worxai.tech/api/v1/data/:dataset/downloadReceive a base64 payment-required challenge, settle, and retry with a signed payment.
69 public routes · see /api/openapi.json
Every non-admin route this gateway exposes, grouped by area. This table, the OpenAPI document, and the agent-discovery manifests (worx.json, edge.json) are generated from the same registry, so they never drift out of sync.
/.well-known/worx.jsonWorx agent-discovery manifest describing the gateway, pricing, and dataset catalog.
/.well-known/mcp.jsonMCP server descriptor for agent tool discovery.
/.well-known/ai-plugin.jsonLegacy ChatGPT-plugin style manifest.
/.well-known/ai-gateway.jsonAI Gateway-flavored discovery manifest.
/.well-known/edge.jsonEdge/agent discovery manifest listing every public API route.
/.well-known/gatekeeperGatekeeper capability probe.
/.well-known/gp.jsonGeneral Protocol (GP) agent-discovery manifest — escrow terms, contract address, and endpoints.
/api/openapi.jsonFull OpenAPI 3 specification for the public API surface.
/api/schemaJSON schema describing dataset record shapes.
/api/gp/v1/quoteEscrow terms and fee quote for a given amount, before signing anything.
/api/gp/v1/escrow/openPull a signed payment authorization into escrow (funds held, not paid out).
/api/gp/v1/escrow/attestSeller attests delivery, opening the dispute window.
/api/gp/v1/escrow/disputePayer disputes an attested delivery inside the dispute window.
/api/gp/v1/escrow/releasePermissionlessly release escrowed funds to the seller once the dispute window has passed.
/api/gp/v1/escrow/refundPayer reclaims a full, fee-free refund if the seller never attested delivery.
/api/gp/v1/escrow/statusRead an escrow's current on-chain state.
/api/gp/v1/supportedMachine-discoverable GP capability document.
/api/gatewayPrimary gateway entrypoint for payment-gated requests.
/api/gateway/statusGateway operational status.
/api/gateway/healthGateway health check.
/api/gateway/capabilitiesDeclared gateway capabilities.
/api/gateway/discoveryGateway discovery metadata for agents.
/api/gateway/validateValidates gateway configuration/connectivity.
/api/gateway/feesCurrent protocol fee schedule.
/api/gateway/quotePrice quote for a dataset request.
/api/gateway/intentsSubmit a purchase intent.
/api/gateway/receiptsLook up a payment receipt.
/api/gateway/providersList registered data providers.
/api/gateway/providers/submitSubmit a new data provider for review.
/api/gateway/payments/verifyVerify an x402 payment.
/api/gateway/payments/settleSettle a verified x402 payment.
/api/gateway/x402/verifyx402 protocol payment verification.
/api/gateway/x402/settlex402 protocol payment settlement.
/api/gateway/x402/relayRelay an x402 payment to the facilitator.
/api/facilitator/supportedSupported x402 schemes and networks.
/api/facilitator/verifyFacilitator-side payment verification.
/api/facilitator/settleFacilitator-side payment settlement.
/api/payment/verifyStandalone payment verification endpoint.
/api/quoteGeneral-purpose price quote endpoint.
/api/v1/catalogPublic catalog of pre-built dataset categories.
/api/v1/generator/catalogCatalog of the schema-driven synthetic dataset generator.
/api/v1/generator/previewFree live preview for any dataset category, including custom ones.
/api/v1/data/[dataset]Fetch or request a specific dataset by id.
/api/v1/data/[dataset]/downloadDownload a purchased dataset.
/api/v1/routeRoute a data request to the appropriate provider.
/api/v2/procureProcure a dataset end-to-end (quote + payment + delivery).
/api/datasets/downloadInitiate a dataset download after payment.
/api/datasets/fileStream the purchased CSV file for any category, generated on demand.
/api/x402/v2/datasetsx402 v2 dataset listing.
/api/x402/v2/datasets/detailx402 v2 payment-gated dataset detail + delivery.
/api/x402/v2/analyticsAggregate marketplace analytics.
/api/x402/v2/ledgerPublic transaction ledger.
/api/ledgerGeneral ledger of settled payments.
/api/credit/statusCredit balance / usage status.
/api/analytics/trackTrack a custom analytics event.
/api/analytics/visitRecord a page visit.
/api/behavioralBehavioral signal feed.
/api/wallet/assetsFetch wallet asset balances.
/api/wallet/pricesFetch live asset prices for a wallet.
/api/mcpMCP server endpoint for tool-calling agents.
/api/indexProvider/dataset index lookup and submission.
/api/index/registerRegister a new entry in the provider index.
/api/index/applyApply to be listed in the provider index.
/api/legal/acceptRecord acceptance of the platform agreement.
/api/announcements/feedPublic cacheable x402 catalog and discovery announcement feed.
/api/announcements/currentFetch the current active announcement.
/api/announcements/receiptsAcknowledge receipt of an announcement.
/api/healthOverall platform health check.
/api/auth/[...all]Better Auth session/authentication handler.
Gateway strategy
WorxAI earns a primary routing position through open standards, measurable performance, and transparent provider choice. It never intercepts traffic or overrides a node's own endpoint.
01 / Registry
Publish stable manifests, OpenAPI contracts, MCP metadata, and attribution so clients can integrate without hidden defaults.
02 / Efficiency
Offer predictable latency, transparent capped fees, and verified settlement status so agents can compare routes on evidence.
03 / Trust
Give teams one auditable interface for opt-in providers, privacy metadata, rate limits, and non-custodial delivery.
Runtime observability
Observed events
—
Settled
—
Status
Not loaded
MCP adapter
The repository includes a minimal newline-delimited JSON adapter blueprint targeting the public WorxAI MCP endpoint. It supports initialize and tools/list discovery without storing credentials.
WORXAI_GATEWAY_URL=https://api.worxai.tech node scripts/worxai-mcp-adapter.mjsSettlement boundary
Routing packets remain opt-in and auditable. Payment status is never marked complete until the selected on-chain x402 settlement is independently verified.
curl -X POST https://api.worxai.tech/api/v1/route \
-H 'content-type: application/json' \
-d '{"clientId":"agent-1","targetNodeId":"worxai","modality":"financial_ledger","tokenVolume":50000,"settlementRail":"base-usdc"}'