RW
AUTOMATION CONTROL SYSTEM
Sandbox Registry & Configuration Console — Ref: ACS/SBX/2026/001
OPERATOR: sandbox.operator--
ENV: SANDBOX — TEST TOKENS ONLYCLASS: RESTRICTED
Home / Dashboard
Backend: not linked|Form ACS-01

01 — Dashboard

Summary of registered flows and ledger status.
IndicatorValueRemarks
Registered flows4FB / IG / TikTok / YT
Ledger entries (local)0Browser record only
Backend statusnot linkedSet API base in Module 10
Credentials on file0/12Manual entry, Module 04
1.1 Recent ledger entries
1.2 Processing chain (as filed)
OrderStageFiled implementation
1TriggerCatch Webhook — page feed / instagram comments / comment_key
2Extractioncomment, caption, name, video_id, hashtags, post type
3RoutingREELS vs FEED, fallback branch
4Delay90–180 seconds
5Table searchCaption equals filed caption, limit 1
6ReplyKinyarwanda text + Graph / platform POST
2.1 Flow registry
3.1 Flow configuration — instagram commentor
Filed chain reference
3.2 Stage details

Select a stage from the chain.

DIRECTIVE: Sandbox only. Enter test tokens manually. Kept in this browser (localStorage: sandbox_connections). Production secrets are filed in Workers Secrets, never here.
4.1 Credential schedule
5.1 Reference table: Caption → Answer
5.2 Table search trial
6.1 Webhook submission trial
Response
6.2 Verification & token check
Graph check (/me)
7.1 Operations & limits — daily position (Free plan, reset 00:00 UTC)
Source: backend Worker + Durable Object ledger. Durable Objects is the primary store; KV is secondary (dedupe/cache). If backend is not linked, local estimate is shown.
Backend API base
Cron & binding status
7.2 Filed limits (Workers Free)
ItemFree limit / dayNotes
Worker requests100,000Error 1027 if exceeded
KV reads100,000per key read
KV writes (distinct keys)1,000same key: 1/sec
KV deletes / lists1,000 / 1,000each
KV stored1 GBper account
Durable Object rows read5,000,000SQLite backend
Durable Object rows written100,000SQLite backend
Durable Object stored5 GB totalFree cap
Cron triggers / account5 max configuredThis system files 1 (daily 00:05 UTC; account cap reached)
8.1 Run ledger
9.1 Reply composition trial
9.2 Filed catalogue
10.1 System filing — Cloudflare

API token / R2 secret are never entered here. They remain in terminal session variables only.

Filing orders (PowerShell)
$env:CLOUDFLARE_API_TOKEN="SESSION ONLY"
$env:CLOUDFLARE_ACCOUNT_ID="…"
cd "C:\Users\Herve\Desktop\sandbox-automation-frontend"
npx wrangler pages deploy . --project-name=automation
cd worker
npx wrangler deploy
10.2 Backend file plan
ComponentFiled use
Worker automation-apiHTTP API + webhook intake + scheduled handler
KV APP_KVSecondary: dedupe keys, latest payload, config cache
Durable Object OpsLedger (SQLite)Primary: daily counters, run ledger, cron log
Cron: daily 00:05 UTCDay rollover summary (single cron — Free cap is 5/account, account already at cap)