Skip to main content

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

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:
stateset "show me pending orders"

Explicit Writes with —apply

To apply changes, require explicit intent:
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