# Agents for your Squarespace store

> AI agents for Squarespace stores: order follow-up, inventory reconciliation and product copy on the Commerce APIs, with every write held for a person.

Canonical page: https://aispeedforce.com/platforms/squarespace/

Last updated: 2026-09-23

Squarespace keeps its editor closed, so an agent works from the outside through the Commerce APIs and webhook subscriptions. We build the tools against those APIs, host a small approval queue for you, and hold every write until a person clears it.

## Three agents that work from outside the editor

Each one does a single job through the Commerce APIs. None of them edits your site design, and all of them hold their writes for a person.

### Order follow-up

Reads new and stalled orders, drafts the customer message, and prepares the fulfillment with tracking details once the order is ready to ship.

- **Touches**: Orders API, order fulfillments, webhook subscriptions
- **Human gate**: Every fulfillment and every customer message.

### Inventory reconciliation

Compares stock levels with your warehouse sheet or supplier feed and prepares the adjustments that bring them back in line.

- **Touches**: Inventory API, Products API
- **Human gate**: Every stock adjustment above a size you set.

### Product copy

Drafts product descriptions and fills gaps in variant details from your source data, for a person to review before anything changes.

- **Touches**: Products API
- **Human gate**: Every product change.

## What it connects to

Five surfaces, all of them public Squarespace APIs. There is no code inside your site, so the agent cannot break a page.

- **Orders API**: Reads orders and records fulfillments, so shipping updates reach the customer through Squarespace's own order flow.
- **Inventory API**: Reads stock and applies adjustments, always as a change a person has approved.
- **Products API**: Reads products and variants, and writes copy changes once they are approved.
- **Profiles API**: Reads customer profiles where a reply needs order history, and only reads.
- **Webhooks**: Webhook subscriptions to order events start a run from a real order instead of a poll.

### What each agent reads and writes

Read access is broad enough to answer the question, write access is narrow, and every write has a gate until you decide otherwise.

| Agent | Reads | Writes | Human gate |
|---|---|---|---|
| Order follow-up | Orders, customer profile | Order fulfillment | Every fulfillment and message |
| Inventory reconciliation | Inventory, products, your stock source | Inventory adjustments | Adjustments above your size |
| Product copy | Products, variants, your source data | Product updates | Every product change |

## An approval queue you open from email

Squarespace has no place for a custom admin screen, so we host a small approval queue for you. Each held action arrives as an email with a link to review it.

**Where it sits**: A private approval page we host for your store, linked from an email for each held action. Only the people you name can open it.

**What a reviewer sees**: The change the agent wants to make, the order or product it targets, and the run trace that led there, in one view.

**What waits by default**: Every fulfillment, every customer message, every product change and stock adjustments above the size you set.

**What a rejection does**: The run stops and the rejection is kept with its trace, then added to the eval suite so the same mistake is tested for on every change.

## Questions Squarespace merchants ask first

### Do we need a particular Squarespace plan?

The Commerce APIs are tied to commerce plans. Before we build, we check that your plan gives access to the APIs the agent needs, and we tell you if it does not.

### Can the agent change our site design or pages?

No. It only works through the Commerce APIs, so it can touch orders, inventory and product data, and nothing in your site layout.

### How does the agent know about a new order?

Through a webhook subscription on order events. Squarespace notifies the agent when an order is created or updated, so it does not poll your store.

### Where to go next

- [Automation and workflows](https://aispeedforce.com/services/automation-workflows/)
- [Agent engineering](https://aispeedforce.com/services/agent-engineering/)
- [Webflow agents](https://aispeedforce.com/platforms/webflow/)
- [All platforms](https://aispeedforce.com/platforms/)
- [Contact](https://aispeedforce.com/contact/)

## Name one job in your Squarespace store

Tell us the order, stock or product task that takes the most time. We will tell you what the agent would read, what it would write, and where the gate sits.
