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-01Negotiator Agent
CoreThe Salesperson. Handles ACP queries, calculates margin in real-time, and closes deals.
Recommender Agent
The Cross-Sell Engine. Uses semantic bundle matching to suggest relevant products.
Fulfillment Agent
The Warehouse Manager. Monitors stock levels and automates purchase orders.
Order Agent
The Customer Support Rep. Handles post-purchase modifications and returns.
Start building
Catalog AI Operations
Import products with auto-tagging, generate vector embeddings, and optimize for agent readability
Agent Management
Deploy, hot-swap prompts, and stream live Chain of Thought reasoning logs
Payments & Wallets
Configure Stripe SPT, PayPal, and delegate spending limits for B2B agents
Integrations
Connect Shopify, Salesforce, and legacy ERPs for seamless order sync