feat: add satring (multi-protocol payment api service directory)#431
Open
toadlyBroodle wants to merge 3 commits intotempoxyz:mainfrom
Open
feat: add satring (multi-protocol payment api service directory)#431toadlyBroodle wants to merge 3 commits intotempoxyz:mainfrom
toadlyBroodle wants to merge 3 commits intotempoxyz:mainfrom
Conversation
|
@toadlyBroodle is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Thanks for submitting a service to the MPP directory! Before we review, please make sure you've completed these steps: Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. 📖 Contributing guide · 🔍 MPPScan · 📄 Protocol docs |
Satring is a curated, health-monitored paid API directory for AI agents. First service in the registry using the Lightning payment method. - Adds LIGHTNING_PAYMENT constant (method: "lightning", currency: "sat") - 11 endpoints: 5 free, 6 paid (10-5000 sats) - Accepts payments via MPP Lightning (Payment HTTP auth scheme)
dcb0beb to
b56c35b
Compare
Author
|
update: rebased onto |
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.
Summary
Adds satring.com (source) to the MPP service directory.
Satring is a curated, health-monitored paid API directory for AI agents. First service in the registry using the Lightning payment method (
method: "lightning",currency: "sat").curl -i https://satring.com/api/v1/analyticsx-payment-info:https://satring.com/openapi.jsonChanges
schemas/services.ts: addsLIGHTNING_PAYMENTconstant andsatringservice entryschemas/discovery.json: regeneratedpublic/services/llms.txt: regeneratedpublic/icons/satring.svg: vectorized logo (lightning bolt + chain ring)Checklist
schemas/services.tsnode scripts/generate-discovery.tsrun,discovery.jsoncommittednode scripts/gen-icons.cjsrun, custom icon committedpnpm check:typespnpm build