Set the API base to your running wrangler dev URL (defaults to https://api.gsandu.com).
Paste your ADMIN_TOKEN in the box (sent as X-ADMIN-TOKEN) or click Login (JWT) to
exchange the same password for a 1-hour bearer token. Tokens are stored in localStorage only.
The Cloudflare API token is stored as a Worker secret, never in the UI. To rotate:
cd platform/workers/api wrangler secret put CLOUDFLARE_API_TOKEN
Paste the new token when prompted, then re-run provisioning. Scopes required (restricted to your zone):
Custom Hostnames:Edit, SSL and Certificates:Edit, Zone:Read.
Docs: create a token.
Always revoke the old token in the Cloudflare dashboard after rotating.