API calls, and in fact for Workers for Platforms (different from regular Workers) that's the only wa
API calls, and in fact for Workers for Platforms (different from regular Workers) that's the only way to bind things to user workers.

<zone-name>/* Service: None*.<zone-name>/* Service: None*/* Service: <worker to route to>
mycustomer.com/* Service: my-worker-for-customerwrangler dispatch-namespace secret put <secret-name> (this is more inline with how pages is handling it)PUT https://api.cloudflare.com/client/v4/accounts/{account_id}/workers/dispatch/namespaces/{namespace}/scripts/{script_name}/secrets
Content-Type: application/json
X-Auth-Key: YOUR-API-KEY
{
"name": "DB_PASSWORD",
"text": "secretPassword123",
"type": "secret_text"
}