Workers Service Configuration Details | Generated by AI

Home 2026.06

This is a Cloudflare Workers service (not Pages — despite the breadcrumb, the URL path is /workers/services/). It’s sec-edgar-gpt, deployed from your GitHub repo. Here’s what each section means:

Variables and secrets

Runtime config injected into your Worker. Variables are plaintext (e.g. API_BASE_URL), secrets are encrypted and write-only (e.g. OPENAI_API_KEY, SEC EDGAR auth). Accessed via env.MY_VAR in your handler. Currently none defined.

Trigger events

How the Worker gets invoked beyond HTTP:

Observability

Debugging telemetry, all currently disabled:

You’d want to flip Logs on for a GPT-backed service — cheap and useful for debugging API failures.

Runtime

Build

CI/CD from Git:

General

Name and the delete button (irreversible — wipes versions, deployments, config).


Pages vs Workers note: The header says “Workers & Pages” because they were unified. Real Pages projects center on static-asset builds with a _worker.js or Functions directory and have a “Build output directory” setting. Yours is a pure Worker — wrangler deploy, compatibility flags, cron triggers — so treat it as a Worker. The nodejs_compat flag is the one thing worth checking if you’re pulling SEC filings and need Node streams/buffers.


Back Donate