AgenticFleet API
Fleets API
Create and manage agent fleets in AgenticFleet
Fleets API
The Fleets API enables you to create and manage groups of agents working together as fleets.
Create Fleet
Create a new fleet with specified agents and configuration.
HTTP Request
POST /v1/fleets
Request Body
Response
List Fleets
Retrieve a list of all fleets.
HTTP Request
GET /v1/fleets
Query Parameters
Parameter | Type | Description |
---|---|---|
limit | integer | Maximum number of fleets to return |
offset | integer | Number of fleets to skip |
type | string | Filter by fleet type |
status | string | Filter by fleet status |
Response
Get Fleet
Retrieve details about a specific fleet.
HTTP Request
GET /v1/fleets/{fleet_id}
Response
Update Fleet
Update an existing fleet’s configuration.
HTTP Request
PATCH /v1/fleets/{fleet_id}
Request Body
Response
Delete Fleet
Delete a fleet.
HTTP Request
DELETE /v1/fleets/{fleet_id}
Response
Fleet Types
Available fleet types and their use cases:
Type | Description |
---|---|
CODE_DEVELOPMENT | Software development workflows |
RESEARCH | Research and analysis tasks |
CREATIVE | Creative content generation |
SUPPORT | Customer support and assistance |
CUSTOM | Custom fleet configurations |
Coordination Patterns
Available coordination patterns for fleet management:
Pattern | Description |
---|---|
sequential | Agents work in a fixed sequence |
parallel | Agents work simultaneously |
hierarchical | Agents work in a tree structure |
dynamic | Pattern adapts based on task |