CLI for Agents

CLI Tunnel Pricing

Pay per tunnel using pathUSD stablecoins via MPP on Tempo mainnet. No subscription required.

ModeTTLPrice
ForegroundWhile terminal is open$0.01
Daemon1 minute$0.01
Daemon1 hour (default)$0.01
Daemon4 hours$0.03
Daemon12 hours$0.05
Daemon24 hours$0.08

Pricing API Endpoint

Get current pricing for all tunnel types programmatically.

GET/api/agent/pricing
json
{
  "tunnel": {
    "description": "Expose a local port to the internet.",
    "foreground": {
      "price": "0.01",
      "description": "One-time charge, alive while terminal is open"
    },
    "daemon": {
      "description": "Background tunnel with TTL, auto-expires",
      "options": {
        "1m": "0.01",
        "1h": "0.01",
        "4h": "0.03",
        "12h": "0.05",
        "24h": "0.08"
      }
    }
  },
  "webhook": {
    "description": "Capture incoming HTTP requests without a local server. Same pricing as tunnels.",
    "foreground": {
      "price": "0.01",
      "description": "One-time charge, alive while terminal is open"
    },
    "daemon": {
      "description": "Background webhook with TTL, auto-expires",
      "options": {
        "1m": "0.01",
        "1h": "0.01",
        "4h": "0.03",
        "12h": "0.05",
        "24h": "0.08"
      }
    }
  }
}
All API endpoints are on https://otterkit.app. The base URL for tunnel public URLs is https://<subdomain>.otterkit.app.