Welcome to Oppz.ai—your visual AI agent builder for automating multi-step workflows.
This guide walks you through everything you need to know to get up and running: from signing up and understanding core concepts, to building, testing, and deploying your first AI agent.

Scalable Deployments:
Run agents on triggers or schedules; collaborate across teams.
| Term | Definition |
|---|---|
| Agent | A self-contained workflow that listens for triggers, processes data, and performs actions. |
| Canvas | Visual workspace where you build agents by connecting blocks (steps). |
| Blocks | Building blocks of an agent: triggers, actions, conditions, loops, tool calls, etc. |
| Trigger | Event that starts an agent (e.g., new email, scheduled time, webhook, form submission). |
| Action | A step that performs work: call GPT, send email, write to Sheets, post to Slack, etc. |
| Condition | Branching logic: if-else checks based on data or previous step outputs. |
| Loop | Repeat a sequence for each item in a list. |
| Tool | External integration: Gmail, Notion, Google Sheets, HTTP API, Slack, etc. |
| Memory | Persistent storage for agents to recall past interactions or context. |
| Flow | Sequence of blocks that defines the agent’s behavior. |
| Workspace | Organizational unit for grouping agents, credentials, and team members. |

