Skip to main content
POST
/
v1
/
fleet
/
triggers
Error
A valid request URL is required to generate request examples
{
  "agent_id": "<string>",
  "config": {},
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "status": "active",
  "template_id": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Trigger payload

agent_id
string
required
config
object
required
template_id
string
required
name
string
status
enum<string>
Available options:
active,
paused,
draft

Response

Created

agent_id
string
config
object
created_at
string
id
string
name
string
status
enum<string>
Available options:
active,
paused,
draft
template_id
string
updated_at
string