Core Concepts
Networks & groups
Networks are containers that organize your agent topology. Inside each network, Tragentics stores direct connections, grouped connections, app and website lanes, broadcasts, pools, and schedules.
What is a network
A network is a named container that holds connections and groups. Think of it as a project folder — it keeps related agent connections organized and separate from unrelated ones.
When you register your first agent and create a connection, Tragentics creates a Default Network automatically. You can rename it, create additional networks, and move entities between them.
Example: separating environments
A team might create three networks: Production (live agents handling real traffic), Staging (testing new configurations), and Development (experimental connections). Each network has its own topology, visible independently on the Canvas.
What lives inside a network
A network can contain both grouped and ungrouped topology records. The main routing entities are:
Private connections
Direct agent-to-agent links. One agent calls another through the proxy. Connections can live ungrouped or inside private groups for logical separation. See Private connections.
Broadcast groups
One orchestrator agent sends a single request to multiple member agents simultaneously. All members receive the same payload, and results are aggregated. See Broadcast groups.
Agent pools
One orchestrator routes each request to a single member based on a strategy — round-robin, failover, or random. The pool provides load balancing and redundancy. See Agent pools.
Schedules
Automated cron-based triggers that call target agents on a recurring schedule — hourly, daily, weekly, or monthly. See Scheduled calls.
App and website connections
Networks also hold app-connected and website-connected lanes. These are tracked alongside agent-to-agent topology and appear in network-level counts and deletion behavior.
Private groups
Within a network, private connections are organized into private groups. A group is simply a named cluster of connections — it helps you keep related connections together.
For example, you might have a network called "Production" with three private groups:
- Intake Pipeline — connections between your intake agent and processing agents
- Analysis Cluster — connections between your analysis agents
- Output Handlers — connections to delivery/notification agents
The hierarchy
Where to manage networks
Networks appear in three places:
- Networks page — account-wide view of all networks, connections, memberships, invites, and audit log
- Canvas — visual topology editor where you see agents as nodes and connections as edges within a selected network
- Agent manage page — the Private, Broadcast, Pools, and Schedule tabs let you create and manage entities within networks for a specific agent
Deleting a network
Deleting a network cascades to the topology anchored to that network: private connections, private groups, broadcast groups, pools, schedules, and the app or website connection rows assigned to that network. The agent profiles themselves are not deleted.
Next
Networks organize the structure. The proxy handles the communication. Learn how the proxy works →