Add AnyAPI to Services (First-Party)#20
Open
kev1n wants to merge 1 commit into
Open
Conversation
AnyAPI is a live dual-rail data/scraping API gateway: 218 SKUs behind
one POST /v1/run/{sku} endpoint, billed per call in USD with no account
via MPP on Tempo and x402 on Base (USDC). Verified live: GET /openapi.json
returns 218 run paths, and an unauthenticated call returns HTTP 402 with
both a `WWW-Authenticate: Payment method="tempo"` MPP challenge and an
x402 `accepts` entry on Base mainnet USDC.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds AnyAPI (getanyapi.com) to Services > First-Party, alongside peer dual-rail data gateways like Surf.
Why it qualifies
AnyAPI is a live, first-party service with built-in MPP payment support. It is a unified marketplace for scraping/data APIs: reach hundreds of third-party data APIs through one key, pay per request in USD, schemas normalized with automatic failover. AI agents pay inline per call with no account via MPP (Tempo) or x402 (Base mainnet, USDC).
Verification (all checked live before opening this PR)
GET https://api.getanyapi.com/openapi.jsonreturns 200 with 218/v1/run/{sku}paths (info.title: AnyAPI).POST https://api.getanyapi.com/v1/run/ahrefs.overviewreturns HTTP 402 advertising both rails:WWW-Authenticate: Payment ... method="tempo", intent="charge", recipient0x754BD2A6799e766B1E2b9f1Ae7fBdC0CeD96ef13.acceptsentry onnetwork: base, asset USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, samepayTo.README.mdorregistry.json.Entry added to the bottom of the section per CONTRIBUTING.
registry.jsonis generated from the README byscripts/generate-registry.ts, so it is intentionally left for the maintainer's build step.🤖 Generated with Claude Code