Execute an agent using its unique identifier.
curl --request POST \ --url https://{api-address}.org.machina.gg/agent/executor/id/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{ "agent-config": { "delay": true }, "input": {}, "context": {} }'
{ "execution_id": "67db5c012ae92018b93310a4", "status": "scheduled", "message": "Agent execution scheduled successfully", "result": {} }
API key authentication
Unique ID of the agent to execute
Agent execution result or status
The response is of type object.
object