Open PortfolioOpen Portfolio.
← Back to Blog

The 90-Day Sandbox Reference Architecture: Enterprise BYOC Deployment

June 3, 2026By Abba Lawaltechnical
The 90-Day Sandbox Reference Architecture: Enterprise BYOC Deployment
#byoc#enterprise#wealth-management#pilot

B2B Scenario Brief · Part 3 · Enterprise procurement & innovation teams

This document describes a reference architecture for a 90-day sandbox evaluation—not a completed institution pilot. Use it to scope design partnerships with product, engineering, InfoSec, and category stakeholders before any production commitment.

Tier-1 wealth teams stall on generative AI when vendors require warehouse-first integration. BYOC here means: you retain auth and storage inside your approved perimeter; Open Portfolio supplies the ingestion + inference boundary layer—edge parse, bounded context, stateless /api/ai/chat.

BYOC perimeter — institution retains identity and storage; Open Portfolio supplies the inspectable boundary layer

Figure 3 — BYOC perimeter. Reference pattern only. Institution retains keys; Open Portfolio supplies ingestion + inference boundary.

Standardizing the 90-Day Enterprise Sandbox

PhaseDurationActivitiesExit criteria
1 — Scope & governanceWeeks 1–3Joint workshop; agree use case, data categories, controller/processor framing; sample exports you provideSigned scope note; DPIA kickoff scheduled
2 — Edge prototypeWeeks 4–8Adapter + bounded-context demo in your sandbox or approved cloud; client-edge parse only until security sign-offParse accuracy report; inference boundary walkthrough
3 — Controlled readoutWeeks 9–12Executive demo to innovation and category stakeholders; go/no-go on expanded design-partner trackDecision on formal Tier-1 path

No core banking refactor is required. Integration is additive at the edge.

Isomorphic Infrastructure: Retaining the Core Storage Perimeter

BYOC is a posture, not a claim that today's retail deployment literally maps Vercel edge into your VPC.

What institutions retain:

  • Identity and access (your IdP, your RBAC).
  • Ledger storage in your approved stores when sync is in scope.
  • Model routing policy inside your network when required.

What Open Portfolio supplies (inspectable):

LayerMechanismRepository receipt
Ingest@pocket-portfolio/importer — client-edge parsepackages/importer
ContextbuildPortfolioContext() — fixed aggregateapp/lib/ai/contextBuilder.ts
InferenceStateless stream; no portfolio payload persistenceapp/api/ai/chat/route.ts

The dual-surface monorepo keeps a live B2C harness (Pocket Portfolio) stress-testing parsers under real-world chaos while Open Portfolio hosts procurement, SDK, and partnership routes on the same codebase. Your sandbox inherits hardened adapters—not a slide-deck prototype.

Operational honesty: Signed-in retail users may use Firebase for trade authority. Enterprise pilots scope your stores. The design guarantee for diligence is inference-path hygiene, not "zero cloud anywhere."

Subprocessor Scoping under UK GDPR and the EU AI Act

Procurement should treat subprocessors as layered, not monolithic:

  1. Parse layer — default: none off-device for raw CSV (client-edge).
  2. Inference layer — model provider(s) see bounded context + user message for one request.
  3. Telemetry layer — quota metadata (toolUsage), not prompt archives of the ledger.
Exposure (indicative)Ceiling
Average breach cost (financial services)GBP 4.45M
EU AI Act (Art. 99 Tier-1)EUR 35M or 7% global turnover
GDPR (Art. 83(5) higher tier)EUR 20M or 4% global turnover

Framing for category managers: you are buying a compliance substrate that reduces what must be listed on Article 28 flows—not another unlimited data processor.

Frequently asked questions

Is this a reference pattern or a live case study?
Reference pattern only. Any future public case study requires explicit partner approval.

What is the formal design-partner path?
Apply via Tier-1 design partner after sandbox readout.

Can we run the sandbox without sending data to Open Portfolio servers?
Edge parse requires no raw CSV upload API. Inference uses your chosen model routing; bounded context is the designed egress.

What diligence artifacts should we request?
docs/IP-TECHNICAL-MECHANISMS.md, architecture walkthrough at Architecture, and npm download / harness metrics from the Open surface.


Next steps: Architecture · Tier-1 design partner · Sovereign Engineering Serial 01 · Serial 11

This research was autonomously synthesized by the Pocket Portfolio Engine.
The 90-Day Sandbox Reference Architecture: Enterprise BYOC Deployment | Open Portfolio Blog | Open Portfolio