Gage is the agent. It ships with a deep set of prebuilt skills and it can orchestrate subagents, so a modeling session is not one model answering one prompt, it is Gage coordinating specialized work against your model. Gage and its shipped skills can be used to author new skills, which are then stored in Atlas and become available to Gage and its subagents from that point on. The operation's modeling discipline compounds inside the platform rather than living in a consultant's head.
Gage is also not confined to Atlas. It becomes your agent orchestration layer across all Timebase components, which means the same agent that builds and reasons on the Knowledge Model reaches the historian and the rest of the stack. One agent, one governed model, working across the entire platform rather than a chat box per product.
The agent partners with the domain expert. The agent knows how to model; the engineer knows what to model. It asks questions, proposes structure, and externalizes the tacit knowledge that has never had a home in any system. It does not generate a model on its own and ask for a rubber stamp. Domain experts stay the source of truth, and the agent is leverage on their expertise rather than a replacement for it. This is the difference between a tool that helps a knowledgeable engineer move faster and one that produces plausible structure nobody trusts.
Skills are packaged modeling know-how: how to decompose a process line, how to represent a recipe, how to handle CIP cycles, how to elicit knowledge from a senior operator. They are decades of manufacturing modeling discipline made executable, and they are not a fixed set: your team builds new ones through Gage and keeps them in Atlas. A competitor who clones the graph database does not clone the skills, which is a large part of why the model actually gets built in Atlas rather than started and abandoned.
The System Domain is Atlas's memory of the business: the operation's own philosophy, naming conventions, alarm philosophy, engineering standards, and change-management procedures, captured as a queryable model. It is the plant's operational constitution, and because it is a model rather than a wiki, Gage and every subagent work within it rather than around it. A strong demo moment: ask the agent a modeling question and watch it answer in the operation's own standards.
Models are Git-backed. Every change to the ontology, the instances, and the relationships is versioned, which means a model has history, branches, review, and rollback the same way source code does. For a governance layer this is not a convenience, it is the mechanism: you can answer how the model looked during Batch 47, who changed a definition and when, and you can propose and review a structural change before it goes live. Governance stops being a policy document and becomes an enforced property of the platform.
Once built, the model is available to any agent that can call REST, through the MCP server and the .NET Agent SDK, the same pattern the Timebase Historian MCP server already uses. Progressive context traversal means an agent pulls only the relevant subgraph rather than the whole model, which keeps context windows clean and responses fast and reliable. The model is large; the context window is not, and the harness is built around that fact.
Atlas connects to every shape and source of data a real plant produces. The point of connecting a source is not to copy it: Atlas relates across sources and knows where the authoritative record lives without becoming the owner of it.
Bridge is the outbound mirror of Connector. It publishes data out of Atlas to downstream sinks: BI tools, external systems, other brokers, and custom consumers.
Atlas can publish Sparkplug, and Timebase Historian is a full-spec Sparkplug subscriber, so the model can feed the same UNS transport it draws from. This is what lets Atlas sit as the semantic layer above the namespace while still speaking the namespace's native language in both directions.