SerenAI

Pay Per Call Agentic Commerce

AgentTriggerType

How the agent task was triggered.

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "How the agent task was triggered.",
  "enum": [
    "manual",
    "api",
    "mcp",
    "cli",
    "desktop",
    "scheduled",
    "webhook"
  ]
}