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.
Issue, list, and revoke scoped access tokens with the S2 CLI.
s2 list-access-tokens
s2 issue-access-token \ --id my-token \ --expires-in 30d \ --op-group-perms "stream=rw"
s2 issue-access-token \ --id scoped-token \ --basins "my-basin" \ --streams "events/" \ --op-group-perms "stream=rw" \ --expires-in 7d
s2 revoke-access-token my-token