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.

Build a Tool

Create reusable automations that enrich, score, or transform your data

Build an Agent

Deploy AI agents that research prospects and take action autonomously

Build a Play

Orchestrate multi-step workflows triggered by real-time signals

Build a Data Model

Define and manage the data that powers your GTM motions

Learn the platform

Dive deeper into Cargo’s core concepts.

Tools

Single-purpose automations for enrichment, scoring, and actions

Agents

AI-powered workers that reason, research, and execute tasks

Plays

Event-driven workflows that orchestrate your GTM stack

Resources

Models, files, and data sources that fuel your automations

Revenue Organization

Route and assign leads to the right reps automatically

Integrations

Connect Cargo to your CRM, warehouse, and enrichment tools

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.

Expressions cheatsheet

Quick reference for JavaScript methods, templates, and patterns

API Reference

Build custom integrations with the Cargo REST API. Use our official npm library @cargo-ai/api for a typed, JavaScript/TypeScript client.

API Documentation

Complete reference for all API endpoints

Authentication

Learn how to authenticate your API requests

@cargo-ai/api

Official npm library for a typed JavaScript/TypeScript API client

Resources

Video tutorials

Step-by-step walkthroughs for popular use cases

Credits & billing

Understand Cargo’s usage-based pricing model

Community

Join other GTM teams building with Cargo

Expressions cheatsheet

Quick reference for writing expressions in Cargo