LoomLoom uses a server URL and bearer token. At the current launch stage, authenticated execution and transaction flows are available through ShengSuanYun.
Create or copy a key from the ShengSuanYun API Keys page, then configure your shell:
Verify the configuration without printing the token:
Credential rules
- Use a token only with the environment and platform that issued it.
- Send a token only over HTTPS and only to the host you explicitly configured.
- Never send a ShengSuanYun token to a CogFoundry host, or a CogFoundry token to a ShengSuanYun host.
- Do not follow a cross-domain redirect while retaining a token.
- Never place a real token in source code, committed
.env files, documentation, screenshots, logs, or support tickets.
- Prefer
LOOMLOOM_TOKEN over --token; command-line arguments may be retained in shell history or visible to local process inspection.
CogFoundry payment and transaction capabilities are not currently open. Do not switch a working ShengSuanYun configuration to a CogFoundry host.
One-command overrides
You can override configuration for one invocation:
Use this only in a protected terminal session. See Environment variables for precedence and legacy variable names.