Illustrative enterprise prototype

What are we working on?

Ask a question, create an output, or build an app that works across your tools and governed enterprise data.

Get started across the organization
Security Posture Dashboard
Build a security architecture posture dashboard across internet-facing applications, APIs, store networks, workforce access, and third-party connectivity.
AI
I need scoped access to the enterprise asset inventory and security telemetry.
Gatekeeper: Security telemetry + CMDBRequesting read-only access to asset ownership, control coverage, policy exceptions, and summarized security events. Credentials remain isolated and every query is logged.
Approved. Do not expose raw event or customer data.
AI
Access is limited to aggregated posture metadata.
Executed code
const posture = await env.SECURITY_GRAPH.assess({
  domains: ["digital", "api", "store-edge",
    "workforce", "third-party"],
  controls: ["ddos", "waf", "api-security",
    "zero-trust", "dns"]
});
const priorities = posture.findings.filter(f =>
  ["critical", "high"].includes(f.severity)
);
workspace.render(SecurityPosture, { posture, priorities });
AI
Security Posture Dashboard is ready with illustrative data. It highlights three architecture decisions that need review without exposing raw telemetry.
Draft a target-state Zero Trust reference architecture for store, corporate, cloud, and third-party access. Ground it in our architecture principles, NIST SP 800-207, and PCI DSS.
AI
I will use centrally governed standards from the context library.
Context library: Architecture + complianceLoading read-only architecture principles, security standards, vendor requirements, NIST SP 800-207, and PCI DSS 4.0.1 control mappings.
AI
The reference architecture needs three explicit decisions:

1. Identity enforcement for every administrative path
2. Segmentation boundaries across stores, cloud, and the CDE
3. Resilient fallback patterns that cannot become permanent bypasses
AI
Zero Trust Reference Architecture v1.0 is ready. The document maps access paths to guardrails, evidence, and measurable validation criteria.
Build a 90-day security architecture roadmap that turns our highest-priority risks into validated engineering decisions and a scalable rollout plan.
AI
I will request read-only planning and operational data.
Gatekeepers: Jira + ServiceNow + architecture repositoryRead epics, change records, architecture decisions, owners by team, and milestone status. Exclude ticket comments and personal data.
Approved for architecture workstreams only.
AI
Executed code
const initiatives = await env.JIRA.getEpics({
  portfolio: "SECURITY-ARCHITECTURE",
  horizon: "90-days"
});
const decisions = await env.ARCH_REPO.getOpenADRs();
deck.generate(SecurityRoadmap, {
  initiatives, decisions, evidence: "aggregated"
});
AI
90-Day Security Architecture Roadmap is ready. It organizes discovery, validation, pilot, and decision gates around five workstreams.
Security Architecture Posture
Illustrative dataLive app
92%
Critical services with standard edge controls
3
High-priority architecture decisions
78%
Store edge policy coverage
24h
Exception review target
Priority architecture findings
Digital ordering APIs: Two legacy endpoints sit outside the standard API discovery and schema validation policy.
Third-party access: Four persistent vendor paths do not enforce device posture or time-bound authorization.
Store edge: Eleven illustrative locations use direct-origin failover that bypasses centralized inspection.
Control coverage by domain
Digital storefront + 7NOW96%Protected
7Rewards + identity92%Protected
Corporate workforce88%Managed
Store edge78%In progress
Third-party access71%Review
Legacy origin paths63%Priority
Zero Trust Reference Architecture v1.0
Illustrative draft

Enterprise Zero Trust Reference Architecture

Version 1.0 · Illustrative draft · August 2026 · Owner: Security Architecture & Engineering

1. Purpose

Define a consistent target state for workforce, store, cloud, administrative, and third-party access. The architecture replaces network location as a trust signal with verified identity, device posture, application context, and continuously evaluated policy.

2. Design principles

  • Authenticate and authorize every access path.
  • Grant application-level access instead of broad network reachability.
  • Separate cardholder, store operations, corporate, and vendor trust zones.
  • Preserve store resiliency without creating unmanaged bypass paths.
  • Centralize policy evidence while minimizing retained sensitive data.

3. Control decisions

