<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> This overview will introduce you to the platform’s key concepts and how they work together to create powerful automation workflows.

</aside>

Lyrics - A Meta Process Model that Understands & Builds your Workflows

913.ai Demo 2.0 (1).mp4

Demo Video

913.ai Product Demo.mov

Agent Builder: The Core of Agent Creation

Agent Builder is where you create your AI agents by assembling building blocks called Axons. Axons represent individual tasks or steps the agent performs. The Agent Builder is designed to make this process intuitive—simply drag and drop the necessary Axons from the Axon Library and connect them to build your Agent. Each Axon plays a specific role, whether it’s gathering data, processing it, transforming it, or sending it to the desired location.

Axon Library: Building Blocks for Your Agents

The Axon Library contains a collection of Axons divided into four main types: Inputs, Processors, Transformers, and Outputs. Each Axon type serves a unique purpose in the agent’s workflow, and there are specific rules for how they connect to each other.

1. Triggers

Trigger Axons are responsible for bringing data into the agent. They represent the sources from which the agent retrieves or monitors data. Common input Axons include:

API Connector: Integrates with external APIs to fetch data.

Gmail Reader: Fetches and filters emails based on predefined criteria.

SharePoint Input Connector: Monitors SharePoint for file uploads or changes.

Table Uploader: Uploads structured data like spreadsheets or CSV files.

Uploader: Allows users to manually upload files to be processed.

Triggers can only connect to Task Axons, as they supply the data the agent will act on.

<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> Trigger Axons can only connect to Task Axons.

</aside>

2. Tasks

Task Axons handle the data processing and transformation that take place once the agent receives input. They include various tools for analyzing, classifying, extracting, manipulating, modifying, and reformatting data. These Axons streamline the flow of data processing and preparation for final use. Key Task Axons include:

<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> Task Axons can connect to each other and to Action Axons

</aside>

4. Actions

Action Axons are the final step in the workflow. These Axons define where and how the processed data is sent or stored, completing the agent’s workflow. They can handle file storage, data transfer, or communication tasks. Common Action Axons include:

Google Drive Output Connector: Saves processed files to Google Drive.