What are we working on?

Ask a question, create an output, or build an app that works with your tools and data.
+
Add resource
Get Started
📊
Build a global network operations dashboard
Monitor uptime, incidents, and device health across all sites
App
📄
Generate a network change automation runbook
AI-driven change management grounded in ITIL and ITAR standards
Document
📊
Build a Q3 network & security ops review deck
Pull data from ServiceNow and Confluence into slides
Slide Deck
Global Network Operations Dashboard
Connect to our network monitoring systems and build a dashboard showing uptime, active incidents, device health, and latency across Boeing's global sites -- factories, offices, and defense facilities.
AI
I'll need access to your network monitoring infrastructure. Let me request that through a Gatekeeper.
🔒 Gatekeeper: Network Monitoring API
Requesting read-only access to site uptime, device status, incident feeds, and latency metrics. The Gatekeeper holds the credential and logs every query.
Approved.
AI
Access granted. Pulling network telemetry data now.
Executed code
const sites = await env.NETMON.getSiteHealth({ scope: "global", include: ["uptime", "latency", "incidents", "devices"] }); const activeIncidents = sites.flatMap( s => s.incidents.filter(i => i.status === "active") ); app.render(NetOpsDashboard, { sites, activeIncidents });
AI
Global Network Operations Dashboard is live. Connected via Gatekeeper -- read-only, every query logged.

I see 3 active incidents across your global network. Everett factory WAN link is degraded -- want me to auto-create a ServiceNow ticket and notify the on-call engineer?
+
Generate an AI-powered network change automation runbook. Ground it in our ITIL change management procedures and make sure it covers ITAR compliance checkpoints for classified network segments.
AI
I'll pull from your company's context library to ground this in Boeing's standards.
📚 Context Library: Network & Compliance Standards
Loading Boeing's ITIL change management procedures (v4.2), ITAR compliance framework, network architecture standards, and NIST SP 800-171 controls. These are curated by your security and network teams and read-only to the agent.
AI
Context loaded. I've identified 4 automation opportunities in the current change process:

1. Pre-change validation is manual -- can be automated with network state snapshots
2. No automated rollback triggers on failure detection
3. ITAR compliance checkpoints require manual sign-off that can be partially automated
4. Post-change verification relies on tribal knowledge instead of scripted health checks

I'll address all four in the runbook with AI-assisted automation steps.
AI
Network Change Automation Runbook v1.0 draft is ready. Structured per ITIL v4 with Boeing-specific ITAR compliance gates and AI-driven validation steps.

You can edit directly, export to Confluence, or share for review. The document stays connected to the context library -- if standards change, I can flag sections that need updating.
+
Build a Q3 network and security operations review deck summarizing our infrastructure initiatives, incident trends, and upcoming roadmap items. Pull data from ServiceNow and Confluence.
AI
I'll need access to your ITSM and wiki systems.
🔒 Gatekeeper: ServiceNow (read-only)
Requesting access to the NETOPS and SECOPS assignment groups. Read change requests, incidents, and SLA data only.
🔒 Gatekeeper: Confluence (read-only)
Requesting access to the Network Architecture and Security Ops spaces. Read pages only.
Both approved.
AI
Executed code
const changes = await env.SERVICENOW.getChangeRequests({ groups: ["NETOPS", "SECOPS"], quarter: "Q3-2026" }); const adrs = await env.CONFLUENCE.getPages({ space: "network-architecture", since: "2026-07-01" }); deck.generate(QuarterlyReview, { changes, adrs });
AI
Q3 Network & Security Ops Review deck is ready -- 4 slides from live ServiceNow and Confluence data.

You can regenerate anytime to pick up changes, or edit individual slides. Export to Google Slides or PDF when ready to present.
+
Gadget
Code
Connections
Global Network Operations Dashboard
Live App
99.94%
Avg Network Uptime
3
Active Incidents
12,847
Devices Monitored
1.2ms
Avg Core Latency
Active Incidents
⚠️ Everett, WA -- Factory WAN -- Primary WAN link degraded to 40% capacity. MPLS failover active. ServiceNow INC0084721.
⚠️ St. Louis, MO -- Defense DC -- Core switch CPU at 92%. Scheduled failover to standby at 02:00 CT.
⚠️ Mesa, AZ -- Apache Facility -- Wireless controller firmware mismatch detected. 3 APs offline.
Network Health by Site
Arlington, VA (HQ)
99.99%
Healthy
Charleston, SC (787)
99.97%
Healthy
Seal Beach, CA (Space)
99.95%
Healthy
Renton, WA (737 MAX)
99.91%
Healthy
St. Louis, MO (Defense)
99.60%
Monitor
Mesa, AZ (Rotorcraft)
99.40%
Monitor
Everett, WA (Widebody)
97.20%
Degraded
Page
Source
Connections
Network Change Automation Runbook v1.0
Document

