Profile & Settings
Manage your account, API key, and preferences.
Account
…
API Key
Your API key gives full access to all Slopshop products from any environment. Keep it secret — never commit it to version control.
slop auth login --key YOUR_KEY
Dream Engine — LLM Preferences
Choose which AI providers power your Dream Engine sessions.
Used when running insight_generate strategy in multi-LLM mode (Planet Research).
Developer Tools
# Install globally
npm install -g slopshop-cli
# Authenticate
slop auth login
# Store a memory
slop memory set my-key "hello world"
Danger Zone
Sign out
End your current session. Your data stays intact.