> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Week-by-week summary of new features, integrations, and improvements

Stay up to date with the latest changes to Cargo. This page covers the main updates shipped between **February and July 2026**.

***

## July 2026

<AccordionGroup>
  <Accordion title="Week of Jul 13–19" icon="calendar">
    **New features**

    * **CDK manifests** -- new `cdk manifest init` and `cdk manifest add` commands to set up GTM repos
    * **Test before you deploy** -- run agents and workflows straight from your CDK project, plus `cdk check`, slug hints, and loop DX
    * **`cargo-ai mcp`** -- a stdio bridge that connects any MCP client to your Cargo MCP servers
    * **Local worker development** -- `npm run dev` in the worker SDK for a local dev loop
    * **Realtime computed columns** -- computed columns are evaluated on the fly for realtime plays
    * **Filtered watch schedules** -- watch schedules can now run on models with a config filter
    * **Download deployment source** -- grab the source of any hosting deployment from its dropdown
    * **Default API token** -- workspaces now surface a user-facing default token
    * **Per-reference unification** -- configure unification per reference, with account slug matching

    **Integrations**

    * **Anthropic** -- added the Claude Sonnet 5 model
    * **Salesforce** -- REST request and invoke flow actions
    * **Lemlist** -- CRM contact and company actions
    * **Company Enrich** -- Get Workforce and Lookup Person actions
    * **Slack** -- clearer agent message display

    **Improvements**

    * Token usage is now returned by OpenAI and Anthropic instruct actions
    * Chat renders every context capability tool invocation
    * Segment filters are validated against column types
    * The end node is now a regular node you can add and remove
    * Territory descriptions accept long-form text
  </Accordion>

  <Accordion title="Week of Jul 6–12" icon="calendar">
    **New features**

    * **`cdk pull`** -- generate `define*` source from a live workspace
    * **`cdk init --from`** -- scaffold a project from a cookbook repo on GitHub
    * **Models in the CDK** -- native object and unified models, unification, relationships, and typed `model.columns` accessors
    * **Typed action outputs** -- integration action outputs are typed in workflow codegen
    * **App capability** -- agents can edit a hosted app in a git-backed sandbox runtime
    * **Worker cron triggers** -- schedule workers, with custom-integration auto-detect and automatic Cargo API auth
    * **Export deployment source** -- download any deployment as a `tar.gz`
    * **`cargo-quickstart`** -- a guided first-run demo launched by the installer

    **Integrations**

    * **Sillage** -- new integration with a listen signals extractor
    * **Default connector per integration** -- pick which connector an integration uses by default

    **Improvements**

    * MCP tool calls no longer time out on long-running actions
    * Computed column DDL is idempotent and surfaces structured errors
    * Record creation returns a readable message on validation errors
    * Manual runs in the play editor no longer hang or spawn duplicate runs
  </Accordion>

  <Accordion title="Week of Jun 30 – Jul 5" icon="calendar">
    **New features**

    * **Cargo CDK** -- define your entire Cargo setup in code and deploy it, including capacities and territories
    * **Standalone `cargo-cdk` bin** -- run the CDK as its own command
    * **Single sign-on per workspace** -- enforce a login provider per workspace, with Okta SSO support
    * **Edit in editor** -- reopen a past run in the editor to reproduce and iterate on it
    * **Inline file viewer** -- preview files directly in the files library

    **Integrations**

    * **Surfe** -- new integration
    * **LinkedIn & Sales Navigator** -- expired identities are now flagged in connection pickers so you can reconnect

    **Improvements**

    * HTTP webhook triggers now support insert, update, and remove events
    * Renamed "Revenue Organization" to "Territories" across the product
    * Restrict workspace access to company email domains
    * Workers are now built from TypeScript source server-side
  </Accordion>
</AccordionGroup>

## June 2026

