POST
/
agent
/
executor
/
{name}
curl --request POST \
  --url https://{api-address}.org.machina.gg/agent/executor/{name} \
  --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": {}
}

Authorizations

x-api-token
string
header
required

API key authentication

Path Parameters

name
string
required

Unique name of the agent to execute

Body

application/json

Response

200
application/json

Agent execution result or status

The response is of type object.