THE WORKFLOWFrom localhost
From localhost
to revenue.
Building a monetization layer is a 100-hour engineering tax. We've distilled it into four high-impact steps so you can focus entirely on logic.
[01]
Relay Origin
Register your raw backend URL. We generate a globally distributed gateway that acts as a secure buffer between your origin and the public internet.
SSRF ProtectionRegional RoutingIP Shielding
Registry_Input
https://api.your-origin.com/v1
Provision_Relay
[02]
Configure Economics
Define your unit price. Whether it's $0.05 for database lookups or $2.00 for alpha alerts, you set the value. We handle the Stripe settlement automatically.
Stripe Connect NativeFlat 10% FeeMerchant of Record
Economic_Config
Unit_Price
$0.05
Requests
1,000
Stripe_Settlement_Active
[03]
Provision Keys
Issue secure keys to your customers via your dashboard. Each key is linked to a credit balance and can be revoked or rotated instantly at the edge.
AES-256 EncryptionInstant RevocationReal-time Auditing
Provision_Output
New_API_Key
rlb_live_7x9k_2f92_...
Revocation: EnabledAudit: Active
[04]
Enable Traffic
Update your client-side endpoints to point to the RelayBill proxy. Revenue settles in real-time as packets move through our global network.
Sub-15ms OverheadUsage AnalyticsCORS Native
Fetch_Implementation
const res = await fetch('https://relaybill.com/v1/relay/ID', {headers: { 'x-api-key': '...' }});
Traffic_Forwarding_Active
GET STARTEDReady to start?