# unzip the agent software you download from our portal
unzip API_PROTECT_CLOUDFLARE_WORKERS.zip
# review README and code examples in ./examples to add our code to your worker
# update your wrangler.toml by setting DATA_THEOREM_SERVICE_URL to your deployed agent's url
# following these instructions for secrets to set the value of `DT_API_PROTECT_CLIENT` from the value in `.dt_client_id`
# https://developers.cloudflare.com/workers/platform/environment-variables#secrets-on-deployed-workers
# deploy your updated worker
wrangler publish |