Skip to main content
Triggers are the starting signal. When a trigger fires, Proliferate launches an agent and passes the right context so it can act immediately. There are two common kinds of triggers:
  • Events: Something happened (an error, a ticket, a message).
  • Schedules: Something should happen on a cadence (daily, weekly, etc.).

What the agent gets

When a trigger fires, the agent receives the context it needs to start working immediately:
  • The event details (error, ticket, issue, or replay)
  • Relevant metadata (labels, severity, environment)
  • Linked resources (threads, comments, related work)
Some integrations are context-only today (no trigger). If you do not see a provider in the automation trigger picker, it is not available as a trigger yet.