---
type: concept
title: Layer 6 — Connector & Integration Layer
aliases:
  - connector layer
  - integration layer
  - connectors
  - layer 6
modified: 2026-07-08
tags:
  - architecture
  - architecture-layer
  - connectors
  - erp
  - suitecentral
---

# Layer 6 — Connector & Integration Layer

> Connector registry, base connector telemetry, production connector partition, beta/demo connectors, and external ERP/CRM systems.

The registry-driven external connectivity surface of the [[pages/concepts/suitecentral-code-architecture|seven-layer code architecture]]. A canonical connector registry is the single source of truth for what ships and how it is wired: the production partition (NetSuite, Salesforce, Business Central, HubSpot, ShipStation — production-credential-tested, with Oracle at beta), plus demo-mode and stub connectors, all clearly labeled by source-level status declarations that CI audits against the code. Connectors in this layer are **purely executors, not decision-makers** — writes are gated upstream in [[pages/architecture/core-application-services|Layer 3]] and validated by [[pages/architecture/governance-safety|Layer 5]] before a connector ever executes them.

## Questions this layer answers

- Which connectors are production, beta, demo, or stub?
- What is the connector registry source of truth?

Ask them live on the **[Code Architecture Dashboard](https://demo.kstratmdconsulting.com/code-architecture-dashboard.html)** — click the connector band of the infographic.

## Documentation & evidence

- [Production vs demo guide](https://demo.kstratmdconsulting.com/docs/architecture/PRODUCTION-VS-DEMO-GUIDE.md) — the honest partition between credential-tested and scaffolded connectors
- Proof cards (per production connector): [NetSuite](https://demo.kstratmdconsulting.com/docs/review/proof-cards/netsuite-connector.md) · [Salesforce](https://demo.kstratmdconsulting.com/docs/review/proof-cards/salesforce-connector.md) · [Business Central](https://demo.kstratmdconsulting.com/docs/review/proof-cards/business-central-connector.md) · [HubSpot](https://demo.kstratmdconsulting.com/docs/review/proof-cards/hubspot-connector.md) · [ShipStation](https://demo.kstratmdconsulting.com/docs/review/proof-cards/shipstation-connector.md) · [Oracle (beta)](https://demo.kstratmdconsulting.com/docs/review/proof-cards/oracle-connector.md)

## Related layers

- [[pages/architecture/core-application-services|Layer 3 — Core Application Services]] — dispatches governed actions to these executors
- [[pages/architecture/governance-safety|Layer 5 — Governance & Safety]] — validates every outbound write
- [[pages/architecture/data-evidence-publishing|Layer 7 — Data, Evidence, and Publishing]] — publishes the connector status evidence

---

*Last refreshed: 2026-07-06*