Boeing -- Network Change Automation Runbook

Version 1.0 · Draft · August 2026 · Classification: Boeing Proprietary · Owner: Global Network & Security Operations

1. Purpose

This runbook establishes AI-assisted procedures for planning, validating, executing, and verifying network changes across Boeing's global infrastructure. It integrates with ITIL v4 change management processes and enforces ITAR compliance gates for classified network segments.

2. Scope

  • All enterprise WAN, LAN, SD-WAN, and data center network changes
  • ITAR-controlled network segments (defense and space programs)
  • Wireless infrastructure and controller firmware updates
  • Firewall rule changes and security policy modifications [AI-ASSISTED]

3. Pre-Change Validation

Before any change is executed, the AI agent performs automated pre-flight checks:

CheckMethodAuto/ManualFailure Action
Network state snapshotNETMON API -- capture routing tables, interface states, ARP/MAC tablesAutomatedBlock change
Change window validationServiceNow calendar -- confirm approved maintenance windowAutomatedBlock change
Impact blast radiusCMDB dependency map -- identify affected systems and servicesAutomatedEscalate to CAB
ITAR segment checkVerify if change touches classified segmentsAI + HumanRoute to ITAR review board
Rollback plan verificationValidate rollback config exists and is syntactically correctAutomatedBlock change
ITAR Compliance Gate: Any change affecting network segments carrying ITAR-controlled data must receive explicit approval from the Export Control Officer before execution. The AI agent flags these automatically based on CMDB segment classification.

4. Automated Rollback Triggers

TriggerThresholdAction
Interface errors spike>500 errors/sec post-changeAuto-rollback + alert
Latency degradation>3x baseline for >60 secondsAuto-rollback + alert
BGP session lossAny eBGP peer downAuto-rollback + escalate
Reachability lossICMP/BFD failure to critical hostsAuto-rollback + P1 incident

5. Post-Change Verification

  • Automated health check: compare post-change state snapshot to pre-change baseline
  • AI-generated diff report highlighting any unexpected state changes
  • SLA validation: confirm all affected services meet their SLA targets within 15 minutes
  • Stakeholder notification: auto-send completion summary to change requestor and affected teams
Slides
Source
Connections
Q3 Network & Security Ops Review
Slide Deck
Slide 1 of 4

Q3 2026 Network & Security Ops Review

Global Network & Security Operations · Boeing · August 24, 2026

Slide 2 of 4

Infrastructure Initiatives -- Q3 Status

InitiativeOwnerStatus%
Zero Trust Network RolloutR. TaggertIn Progress62%
SD-WAN Migration (Phase 1)B. MayIn Progress78%
SASE ConsolidationR. TaggertIn Progress41%
ITAR Network Segmentation AuditB. MayComplete100%
Cloud Egress OptimizationE. WittigComplete100%

Source: ServiceNow NETOPS & SECOPS · Aug 24, 2026

Slide 3 of 4

Key Metrics

99.94%
Network Uptime
-18%
Incidents vs Q2
847
Changes Completed
2.1m
MTTR (minutes)
Slide 4 of 4

Q4 Roadmap

AI Agent Workspace Pilot -- Deploy Boeing OS to Network & Security Operations teams for automated triage and change management.
SD-WAN Phase 2 -- Extend SD-WAN to remaining 23 manufacturing and defense sites. Target 100% coverage by Q1 2027.
Zero Trust Phase 2 -- Extend microsegmentation to factory floor OT networks and classified program enclaves.
Network Automation Pipeline -- Implement AI-driven change validation, automated rollback, and predictive capacity planning.
Vendor Assessment Automation -- Pilot agent-driven security questionnaires for top 50 network equipment vendors.

Integrations

Connect external services to Boeing OS. Gatekeepers govern access, scope permissions, and log every action.

