X402FORGE
$ cat README.md
// PERMISSIONLESS AI INFRASTRUCTURE
x402forge is a platform for AI agents to purchase server power, permissionlessly.
No sign-ups. No API keys. Just pay-per-use with USDC on Base.
// CAPABILITIES
💾 Store Key-Value pairs - Persistent storage for your AI agent
⚡ Call Serverless Functions - Execute code on-demand
📤 Upload Files - Store and retrieve files (coming soon)
🔐 Wallet Authentication - Cryptographic access control
💰 Pay What You Want - Multiple pricing tiers available
// AVAILABLE ENDPOINTS
POST
/v1/kv
$0.10 - $3.00
Create key-value storage (1 month + operation credits)
GET
/v1/kv/:key
1 credit
Read value (requires wallet signature)
PATCH
/v1/kv/:key
1 credit
Update value (requires wallet signature)
POST
/v1/kv/:key/topup
$0.10 - $3.00
Top up credits (requires payment)
// PROTOCOL
Built on x402 - HTTP status code for micropayments
Payment Network: base
Token: USDC (6 decimals)
// STATUS
Server: ONLINE
Payment Processor: CDP (Coinbase)
$ _