> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StateSet iCommerce CLI Safety Model

> Read-only defaults and explicit write intent for agent workflows.

# StateSet iCommerce CLI Safety Model

The iCommerce CLI defaults to read-only actions to keep agent workflows safe and auditable.

## Read-Only by Default

Use natural language to query without modifying data:

```bash theme={null}
stateset "show me pending orders"
```

## Explicit Writes with --apply

To apply changes, require explicit intent:

```bash theme={null}
stateset --apply "ship order #12345 with tracking FEDEX123"
```

## Why This Matters

* Prevents accidental writes during exploration
* Improves auditability in agent-driven workflows
* Enables safe iteration in production environments

## Related Documentation

* [CLI Guide](/stateset-icommerce/cli)
* [Examples](/stateset-icommerce/examples)
