AI agents spend money.
Dreamline controls how.

Policy enforcement, on-chain blacklists, and cryptographic authorization — before any payment executes.

Get API key in 30s →View on GitHub
LIVE POLICY TEST
POST /proxy/pay
{ dest: "api.coingecko.com", amount: $0.01 }
LIVE SIMULATION
Initializing...

3 lines. Total protection.

01
Register
Sign in with GitHub. API key generated automatically.
02
Route payments
Call /proxy/pay before every payment. <100ms response.
03
On-chain proof
EIP-712 signature on every approval. Blocks verified on BNB Chain.
import requests

response = requests.post(
    "https://dreamline-backend.onrender.com/proxy/pay",
    headers={"X-Dreamline-Key": "dlk_your_key"},
    json={"amount_usd": 0.01, "destination": "api.coingecko.com",
          "task_description": "Fetch BTC price"}
)
if response.json()["approved"]:
    print("✓ Payment authorized:", response.json()["transaction_id"])
else:
    print("✗ Blocked:", response.json()["block_reason"])

Your agents.
Under control.

Sign in with GitHub. First protection in 30 seconds.

Get API Key — Free →