Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create, list, inspect, reconfigure, and delete streams inside a basin with the S2 CLI.
s2 ls s2://my-basin/
s2://my-basin/events 2025-09-03T02:28:00Z s2://my-basin/user-actions 2025-09-03T02:28:48Z
s2 ls s2://my-basin/user-
s2 create-stream s2://my-basin/my-stream
s2 create-stream s2://my-basin/my-stream \ --storage-class express \ --retention-policy 1d
s2 get-stream-config s2://my-basin/my-stream
s2 reconfigure-stream s2://my-basin/my-stream \ --retention-policy 30d
s2 delete-stream s2://my-basin/my-stream