feat: add satring (multi-protocol payment api service directory)#431
feat: add satring (multi-protocol payment api service directory)#431toadlyBroodle wants to merge 3 commits intotempoxyz:mainfrom
Conversation
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)
|
@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 |
|
Note: satring is the first service in the registry using the During integration we noticed the |
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