Skip to main content
Version: 0.3.0

Glossary

This glossary defines key terms and concepts used throughout AnchorAutomate.

A

Agent : An AI-powered entity that can execute tasks and workflows on behalf of users. Agents can be configured with specific instructions, connected to various applications, and assigned different task definitions.

App : A third-party application or service that can be integrated with AnchorAutomate agents. Examples include Gmail, Slack, Google Sheets, and custom applications.

App Instance : A specific configuration of an app connection, including authentication credentials and settings. Multiple instances of the same app can be created with different configurations.

App Marketplace : A collection of pre-built app integrations available for connecting to AnchorAutomate agents.

Approval Workflow : A process that requires human approval before certain actions are executed by an agent.

E

Event Trigger : A mechanism that automatically starts a task when a specific event occurs (e.g., new email received, file uploaded). Coming Soon

H

Human-in-the-Loop (HITL) : A control mechanism that allows humans to intervene, provide guidance, or approve actions during task execution.

M

MCP (Model Context Protocol) : A standardized protocol for connecting AI agents to external tools and data sources. Used for creating custom app integrations.

O

On-Premise Agent : An agent that runs on local infrastructure rather than in the cloud. Available only on Enterprise plans for enhanced security and customization.

T

Task : A specific instance of work being executed by an agent based on a task definition. Tasks have statuses and can require human intervention.

Task Definition : A template that defines what work an agent should perform, including instructions, inputs, scheduling, and triggers.

Task Input : Dynamic values that can be provided when running a task, useful for customizing task behavior (e.g., order number, customer email).

Task Status : The current state of a task execution. Possible statuses include:

  • In Queue: Task is waiting to be processed
  • In Progress: Task is currently being executed
  • Needs Assistance: Task requires human help to continue
  • Complete: Task has finished successfully
  • Cancelled: Task was stopped before completion
  • Error: Task encountered an error and cannot continue
  • Approval Needed: Task is waiting for human approval

Trigger : A condition or event that automatically starts a task execution. Can be time-based (scheduling) or event-based.

S

Scheduling : The ability to run tasks automatically at specified times or intervals (e.g., daily, weekly, monthly).

STDIO MCP : A type of MCP connection that uses standard input/output for communication, typically used for local integrations on Enterprise plans.

W

Workflow : A series of connected tasks or processes that accomplish a business objective. In AnchorAutomate, workflows are typically defined through task definitions and executed by agents.