FLORIDA BUILDINTELLIGENCEAdmin

OPERATIONS CENTER · LIVE PRODUCTION EVIDENCE

Data collection and system operations

Review confirmed public records, approved source connectors, specialist activity, automatic scheduling, and payment readiness without reading developer-only JSON.

VERIFIED PUBLIC RECORDS1Stored with source provenance
CONNECTED SOURCE ADAPTERS6Approved government endpoints
CONFIRMED IMPORT RUNS1Recent successful source checks
CLOUDFLARE AUTOMATIONPendingAwaiting first verified execution

OFFICIAL GOVERNMENT COLLECTION

Approved data connectors

View collected records →
Official sourceRecordsStatus
Lee County development-order projectslee-development-query
0Ready for first import
FDOT South Florida construction programfdot-work-program
1Records available
Federal Florida construction contract awardsusaspending-api
0Ready for first import
Hendry County public GIS collectionshendry-ogc-catalog
0Ready for first import
FEMA Florida disaster declarationsfema-disasters
0Ready for first import
National Weather Service Florida alertsnoaa-weather-api
0Ready for first import

An authorized administrator can start source imports and specialist assignments in the protected operations console.

ACTUAL IMPORT HISTORY

Recent collection activity

fdot-work-program1 added · 0 updated · Aug 22, 2026, 1:02 AM
completed

ACTUAL SPECIALIST EXECUTIONS

Research agent activity

government dataset discovery1 records added · Aug 22, 2026, 1:02 AM
completed

CLOUDFLARE AUTOMATION SETUP

Enable automatic source monitoring

Awaiting verified execution
  1. Connect your Cloudflare account. Sign in at the Cloudflare dashboard and open Workers & Pages.
  2. Deploy the prepared scheduler Worker. The project already includes a dedicated scheduler that safely calls the existing protected application.
  3. Add the MONITOR_SECRET. In the scheduler Worker, open Settings → Variables and Secrets, add the same protected value configured on this application, and save.
  4. Confirm both schedules. Under Settings → Triggers → Cron Triggers, confirm the weekday specialist run and Monday source-monitor run shown below.
  5. Verify actual execution. Return to this page after a scheduled run. Automation changes to Active only when a genuine successful invocation is recorded.
15 11 * * MON-FRIWeekday specialist research and bounded record collection
35 13 * * MONMonday official-source monitoring and specialist assignments

No automatic Cloudflare execution has been confirmed. Cloudflare schedules use UTC. Open Cloudflare dashboard · Official Cron Trigger instructions

X402 PAYMENT AND RECEIVING WALLET

Verify your payment receiving setup

Not collecting payments
Receiving wallet addressAdd a valid public 0x wallet address
Payment networkBase Sepolia testnet
HTTPS payment facilitatorConfigured for this network
Payment collectionDisabled until you approve
Quoted result price$0.25 USDC
  1. Create or open an EVM-compatible wallet that supports Base, such as Coinbase Wallet or MetaMask. Copy only its public address beginning with 0x.
  2. Begin on Base Sepolia. Set PAY_TO to your public receiving address, X402_NETWORK to eip155:84532, and X402_FACILITATOR_URL to https://x402.org/facilitator.
  3. Get test USDC for the paying test wallet. Use Circle’s official faucet, then set PAYMENTS_ENABLED=true and redeploy the application.
  4. Confirm the real payment sequence. An unpaid request must return 402. The buyer signs the payment, the facilitator verifies and settles it, and only then is the paid report returned.
  5. Move to production only after a successful test. Use your verified receiving address, Base mainnet eip155:8453, and a production facilitator explicitly supporting Base mainnet.

Never paste a seed phrase, private key, or wallet recovery code into this application. The platform needs only your public receiving address.

Official Circle test-USDC faucet · Cloudflare x402 setup guide · Payment integration documentation