Cloudflare made legible

moxbase-v0

Pages projectcreated
Bindings3 ok
Orchestratorlive
Secrets5 needed

Bindings, In Plain English

What this app can access when it runs on Cloudflare.

Binding Cloudflare resource Why it matters Status
DB D1: moxiemap-markets Structured source of truth and control tables ok
MOX_DOCS R2: moxbase-docs Original PDFs, OMs, leases, diligence files ok
VECTORIZE Vectorize: moxbase-embeddings Semantic memory search across records and docs ok

Worker Logic Builder

Configure scripts by intent, then let MoxBase write the binding-aware worker code.

Mance V1 Orchestrator

Worker service that coordinates MoxMap, Airtable, and the Mance V1 agent.

liveworkers.dev
Airtable sync

Pull records from Airtable or push staged records into a chosen table.

needs PATneeds base
Mance agent run

Send operator-approved tasks and context to the Mance V1 endpoint.

needs URLkey optional
MoxMap context

Read D1 market data, log runs, and write API check status back to MoxBase.

ready

Orchestration Flow

1

Read MoxMap

Use D1 `markets` and MoxBase control tables as context.

DB
2

Sync Airtable

Pull or push operator-approved records.

PAT needed
3

Call Mance V1

Send task, context, and allowed tool scope.

URL needed
4

Log Outcome

Write status back into MoxBase for visibility.

D1

Configuration Checklist

Create Pages projectdoneok
Bind D1doneDB
Bind R2doneMOX_DOCS
Bind VectorizedoneVECTORIZE
Deploy Mance Workerdoneworker
Airtable secretsneededPAT/base
Mance endpointneededURL/key

What You Would Edit Visually

Routes
later
Secrets
setup
Bindings
ok
Deploys
next
Logs
soon

Operator Translation

WorkerThe backend brain that answers API requests.
BindingA named pipe from the Worker to D1, R2, Vectorize, or another service.
SecretA password/API key stored by Cloudflare, not in code.
RouteThe public URL path that points traffic at a Worker.