Triggers and actions
Triggers are ManticScore events that fire an automation:
Actions are the operations ManticScore runs in response:
Creating an automation
CallPOST /automations with a trigger, action, and any configuration the action needs.
The integration referenced by
toolkit must be connected before you create the automation. ManticScore returns 400 if the toolkit is not connected when the automation fires.Common automation recipes
Post research summaries to Slack
Post research summaries to Slack
Create Linear issues when a build graph is ready
Create Linear issues when a build graph is ready
Export build plans to Notion on completion
Export build plans to Notion on completion
Alert on competitive signals via Slack
Alert on competitive signals via Slack
Notify via Slack when Forge opens a PR
Notify via Slack when Forge opens a PR
Listing automations
Updating an automation
UsePATCH /automations/{automation_id} to change any field. The body is a sparse merge — you only need to include the fields you want to update.
Deleting an automation
204 No Content.
Running any Composio tool as an action
Thecomposio.execute action lets you invoke any of the 1000+ tools available in Composio — giving automations the same reach as a full Zapier or Shortcuts workflow. Provide the Composio tool slug as action and pass arguments in arguments.
Agent autonomy
ManticScore’s AI agent can run integration actions on your behalf. You control how much autonomy the agent has with three modes:
Configure autonomy with
PATCH /profile/agent-config:
auto_actions list controls which specific actions the agent runs automatically when autonomy_level is auto. Actions not in the list still require confirmation.