<AccordionGroup>
  <Accordion title="Week of Jun 23–29" icon="calendar">
    **New features**

    * **Parallel Create Task** -- new Parallel AI action with webhook support
    * **Smarter exports** -- exports now respect your row selection and use meaningful filenames

    **Integrations**

    * **Perplexity** -- now selectable as an agent model
    * **Salesforce** -- hosted MCP integration
    * **LinkedIn** -- new Extract Similar Companies action

    **Improvements**

    * Raised the HTTP Call action timeout to 6 minutes for slower endpoints
    * Faster, more reliable runs across the platform
  </Accordion>

  <Accordion title="Week of Jun 16–22" icon="calendar">
    **New features**

    * **Agent output evaluator** -- automatically grade and gate agent output quality
    * **Resumable batches** -- large runs batches now resume where they left off
    * **Workflow deploy diff** -- review changes before deploying a workflow
    * **Per-segment columns** -- your column selection now persists per segment

    **Integrations**

    * **HubSpot & Notion** -- dedicated MCP integrations
    * **LinkedIn** -- Extract Company Employees Insights action
    * **Sales Navigator** -- person and company search metrics
    * **Lemlist** -- inbox and task actions
    * **Bright Data** -- Facebook profile scraping and async social actions

    **Improvements**

    * Content permissions can now be granted per role
  </Accordion>

  <Accordion title="Week of Jun 9–15" icon="calendar">
    **New features**

    * **Workflow SDK** -- define workflows in code with TypeScript
    * **Domain management** -- buy and manage sending domains in-app, powered by the new Mailpool integration
    * **Cargo Forms** -- embeddable forms with a public form trigger
    * **Hosting previews** -- per-deployment preview URLs for apps and workers, plus custom domains
    * **Run date filters** -- filter runs by updated-after / updated-before

    **Integrations**

    * **Bright Data** -- Instagram, TikTok, Facebook, X, and YouTube scraping actions
    * **Salesloft** -- create notes on persons and accounts
    * **Anthropic** -- added the Claude Fable 5 model

    **Improvements**

    * Context files auto-fill missing title and description
  </Accordion>

  <Accordion title="Week of Jun 2–8" icon="calendar">
    **New features**

    * **Agents write to data models** -- agents can insert, update, upsert, and delete records
    * **Content library** -- files organized into a dedicated Content area with libraries
    * **Model relationships** -- link native object models together
    * **Expandable record view** -- richer record modal with model icons and a Canvas view toggle
    * **CLI update notifier** -- the CLI now tells you when a new version is available

    **Integrations**

    * **Parallel AI** -- new integration with Search and Extract actions
    * **Google Ads** -- Customer Match audiences
    * **Redshift** -- support for views in the fetch table extractor

    **Improvements**

    * Row-level filters on custom unification
    * Link-shortener domains are now blocked during unification for cleaner data
  </Accordion>
</AccordionGroup>

## May 2026

<AccordionGroup>
  <Accordion title="Week of May 26 – Jun 1" icon="calendar">
    **New features**

    * **Agent memory** -- agents can now retain memory across conversations
    * **Chat heartbeat** -- conversations auto-wake to continue long-running work
    * **Code interpreter & file attachments** -- improved code interpreter and file attachments in chat
    * **File search** -- search across your uploaded files
    * **Preview action outputs** -- see an action's output schema without running it
    * **Wait for completion** -- new option to wait for tool/agent steps to finish

    **Integrations**

    * **OpenAI & Anthropic** -- added GPT 5.5 / 5.3 and Claude Opus 4.8 models
  </Accordion>

  <Accordion title="Week of May 19–25" icon="calendar">
    **New features**

    * **Structured AI output** -- define a JSON schema for AI output at the release level
    * **Unification column selection** -- choose which columns to unify
    * **Human review in Slack** -- review items in Slack with an optional Edit button

    **Integrations**

    * **Airscale** -- personal email, reverse email, reverse phone, and Find People
    * **Smartlead** -- webhook events extractor
    * **HeyReach** -- list users for revenue organization sync

    **Improvements**

    * Integration models can now live inside model folders
    * Choose a default output type when creating AI messages
  </Accordion>

  <Accordion title="Week of May 12–18" icon="calendar">
    **New features**

    * **LinkedIn profile viewers** -- incremental viewers with a configurable extract limit

    **Integrations**

    * **Airscale** -- new integration with a phone lookup action
    * **Explorium** -- expanded business search filters
    * **NetSuite** -- improved field schema handling
  </Accordion>

  <Accordion title="Week of May 5–11" icon="calendar">
    **New features**

    * **Apps & Workers hosting** -- host apps and workers directly on Cargo
    * **Context files** -- new Context files and Context Agent
    * **Edit records inline** -- create and edit model records directly from the model view
    * **Monthly schedules** -- added an 'Every month' scheduling option
    * **Longer agent runs** -- raised the AI agent max steps from 30 to 100

    **Integrations**

    * **Marketo** -- new integration with Custom Objects support
    * **Mixpanel** -- EU data residency support
    * **Outreach** -- richer event attributes
    * **Cargo** -- prospect and business event triggers

    **Improvements**

    * Raised waterfall throughput for faster enrichment
  </Accordion>
</AccordionGroup>

## April 2026

