Register a data-stream private token
singular_register_data_streamSecurely store a private data stream token under a friendly alias for later use by push_datastream.
Instructions
Store a data stream's PRIVATE token under an alias so push_datastream can reference it by name (the raw token is never echoed back). Create the stream and get its private token from the Dashboard → Data Stream Manager.
Args: alias; privateToken; response_format. Returns { alias }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Friendly name to reference this stream, e.g. 'match-scores'. | |
| privateToken | Yes | The stream's PRIVATE token (secret) from Data Stream Manager. | |
| response_format | No | Output format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'. | markdown |