Access pathTarget-state decisionRequired guardrailValidation evidence
Store administrationApplication-specific access; no inbound administrative VPNPhishing-resistant MFA, managed device posture, least privilegeIdentity and application access logs
Corporate workforceIdentity-aware access and secure web gateway policyContinuous device and session evaluationIdP, device, and policy telemetry
Third-party supportTime-bound, approved access to named applicationsNo standing network access; session recording for privileged workApproval and session audit trail
CDE operationsDedicated segmented administrative pathsPCI-scoped controls and explicit service identityControl mapping and quarterly access review
AI and automationService identity, governed egress, and isolated credentialsGatekeeper-based secrets and approved model endpointsAPI inventory, policy decisions, and usage logs
Architecture decision: Local resiliency must be maintained without allowing direct-origin failover to become a permanent inspection bypass.

4. Validation sequence

Inventory critical access paths, define policy and evidence requirements, validate representative store and corporate flows, test failure modes, and use the results as the decision gate for scaled rollout.

90-Day Security Architecture Roadmap
Slide deck
Slide 1 of 4

90-Day Security Architecture Roadmap

From prioritized risk to validated engineering decisions

Slide 2 of 4

Priority workstreams

WorkstreamAccountable teamStageProgress
DDoS + edge resilienceNetwork SecurityDesign35%
API discovery + protectionApplication SecurityPilot60%
Store network segmentationStore TechnologyDiscovery25%
Third-party accessIdentity EngineeringPilot50%
AI service governanceSecurity ArchitectureDesign40%

Illustrative portfolio data for demonstration.

Slide 3 of 4

Decision-gate success measures

100%Critical applications mapped
<30sAutomated mitigation target
95%Privileged paths identity-enforced
0Unmanaged public origin target
Slide 4 of 4

90-day execution path

Days 1-30Baseline. Inventory critical paths, normalize ownership, and agree on evidence.
Days 31-60Validate. Test policy, resiliency, and operational workflows with representative traffic.
Days 61-90Pilot. Run production-like use cases, measure outcomes, and close blocking decisions.
DecisionScale gate. Approve target patterns, owners, funding, and phased rollout.

Context

Illustrative, centrally governed reference material available read-only to authorized agents and workspaces across the organization.

MD

enterprise-strategy-fy2027.md

Company priorities, annual objectives, operating model, and key results by business function.

MD

brand-and-customer-experience.md

Brand voice, customer communications, accessibility standards, and approved messaging patterns.

MD

security-and-compliance-standards.md

Enterprise security controls, PCI DSS requirements, privacy guardrails, and cryptographic standards.

MD

architecture-principles.md

Technology standards, decision criteria, review templates, and reusable reference patterns.

MD

vendor-risk-requirements.md

Third-party assessment criteria, risk tiers, evidence requirements, and review cadence.

MD

store-and-digital-systems-catalog.md

Illustrative service catalog with ownership, criticality, dependencies, and support expectations.

MD

loyalty-and-customer-insights.md

7Rewards and customer experience definitions, measurement standards, and approved data uses.

MD

supply-chain-and-store-operations.md

Store procedures, distribution workflows, supplier standards, and operating exception playbooks.

MD

people-and-hr-policies.md

Hiring, onboarding, leave, performance, employee support, and compensation guidelines.

MD

finance-and-controls.md

Planning cadence, reporting definitions, approval policy, audit requirements, and internal controls.

Skills

Reusable, governed workflows available across business functions.

NameDescriptionGroupSource
meeting-prepCombine calendar, communications, and approved context into concise briefing material.GeneralEnterprise
weekly-reportCompile cross-tool activity, outcomes, risks, and next steps into a weekly summary.GeneralEnterprise
incident-responseDraft and update response procedures grounded in approved standards and control mappings.SecurityEnterprise
vendor-assessmentGenerate security questionnaires, gather evidence, and summarize third-party risk.SecurityEnterprise
compliance-evidenceMap controls to evidence and prepare review packages for authorized compliance teams.SecurityEnterprise
architecture-reviewBuild decision-oriented reviews from project, service catalog, and architecture data.ArchitectureEnterprise
change-impactMap dependencies, affected services, business owners, and implementation risk.ArchitectureEnterprise
api-catalogDiscover, document, and classify approved API endpoints with ownership and health.ArchitectureEnterprise
store-operations-healthSummarize store-system availability, operating exceptions, and support trends.OperationsEnterprise
supplier-scorecardGenerate supplier performance summaries from delivery, quality, and procurement data.OperationsEnterprise
runbook-draftConvert approved procedures and system context into reviewable operating runbooks.OperationsEnterprise
customer-insightsAnalyze approved loyalty and experience trends using aggregated customer measures.CustomerEnterprise
promotion-analysisCompare campaign performance, customer response, and operational impact.CustomerEnterprise
budget-analysisCompare actuals to plan, explain variances, and forecast period-end outcomes.FinanceEnterprise
job-posting-draftDraft role descriptions using approved competencies, templates, and compensation guidance.HREnterprise
onboarding-guideCreate role-based onboarding plans from policy, team context, and access procedures.HREnterprise

