CLI
Seiton CLI
Query analytics and manage websites, tokens, and expenses from the terminal. The CLI is a wrapper around the Seiton API — useful for AI agents and LLMs.
AI agent or LLM? Read this page as markdown
Install
npx @seiton/cli login
# or
npm install -g @seiton/cliThat installs a binary named seiton.
Authenticate
seiton loginOpens Settings → API / MCP. Paste the sei_ token. Saved at ~/.config/seiton/config.json.
echo $SEITON_TOKEN | seiton login
seiton login --token sei_xxxCommands
Omit --project and the CLI asks, or uses the only website in scope.
- seiton projects list
- seiton health
- seiton briefing
- seiton analytics [--period 7d]
- seiton revenue
- seiton churn
- seiton seo
- seiton integrations list
- seiton integrations sync --provider stripe
- seiton tokens list
Global flags and environment
--json— compact JSON for agents--verbose— request URL and status on stderrSEITON_TOKEN— override the saved tokenSEITON_API_BASE— defaulthttps://www.seiton.online/api/v1
seiton logoutDocs · API · MCP · CLI · Create a token · hello@seiton.online
