Enter the admin token (ADMIN_TOKEN secret). It is kept only in this tab, never stored server-side.
ADMIN_TOKEN
These override the wrangler.toml values at runtime — no redeploy needed. Set api_auth to keys to require an API key for the search API.
wrangler.toml
keys
Keys call the public search API programmatically. Full keys are shown once at creation and stored as hashes.
curl "https://sitesearch.justsadnyx.workers.dev/api/web?q=cats" \ -H "Authorization: Bearer sk_…"