Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
What the StateSet platform does, as a map — each capability linked to the docs that actually cover it.
order event ──▶ webhook ──▶ your handler ──▶ customer notification
# Subscribe once; react instead of polling curl -X POST https://api.stateset.com/api/v1/webhooks \ -H "Authorization: Bearer $STATESET_API_KEY" \ -H 'content-type: application/json' \ -d '{ "url": "https://example.com/hooks/stateset", "events": ["order.created", "order.updated"] }'