Skip to main content
Automations let you define “when X happens, do Y” rules that ManticScore fires automatically. Configure them once and your team gets a Slack message every time research completes, Linear issues every time a build graph is ready, or a Notion page every time Forge opens a pull request — without any manual step. You can also run any of the 1000+ Composio tools as an action, making automations as flexible as your workflow requires.

Triggers and actions

Triggers are ManticScore events that fire an automation: Actions are the operations ManticScore runs in response:

Creating an automation

Call POST /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

Listing automations

Updating an automation

Use PATCH /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

A successful delete returns 204 No Content.

Running any Composio tool as an action

The composio.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.
Use POST /integrations/execute to test a Composio action directly before wiring it to an automation. Once it works, add it as a composio.execute automation rule.

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:
The auto_actions list controls which specific actions the agent runs automatically when autonomy_level is auto. Actions not in the list still require confirmation.
Setting autonomy_level to auto with linear.create_issues or jira.create_issues in auto_actions means ManticScore will create issues in your tracker without prompting you. Start with confirm and switch to auto once you are satisfied with the output.