Documentation

Overview

Acris is a powerful platform for building AI Agents and Automations. It provides a Notion-like editor which makes it very easy to build agents without writing any code. We support over 2500+ integrations including Gmail, Slack, Github, Google Sheets, Google Docs etc that you can use to build your agents.

Example

Here is a quick example of an agent that is triggered when a certain keyword is detected in the Slack message. It uses tools to search the web, generates a response using AI and replies back to the user.

Overview

Let's break down the example starting with the Trigger.

trigger

Triggers

Triggers are the starting point of your agent. It is the event that will trigger the agent to run. We support over 2500+ triggers including Gmail, Slack, Github, Google Sheets, Google Docs, and more. Read more about triggers here.

Overview

AI Generation

AI Generation is a special action that allows you to generate text and JSON using AI. It can also use tools to extend its capabilities e.q. Search internet, Scrape web etc. Read more about actions here.

Overview

Actions

In the above example, we are using the Reply to a Message Thread action to reply back to the user.

Overview

We support over 10,000+ actions across 2500+ apps including Gmail, Slack, Github, Google Sheets, Google Docs, and more. Read more about actions here.

Overview

On this page