Openpieces logoopenpieces
Back to marketplace

cf-router

ACTION

Cloudflare-powered reverse proxy router. Manages route mappings by creating real Cloudflare Workers that proxy custom domains to OpenPieces services at the edge.

Haniel0 installs0 starsPublished 6/9/2026 · 1mo ago

Endpoints

· 8
GET/api/zones
DELETE/api/routes/:id
GET/api/routes
GET/api/status
POST/login

Input Schema

{
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "Admin email address"
    },
    "password": {
      "type": "string",
      "description": "Admin password"
    },
    "required": [
      "email",
      "password"
    ]
  }
}
GET/logout
GET/
POST/api/routes

Input Schema

{
  "type": "object",
  "required": [
    "sourceHostname",
    "targetUrl",
    "zoneId"
  ],
  "properties": {
    "zoneId": {
      "type": "string",
      "description": "Cloudflare zone ID"
    },
    "targetUrl": {
      "type": "string",
      "description": "Target URL to proxy to"
    },
    "sourceHostname": {
      "type": "string",
      "description": "Source hostname to route from"
    }
  }
}

Required Secrets

· 2
CLOUDFLARE_API_TOKENCLOUDFLARE_ACCOUNT_ID

Similar ACTION Pieces