Bots
Bots are product objects. They are not part of the market data API.Collection Route
Route:GET /api/v1/bots
GETis currently admin-scoped in the web API layerPOSTcreates or upserts a bot after ownership checks
Item Route
Route:GET|PUT|DELETE /api/v1/bots/{botId}
GETreads one owned botPUTupdates through the engine upsert pathDELETEremoves one owned bot
Control Route
Route:POST /api/v1/bots/control?action=...&botId=...
Current action mapping:
startmaps to engineresumestopmaps to enginepausekillmaps to enginekill