Get startedGlossary

Glossary

Key terms used across RunMyCrew.

Terms#

  • Workflow — a graph of nodes that automates a task.
  • Node — one step: a trigger, condition, action, AI, or HTTP call.
  • Trigger — the node that starts a workflow (schedule, webhook, event, manual).
  • Action — a node that performs work in a connected app.
  • Condition — a node that branches or filters based on data.
  • Run / execution — one invocation of a workflow, with a status and logs.
  • Connection — an OAuth-authorized link to an external app, scoped to a workspace.
  • Secret — an encrypted workspace value referenced as {{secrets.NAME}}.
  • Crew — an AI-driven workflow whose action is an agent with tool access.
  • Agent loop — a scheduled crew that runs autonomously under a budget.
  • Workspace — the boundary that owns workflows, connections and members.
  • Trigger drift / catch-up — how missed cron fires are handled (see Scheduling).
  • API key — a fuse_live_ token for programmatic access.