set-token
Provide a syntx.ai bearer token at runtime for authenticated operations when SYNTX_TOKEN is not set. The token is kept in memory only and is lost on restart.
Instructions
Set or replace the syntx.ai bearer token used by the server at runtime. Call this before any authenticated operation if SYNTX_TOKEN was not configured. The token is held in memory only — it is not persisted to disk and is lost when the process restarts. stdio only: this tool is rejected over the HTTP transport to prevent a remote client from hijacking the process-shared bearer (H4). Configure the token via the SYNTX_TOKEN env variable when running with --transport http.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | A syntx.ai bearer token. |