The Colossal app ships with every project. It provides the built-in triggers and actions that the Agent Builder uses to automate commerce operations.Documentation Index
Fetch the complete documentation index at: https://colossal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Triggers
40+ event triggers across orders, customers, cart, checkout, payments, invoices, and products. Agents fire when these events occur in your project. You can also run agents on a schedule. See the triggers reference for the full event list with payload schemas.Actions
Built-in actions for cart, checkout, customer, product, order, inventory, invoice, email, payment, and HTTP operations. Actions use thecolossal/ prefix in agent steps.
See the actions reference for the full catalog.
Trigger modes
Most triggers run asynchronously in the background. Cart triggers (CART_ITEM_ADDED, CART_ITEM_UPDATED, CART_ITEM_REMOVED) can run synchronously, modifying the cart before responding to the customer.
See trigger modes for details.