acc

Agentic Commerce Connector — UCP/1.0 data-layer wrapper for traditional e-commerce.

Install the CLI

curl -fsSL https://get.xagenpay.com/install | sh

macOS (arm64, x64) · Linux (x64, arm64) · no Node, no clone required.

Deploy to your server (one command)

curl -fsSL https://get.xagenpay.com/install-server | \
  ACC_PUBLIC_HOSTNAME=acc.mystore.com sudo bash

Installs acc + nginx/Caddy + TLS + runs acc init wizard + enables systemd. DNS A record for the hostname must point at the server first.

After install

acc init        # setup wizard (browser-based Shopify connect)
acc start       # boot the connector
acc doctor      # diagnose
acc upgrade     # update in place

Pin a version

curl -fsSL https://get.xagenpay.com/install | ACC_VERSION=v0.7.5 sh