Agentforce
The first week is in the org, reading what already exists. Network is how agents discover and invoke each other with declared skills. Discovery is not permission. The honest no: if the work is a software factory with a named delivery date, we are the wrong partner.
Jobs
Runtime
One runtime for common tools. A private space when the desk, the tenant, or the policy cannot share memory.
01
Caller
A person, a schedule, or another agent. Identity is already on the hop.
02
Broker
Routes to a declared skill. Does not invent a new agent for every exception.
03
Shared or private
Share the tools that are safe to share. Isolate the memory and the tenant that cannot.
04
Gateway
MCP and model calls still go through Flex Gateway. The space does not skip the front door.
flowchart TD
A["Caller: Slack, Salesforce, schedule"] --> B["Broker"]
B --> C["Shared space: common skills"]
B --> D["Private space: desk-scoped memory"]
C --> E["Flex Gateway"]
D --> E
E --> F["MCP and systems of record"]Questions
Next
The brief
We will mark which hops have no registry, and which should not exist.