Skip to content

Agentic B2C Developer Toolkit

CLI, Agent Skills, MCP Server, and IDE extensions for Salesforce Agentforce Commerce — everything you and your coding agent need to build, deploy, and operate B2C Commerce together.

Agentic B2C Developer Toolkit — CLI, Agentforce Vibes, and Claude Code

Install the CLI

bash
npm install -g @salesforce/b2c-cli
bash
npx @salesforce/b2c-cli --help
bash
brew install SalesforceCommerceCloud/tools/b2c-cli

Install Agent Skills

Detailed setup: Claude Code · Codex · Copilot · Agentforce Vibes · All IDEs

bash
claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
# Use --scope project to install for current project only
claude plugin install b2c-cli
claude plugin install b2c
text
In VS Code, open the Command Palette (Cmd/Ctrl+Shift+P) and run:
  Chat: Install Plugin from Source
Then enter:
  SalesforceCommerceCloud/b2c-developer-tooling
bash
copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
copilot plugin install b2c-cli@b2c-developer-tooling
copilot plugin install b2c@b2c-developer-tooling
bash
codex plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
# Then in Codex, run /plugins, select the "B2C Developer Tooling"
# marketplace, and select and install the desired plugins.
bash
# Marketplace install coming soon. For now, use the B2C CLI:
npx @salesforce/b2c-cli setup skills --ide agentforce-vibes
bash
npx @salesforce/b2c-cli setup skills

Packages

PackageDescription
@salesforce/b2c-cliCommand-line tools for Salesforce B2C Commerce
@salesforce/b2c-dx-mcpMCP Server for AI-assisted development
@salesforce/b2c-tooling-sdkSDK library for custom integrations

Formerly B2C DX

The project previously known as B2C DX (B2C Developer Tooling) is now the Agentic B2C Developer Toolkit. The CLI package name (@salesforce/b2c-cli), commands, and configuration remain the same.

Released under the Apache-2.0 License.