curl --request POST \
--url https://api.zo.computer/events/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rrule": "<string>",
"instruction": "<string>",
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>"
}
'{
"id": "<string>",
"rrule": "<string>",
"instruction": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"next_run": "<string>",
"utc": true,
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>",
"active": true
}Create a new agent.
Agents are automated tasks that run on a schedule. Requires:
Optional:
curl --request POST \
--url https://api.zo.computer/events/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rrule": "<string>",
"instruction": "<string>",
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>"
}
'{
"id": "<string>",
"rrule": "<string>",
"instruction": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"next_run": "<string>",
"utc": true,
"title": "<string>",
"result_delivery_method": "email",
"model": "<string>",
"active": true
}Zo API key (zo_sk_...)
Successful Response
An agent (scheduled automated task).