Key concepts
Configuration dimensions
Each dimension controls one aspect of fleet runtime behavior:Deployment mode
Routing policy
Capacity profile
Isolation profile
Egress policy
Deployment mode × Capacity profile interactions
Not all combinations are valid. The deployment mode constrains which capacity profiles are available:How it works
When a task targets a fleet, the platform:- Resolves the fleet’s attached agents.
- Applies the deployment mode to provision capacity.
- Uses the routing policy to select where work runs.
- Enforces isolation and egress policies.
Accessing fleets
The SDK provides
list and get only. There is no fleet update endpoint; configuration changes are made through the Console.Related pages
Orchestration → Fleets
Manage fleets via SDK and CLI.
Routing & Modes
Deployment modes and routing in depth.
Tasks & Workflows
How work runs across a fleet.
Agents
The units a fleet groups.