Gatekeepers
📧
Google Workspace
Gmail, Docs, Sheets, Slides, Calendar, Drive
💬
Microsoft Teams
Channels, chats, meetings, and workflow automation
🎯
Jira
Projects, epics, issues, sprints, and boards
📖
Confluence
Read and write wiki pages, search knowledge spaces
🛠
ServiceNow
IT tickets, change requests, CMDB, incident management
💼
Workday
Employee data, org charts, payroll, time off, benefits
📦
SAP
Finance, supply chain, procurement, and inventory management
🌐
SolarWinds / Orion
Network monitoring, device management, traffic analysis
🛡
Splunk / SIEM
Security events, alerts, log correlation, and threat detection
💻
GitHub Enterprise
Repositories, pull requests, CI/CD pipelines, infrastructure-as-code
Snowflake
Data warehouse, analytics, cross-department reporting
📊
Power BI / Tableau
Dashboards, executive reporting, and data visualization
MCP Servers

Remote MCP servers available to all workspaces.

Network Monitoring API
https://netmon.mcp.boeing.internal/mcp
Auto
CMDB / Asset Management
https://cmdb.mcp.boeing.internal/mcp
Needs auth
ServiceNow ITSM
https://snow.mcp.boeing.internal/mcp
Needs auth
Employee Directory
https://directory.mcp.boeing.internal/mcp
Auto
Cloudflare API
https://mcp.cloudflare.com/mcp
Auto

Context

Curated reference documents that ground your agent in Boeing's knowledge. Published centrally, read-only to all agents and workspaces.

md
company-strategy-fy2027.md
Boeing's strategic priorities, safety commitment, growth objectives, and key results by business unit
md
brand-voice-guidelines.md
Tone, terminology, customer-facing communication standards, and approved messaging templates
md
security-standards.md
Security policies, NIST 800-171 requirements, CMMC Level 2 compliance, and cryptographic standards
md
network-architecture-standards.md
Enterprise network design principles, SD-WAN standards, segmentation policies, and topology guidelines
md
itar-compliance-framework.md
ITAR/EAR export control requirements, data handling procedures, and network isolation rules
md
architecture-principles.md
Enterprise architecture standards, ADR templates, technology radar, and review processes
md
supplier-requirements.md
Third-party assessment criteria, cyber risk scoring methodology, and tiered vendor requirements
md
safety-quality-management.md
Quality management system, AS9100 standards, safety reporting procedures, and audit protocols
md
digital-transformation-roadmap.md
AI/ML adoption plan, automation priorities, workforce enablement strategy, and innovation pipeline
md
financial-reporting-standards.md
Chart of accounts, reporting cadence, audit requirements, and SOX compliance procedures

Skills

NameDescriptionGroupSource
meeting-prepScan calendar, gather context from connected systems, and generate briefing docsGeneralBoeing
weekly-reportCompile team activity summaries from ServiceNow, Teams, email, and calendar dataGeneralBoeing
incident-responseDraft or update incident response policies grounded in Boeing security standards and NISTSecurityBoeing
vulnerability-scanAggregate vulnerability scan results, prioritize remediation, and generate executive summarySecurityBoeing
compliance-auditGather CMMC/NIST 800-171 compliance evidence, map controls, and generate audit packagesSecurityBoeing
network-health-checkRun automated network health assessments across sites with SLA validationNetwork OpsBoeing
change-impactAnalyze change impact across network segments, map dependencies, and identify affected systemsNetwork OpsBoeing
capacity-planningForecast network capacity needs based on growth, new programs, and facility changesNetwork OpsBoeing
architecture-reviewBuild quarterly architecture review decks from ServiceNow and Confluence dataEngineeringBoeing
system-integration-reviewReview system integration points, validate interface specs, and flag compatibility risksEngineeringBoeing
supply-chain-statusGenerate supplier performance reports from procurement data, delivery metrics, and quality scoresManufacturingBoeing
cost-optimizationCloud and infrastructure spend analysis, trend visualization, and optimization recommendationsManufacturingBoeing
budget-analysisPull spend data from SAP, compare to budget, flag variances, and forecast quarter-endFinanceBoeing
job-posting-draftDraft job descriptions from role requirements, team context, and compensation guidelinesHRBoeing
onboarding-guideGenerate new hire documentation from wikis, org charts, and system access proceduresHRBoeing
runbook-automationConvert static runbooks into interactive step-by-step tools with automated pre-checksNetwork OpsBoeing