AI Agent Actions
GoodStuf provides an Actions API for AI agents at /actions/chat.
Send POST requests with JSON body: {"message": "your natural language request", "session_id": "unique-session-id"}.
The agent can: search products, view details, check availability, compare products, add to cart, apply promo codes (SAVE10, SAVE20, FREESHIP, WELCOME), checkout, and track orders.
REST API documentation: /actions/docs
Full API spec: /openapi.json
LLM instructions: /llms.txt