Parcle Company Brain
API

System Architecture

The Parcle Company Brain connects company data, employee devices, and agents into one governed platform. Agents can reach the sources they are permitted to use.

The Company Brain is a single platform with two kinds of inputs and one governed core. On one side, your company's data sources flow in through connector-linked tools and structured data platforms. On the other side, your employees' devices and the agents running on them connect in: they both contribute memory and consume knowledge. Everything meets in one brain that every agent queries through a single, access-controlled layer.

The platform at a glance#

DATA SOURCES 🔌 Connectors Google Drive · Notion GitHub · HubSpot · Linear Slack · Confluence · Drive 30+ SaaS sources Export & API based, kept in sync 📊 Structured Data Snowflake · Databricks BigQuery · Postgres Warehouses & lakehouses Read in place, not copied PARCLE COMPANY BRAIN One governed brain for all company data Ingestion & Sync Connectors · documents · data · memory Memory & Storage Company memory + connected knowledge Ontology Graph Factual + concept nodes · semantic layer Query & Reasoning Grounded answers · citations · confidence GOVERNANCE & ACCESS CONTROL Permissions · roles · SSO · audit DEVICES & AGENTS 💻 Company Devices Employee & developer machines Enrolled & managed via Team Sync 🤖 Agents on each device Codex · Claude Code Openclaw · Cursor Hermes Each agent both writes memory and queries the shared brain Access scoped by permissions ingest · sync knowledge · answers queries · new memory
Many data sources and every employee's devices and agents connect into one governed platform. Sources flow in and are kept in sync; agents both contribute memory and query the brain, so any agent can reach any source it is permitted to through one brain instead of N × M point integrations.

Two kinds of inputs#

🗄️Connectors

Connectors bring in SaaS tools and documents (Google Drive, Notion, GitHub, HubSpot, Linear, and 30+ more). Structured data platforms (Snowflake, Databricks, BigQuery, Postgres) are connected as live data sources. Parcle reads them in place rather than copying the data. See Connectors.

💻Devices & agents

Employee and developer machines are enrolled as managed devices via Team Sync. The agents on them, including Codex, Claude Code, Openclaw, Cursor, or Hermes, connect to the brain to write memory (what they learn and are told) and query it for grounded knowledge.

Note

The two sides meet in one store. Data sources build the connected-knowledge half of the brain; devices and agents contribute the shared-memory half. A single query and governance layer serves both. That is what lets any agent reach any source it is permitted to.

Inside the brain#

The platform core is structured as four layers, wrapped by a governance plane:

LayerWhat it does
Ingestion & SyncAccepts connectors, documents, and agent memory; reads your sources and infers concepts. Ingestion runs in the background, so nothing blocks while content is processed.
Memory & StorageHolds the company's shared memory and connected knowledge in one place. See Memory & Knowledge.
Ontology GraphLinks factual nodes (your structured data and documents) to concept nodes (business terms), forming the semantic map that turns plain-English questions into precise answers. See Ontology Graph.
Query & ReasoningTraverses the graph, executes the needed steps (queries, lookups), and streams back grounded answers with citations and a confidence signal. See Data API.
Governance & Access ControlAuthenticates every request and applies company permissions, roles, SSO, and audit across everything above. See Security.

Unified, but governed#

The platform's value is that it collapses N agents × M sources of bespoke integration into one connection plane and one memory plane. But "company-wide" never means "everyone sees everything":

🔒Permission-scoped

Every agent sees only the knowledge and memory it has been granted access to, defined by company permissions and roles.

🛡️One control plane

Access rules are defined once, centrally, and enforced for every agent and every source, not re-implemented per agent.

🔑Audited access

Every query and answer is recorded; SSO ties access to your company's identity provider. See SSO & Audit.

So an agent reaches "any source" through the brain only within the permissions it has. The platform is the single place those permissions are defined and enforced.

Note

For where each part of the platform can run, including managed cloud, isolated single-tenant, or sandboxed / self-hosted within your perimeter, see Deployment Models.

☁️Next: Deployment Models

Where the platform can run — managed cloud, isolated single-tenant, or self-hosted within your perimeter.

Parcle Company Brain · Enterprise Documentation