Troubleshooting & FAQ
Common issues and how to resolve them. Run stn COMMAND --help for any command's full
options.
Authentication & identity
"not logged in; run stn login". Your config has no token. Run
stn login; confirm with stn whoami.
A push is rejected for an unknown handle. Every @mention must be a
real user on the team. Check spelling, or run
stn team list for who's a member.
Endpoints & environment
I'm hitting production but meant to test locally. Endpoints come from the
environment, not config. Set STNDP_DEV=1 (or
STNDP_API_URL/STNDP_WEB_URL) in your shell;
stn whoami shows which endpoints are in effect. See
Configuration.
"refusing to send your auth token to http://…". The CLI only sends your token
over HTTPS (or http on localhost). Use an https:// endpoint, or
STNDP_DEV=1 for local development.
Scripts & automation
"--auto needs an interactive terminal." The AI-draft flow always asks you to
confirm, so it won't run in a script or CI. Pass explicit content there:
stn push TEAM "...". Enable drafting first with
stn ai on.
Agents & integrations
My agent doesn't see the stndp tools. Re-run
stn agent setup for the right --target and
restart the agent so it reloads its MCP config.
An integration shows "expired". A provider token lapsed — reconnect it from Dashboard → Integrations (team admin). See Integrations.
Something else? Email support@stndp.io, or see the Trust Center for security and data questions.