key0
Payment-gated API access with on-chain USDC settlement
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install key0?โผ
Run `npx skills add key0ai/key0 --all -g -y` in your terminal to install all skills in this repository globally.
How to charge for API access with crypto?โผ
key0 lets you define paid plans or per-request routes, then verifies USDC payments on Base before issuing a token or returning the response.
Does key0 prevent double-spending of payments?โผ
Yes. It uses atomic state transitions and a seen-transaction store so one on-chain payment can never unlock two resources.
Can I run key0 without changing my app code?โผ
Yes. The standalone Docker mode proxies requests to your existing backend, so you only configure environment variables.
What happens if delivery fails after payment?โผ
key0 detects paid-but-undelivered challenges and can automatically refund the payer on-chain.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core