<AccordionGroup>
  <Accordion title="Week of Apr 28 – May 4" icon="calendar">
    **New features**

    * **LinkedIn Matched Audiences** -- sync matched audiences via Polytomic
    * **LinkedIn profile viewers** -- fetch and extract profile viewers
    * **SQL exports** -- download query results directly
    * **Persistent filters** -- Logs and Agent Activities filters now persist in the URL

    **Improvements**

    * Renamed orchestration logs to "spans" for clarity
  </Accordion>

  <Accordion title="Week of Apr 21–27" icon="calendar">
    **New features**

    * **Scoped API tokens** -- create tokens with named, granular permissions
    * **Query your runtime data** -- run SQL over runs, batches, and records
    * **Easier CLI setup** -- CLI device-flow login and a one-line installer
    * **Workspace reports** -- submit feedback reports from your workspace

    **Integrations**

    * **Anthropic** -- added Claude Opus 7
    * **Cargo** -- Bombora intent topics enrichment
    * **LinkedIn** -- profile activity extraction

    **Improvements**

    * Promoted Claude Code as the primary install path
    * Raised the sync cap to 12k records for BigQuery and Snowflake
  </Accordion>

  <Accordion title="Week of Apr 14–20" icon="calendar">
    **New features**

    * **Instant record updates** -- record changes now apply immediately
    * **Concurrent runs limit** -- set a per-workspace concurrent runs limit
    * **Node status filter** -- filter model executions by node execution status

    **Integrations**

    * **OpenAI** -- added GPT 5.4 mini and GPT 5.4 nano models

    **Improvements**

    * Billing settings actions now respect write permissions
  </Accordion>

  <Accordion title="Week of Apr 7–13" icon="calendar">
    **New features**

    * **Tools are now "actions"** -- consistent terminology across the app
    * **Orchestration root nodes** -- with last-execution outputs
    * **Self-serve tier** -- new 1.5K credits/mo plan
  </Accordion>

  <Accordion title="Week of Mar 31 – Apr 6" icon="calendar">
    **New features**

    * **MCP resources & templates** -- resources support and reusable server templates for MCP
    * **Redesigned model list** -- grouped objects with active/inactive datasets
    * **Workspace logs view** -- see logs and execution timestamps across your workspace
    * **Signed batch webhooks** -- secret signing for batch completion webhooks

    **Integrations**

    * **Sales Navigator** -- company search metrics

    **Improvements**

    * Added unification mappings for official integrations
    * Renamed "Storage" to "Data Model"
    * Clearer CLI help text and a revamped sidebar
  </Accordion>
</AccordionGroup>

## March 2026

<AccordionGroup>
  <Accordion title="Week of Mar 24–30" icon="calendar">
    **New features**

    * **Record outputs export** -- export the output of individual records from workflow runs
    * **Date filters on runs** -- filter workflow run history by date range
    * **Monitoring webhooks** -- receive webhook notifications for workflow monitoring events

    **Integrations**

    * **Piloterr** -- added G2 product info endpoint integration
    * **Waterfall** -- added logging for waterfall webhooks

    **Improvements**

    * AI chats now use a table layout for better readability
    * Schedule display fixes
  </Accordion>

  <Accordion title="Week of Mar 17–23" icon="calendar">
    **New features**

    * **Community templates** -- browse and use community-contributed workflow templates
    * **Schedule on ingest model** -- schedule-based triggers now supported on ingest models
    * **Open tool/agent button** -- quickly jump to a tool or agent definition from the AI tools editor

    **Integrations**

    * **Email Bison** -- new integration with upsert lead action
    * **PhantomBuster** -- added fetch agent results action and UI schema
    * **LinkedIn** -- fixed post comment and reaction extraction
  </Accordion>

  <Accordion title="Week of Mar 10–16" icon="calendar">
    **New features**

    * **GPT-5.4 model support** -- added GPT-5.4 as an available language model
    * **Sales Navigator fetch accounts** -- new action to fetch account data from Sales Navigator with account-level filters
    * **Context resources** -- introduce contextual data resources for workflows
    * **Autocomplete search** -- search-on-change support for autocomplete fields across integrations

    **Integrations**

    * **Instantly** -- added search action
    * **Sales Navigator** -- account filters and extractor UUID support

    **Improvements**

    * Pricing page now shows enrichment credit details
    * Faster BigQuery and Snowflake downloads
    * Improved node validation
    * Improved model pause behavior
  </Accordion>

  <Accordion title="Week of Mar 3–9" icon="calendar">
    **New features**

    * **Integration MCP clients** -- integrations can now expose MCP-compatible tool clients
    * **Sales Navigator search limit** -- raised search leads limit to 25,000 records
    * **Release version validation** -- added validation for release versions

    **Integrations**

    * **Resend** -- new Resend API integration for transactional email
    * **Adyntel** -- new Adyntel integration
    * **DataFast** -- new DataFast integration with auto page view capture
    * **PhantomBuster** -- added fetch agent results action
    * **Firecrawl** -- added search endpoint
    * **Icypeas** -- added findPeople and findCompanies actions
    * **EnrichCRM** -- added getFunding action

    **Improvements**

    * Improved Sales Navigator search
    * Improved "let agent decide" mode
    * URL verification webhook support
  </Accordion>