Integrations

Illustrative enterprise connections. Gatekeepers isolate credentials, enforce scoped permissions, and log agent actions.

Enterprise systems
M365

Microsoft 365

Mail, calendar, documents, spreadsheets, presentations, and files.

TM

Microsoft Teams

Messages, channels, meetings, and governed collaboration workflows.

J

Jira

Projects, epics, issues, milestones, and delivery status.

C

Confluence

Enterprise knowledge, project spaces, and approved documentation.

SN

ServiceNow

IT services, HR cases, change requests, CMDB, and facilities.

W

Workday

Employee records, organizational structure, payroll, leave, and benefits.

SAP

SAP

Finance, supply chain, procurement, inventory, and planning.

SF

Salesforce

Business relationships, service workflows, and approved customer programs.

GH

GitHub

Repositories, pull requests, issues, releases, and engineering metadata.

DB

Snowflake

Governed enterprise data, analytics, and cross-functional reporting.

SIEM

Security analytics

Alerts, summarized events, control telemetry, and security correlation.

BI

Power BI / Tableau

Dashboards, executive reporting, and governed visualization.

MCP servers
Store Operations APImcp://store-operations
Authorized
POS & Paymentsmcp://pos-and-payments
Needs approval
7Rewards Customer Datamcp://loyalty-data
Needs approval
Employee Directorymcp://employee-directory
Authorized
Cloudflare APIhttps://mcp.cloudflare.com/mcp
Authorized

AI Gateway

Visibility and controls across every AI provider 7-Eleven uses in one console.

Requests
128,400
▲ 11% vs last mo
Tokens
342M
▲ 8% vs last mo
Est. spend
$9,120
76% of budget
Cache-hit
27%
▲ saves ~$2.4k
Error rate
0.6%
▼ 0.2 pts
p50 latency
480 ms
across providers

Models in Use

This month
ModelRouteTokensSpendSharep50 latency
Llama 3.3 70BWorkers AI156M$2,140
42%
310 ms
Claudevia AI Gateway98M$3,980
24%
720 ms
GPT-4ovia AI Gateway61M$2,510
18%
640 ms
Workers AI embeddings (bge)Workers AI27M$190
16%
40 ms

Spend vs. Budget

9 days remaining
$9,120spent of $12,000 cap
76%
On track · ~$2,880 left with 9 days
Top Users
Aravind M.42M tok $1,180
Marcus R.31M tok $960
Aisha L.28M tok $840
Dev K.22M tok $610

Usage by Workspace / Team

342M tokens total
Security Architecture
121M tokens · $3,240
Application Security
89M tokens · $2,460
Store Technology
62M tokens · $1,510
Identity Engineering
41M tokens · $1,020
Network Security
29M tokens · $890
Model observability & controls powered by Cloudflare AI Gateway

Governance

Guardrails enforced by Gatekeepers and AI Gateway for 7-Eleven security teams.

Per-team allowed models

Restrict which providers each workspace can call.

Llama 3.3ClaudeGPT-4o+ embeddings

Monthly spend caps

Hard limits per team; agents stop before overrun.

Security Architecture $4,000Store Technology $3,000

PII redaction

Strip sensitive fields from prompts before they leave.

Enabled

Prompt / response logging

Full request logs retained for audit and review.

Enabled · 90-day retention

Rate limits

Per-team request ceilings to protect budgets.

600 req / min|burst 1,000

Raise Security Architecture cap to $6,000

Change queued by an agent; needs a human sign-off.

Requires approval

AI Gateway Explorer

Explore aggregate model traffic for This month.

4 models
ModelRouteTokensSpendSharep50
Llama 3.3 70BWorkers AI156M$2,14042%310 ms
ClaudeAI Gateway98M$3,98024%720 ms
GPT-4oAI Gateway61M$2,51018%640 ms
Workers AI embeddings (bge)Workers AI27M$19016%40 ms

Review spend cap change

Security Architecture · Monthly spend cap

Original cap$4,000
Requested cap$6,000

Change queued by an agent; needs a human sign-off. Approval updates this demo for the current session only.