Skip to content

AI in Bagisto

Bagisto has AI in two places in the platform: Generative AI (Magic AI) in core produces content, and WebMCP in the Shop package declares storefront actions as tools for an AI agent in the shopper's browser. For the developers who extend Bagisto, agent skills give coding agents its conventions, and llms.txt gives AI tools this documentation as plain text.

Generative, Agentic, and the Difference

The terms are used deliberately, because they describe different things:

TermMeaning hereWhere Bagisto has it
Generative AIA model produces content: text, translations, keywords, imagesGenerative AI (Magic AI), in core: text in the admin editor, product images in the admin, image-search keywords, review translation, the checkout success message
Agentic AIAn AI agent performs actions through tools, not only textWebMCP: storefront tools a browser agent calls; Agent Skills: the conventions a coding agent follows while it changes your code
Agentic commerceCommerce where AI helps produce a store's content and agents act on the storefront for a shopperThe direction the two add up to. Bagisto has no agent of its own that runs a store or shops by itself

What Stays with People

  • In the admin, Generative AI (Magic AI) returns text to a dialog in the editor and images to a dialog in the image uploader. Nothing reaches the product or page until the admin applies the result and saves the form.
  • On the storefront, a review translation, a checkout success message or the keywords for an image search are shown to the shopper as they come back from the provider, and none of them is saved.
  • A WebMCP tool fills a storefront form and submits it in the shopper's session, and the result is an ordinary page. No tool places an order or pays: proceed_to_checkout opens the checkout page, and add_to_wishlist sends a guest to the sign-in page.

Pages in This Section

For Your Store
For Developers & AI Agents

For the REST and GraphQL reference, Build with AI describes its own llms.txt and an optional MCP server that searches it.

Released under the MIT License.