</AccordionGroup>

## February 2026

<AccordionGroup>
  <Accordion title="Week of Feb 24 – Mar 2" icon="calendar">
    **New features**

    * **Burst rate limiting** -- introduced burst rate limit support for better throughput control
    * **Webhooks for waterfall and full enrich** -- webhook-based event delivery for waterfall and full enrich workflows
    * **Multi-dataset model relationships** -- models now support relationships across multiple datasets
    * **Package publishing through app** -- publish npm packages directly through the Cargo app

    **Integrations**

    * **Attio** -- added note creation and list notes actions
    * **Cognism** -- improved enrichment with chunked processing
    * **Snowflake** -- added batching support for actions
    * **BigQuery** -- added batch support

    **Improvements**

    * Increased LinkedIn rate limits
    * Added sync after model creation
    * Workflow termination on model deletion
    * Updated email waterfall and Salesforce dedup templates
  </Accordion>

  <Accordion title="Week of Feb 17–23" icon="calendar">
    **New features**

    * **Cargo SDK** -- introduced the official Cargo SDK for programmatic access
    * **Cargo CLI** -- introduced the Cargo command-line interface
    * **Waiting mode** -- implemented waiting mode for long-running workflow steps
    * **Message cancel** -- support for cancelling in-progress AI messages
    * **LinkedIn event attendees** -- new capability to extract LinkedIn event attendees

    **Integrations**

    * **Exa** -- new Exa search integration
    * **Gemini** -- added Gemini models with credit support
    * **Anthropic** -- added new Anthropic model variants

    **Improvements**

    * LinkedIn find profile URL capability
    * Human review now tracks user assignment and logs
    * File upload body limit increased to 2GB
    * Cancel downstream runs when parent is cancelled
    * Improved batch download performance
    * Renamed "agent deployment" to "trigger" across the UI
  </Accordion>

  <Accordion title="Week of Feb 10–16" icon="calendar">
    **New features**

    * **AI rate limiting** -- implemented rate limiting for AI language models and AI worker activities
    * **Node modal** -- new modal interface for node configuration
    * **Model DDL** -- introduced data definition language support for models
    * **SoR readonly queries** -- system of record now supports read-only query mode
    * **Enrollment filter** -- new filter type for enrollment-based targeting
    * **Trigger rename** -- renamed "tool launch" and "agent deployment" to "trigger" for consistency

    **Improvements**

    * More reliable model sync
    * LinkedIn find profile URL action
    * Improved segment filter validation
    * Credits support for company enrichment
    * Improved LinkedIn company enrichment coverage from domain
  </Accordion>

  <Accordion title="Week of Feb 3–9" icon="calendar">
    **New features**

    * **Lookup columns** -- introduced lookup columns for cross-model data references
    * **Recipes** -- re-introduced the recipes system for reusable workflow patterns
    * **Unification property modal** -- new modal for managing unification property mappings
    * **Confirmation modal for scheduled triggers** -- added a confirmation step when switching to scheduled trigger mode

    **Integrations**

    * **Anthropic** -- added Opus 4.6 model support
    * **OpenAI** -- added missing model variants
    * **Outreach** -- updated integration with opportunity prospect role and event types
    * **Apollo** -- updated search endpoint

    **Improvements**

    * Faster batch starts
    * Faster agent execution
    * Stripe subscription cancellation support
    * Upload limit increased to 500MB
  </Accordion>

  <Accordion title="Week of Jan 31 – Feb 2" icon="calendar">
    **New features**

    * **Integration language models** -- integrations can now expose their own language models for use in AI actions
    * **Bearer token auth** -- API now supports bearer token authentication

    **Integrations**

    * **Outreach** -- added event name selection for Outreach events

    **Improvements**

    * Improved file upload handling
    * Added description tooltips on file widget
  </Accordion>
</AccordionGroup>
