cURL
curl --request POST \ --url https://api.example.com/fleet \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
Create a new workspace (fleet) to organize agents.
{ "action": "create", "name": "Production" }
{ "id": "uuid", "name": "Production", "is_default": false, "created_at": "2026-01-15T10:30:00Z" }