How It Works
- Transparent Proxy: Requests pass through Nevermined’s proxy, which validates access tokens and credit balances before forwarding to your asset.
- Payment Plans: Offer subscriptions or credit-based plans priced in stablecoins or fiat.
- Fine-Grained Access: Control access per resource, route, or method; enforce rate limits and usage caps.
Benefits
- Minimal changes: Keep your existing storage/API; add a proxy in front.
- Secure access: Bearer-token validation and metered usage.
- Flexible payments: Stablecoin and fiat support with configurable pricing.
- Operational clarity: Audit logs and usage metrics per resource.
Implementation Steps
- Model your Resource as an Agent: Register a resource-representing agent with endpoints/paths.
- Create a Payment Plan: Choose subscription or credits and set pricing.
- Enable the HTTP Proxy: Configure the proxy to protect your resource and validate incoming requests.
- Publish & Monitor: Make the resource available; track usage and revenue in the App.
Learn More
- Development Guide: Register Plans & Agents