Run client action
Invokes one advertised action on an existing client through the generic public execution route. Agents must choose the action id and arguments from the generated live API or projections for that same client.
Invokes one advertised action on an existing client through the generic public execution route. Agents must choose the action id and arguments from the generated live API or projections for that same client.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/clients/{id}:run" \ -H "Content-Type: application/json" \ -d '{ "action": "string" }'{ "action": "string", "status": "string", "message": "string", "data": {}}{ "code": "string", "message": "string"}{ "code": "string", "message": "string"}{ "code": "string", "message": "string"}List client processes GET
Lists daemon-managed client processes. Use this before creating another client in an existing daemon or workspace so agents can reuse or stop prior attempts instead of launching duplicates.
Stop a client process POST
Stops and releases one daemon-managed client process. Use this before replacing or retrying a failed client launch.