Skip to main content
POST
/
scheduled-agents
Create a scheduled agent (disabled by default)
curl --request POST \
  --url https://origami.chat/api/v2/scheduled-agents \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201

The created scheduled agent.