Developer quickstart

Make your agentic store in minutes. Deploy AI agents that negotiate, recommend, and fulfill orders autonomously.

  • Expose your catalog via the ACP and UCP
  • Accept tokenized payments with spending limits
# Install the CLI
curl -fsSL https://hyperfold.dev/install | bash

# Create your agentic store
hyperfold init my-store --region=us-central1

# Import products with AI-powered tagging
hyperfold product import --auto-tag --publish \
  https://myshop.com/products/sneaker-v2

# Deploy your first agent
hyperfold agent deploy ./agents/negotiator.py \
  --name=sales-bot-01

Commerce Agents

Start building