Skip to main content
Cargo - AI workforce for GTM Cargo helps revenue teams automate their go-to-market workflows with AI. Build custom tools, deploy intelligent agents, and orchestrate plays that run on autopilot — all connected to your CRM and data warehouse.

Get started

Build your first automation in minutes.

Learn the platform

Dive deeper into Cargo’s core concepts.

Expressions

Expressions are how you reference and transform data in Cargo. In many fields (e.g. tool inputs, action parameters) you can choose how the value is provided: Manual, Expression, AI, or Recipe. Each mode is suited to different use cases.

Input modes

ModeWhen to use it
ManualEnter a fixed value (text, number, etc.) that does not depend on other nodes or runtime data.
ExpressionCompute the value with JavaScript or a template. Reference outputs from previous nodes (e.g. {{ nodes.start.company_domain }}) and transform them. No AI involved.
AILet the model generate the value from context. Use when you want dynamic, language-model–driven output (e.g. summarizing, formatting, or generating text from other fields).
RecipeReuse a saved expression from the recipe catalog. Pick an existing recipe or create one so the same logic can be used in multiple places.
Manual gives you a static value; Expression and AI give you dynamic values (your code vs. the model); Recipe is a reusable, catalog-backed expression. Use the mode selector on expression-capable fields to switch between them.

API Reference

Build custom integrations with the Cargo REST API.

Resources