CLI Commands
Most users never need these — your agent manages its own infrastructure. These commands are available for power users and for the agent itself to operate.
instar # Interactive setup wizardinstar setup # Same as aboveinstar init my-agent # Create a new agent (general or project)Server
Section titled “Server”instar server start # Start the persistent server (background, tmux)instar server stop # Stop the serverinstar status # Show agent infrastructure statusLifeline
Section titled “Lifeline”instar lifeline start # Start lifeline (supervises server, queues messages)instar lifeline stop # Stop lifeline and serverinstar lifeline status # Check lifeline healthAuto-Start
Section titled “Auto-Start”instar autostart install # Agent starts when you log ininstar autostart uninstall # Remove auto-startinstar autostart status # Check if auto-start is installedAdd Capabilities
Section titled “Add Capabilities”instar add telegram --token BOT_TOKEN --chat-id CHAT_IDinstar add email --credentials-file ./credentials.json [--token-file ./token.json]instar add quota [--state-file ./quota.json]instar add sentry --dsn https://key@o0.ingest.sentry.io/0Users and Jobs
Section titled “Users and Jobs”instar user add --id alice --name "Alice" [--telegram 123] [--email a@b.com]instar job add --slug check-email --name "Email Check" --schedule "0 */2 * * *" \ [--description "..."] [--priority high] [--model sonnet]Backup and Restore
Section titled “Backup and Restore”instar backup create # Snapshot identity, jobs, relationshipsinstar backup list # List available snapshotsinstar backup restore TIMESTAMP # Restore a snapshotMemory Search
Section titled “Memory Search”instar memory search "deployment" # Full-text search across agent knowledgeinstar memory reindex # Rebuild the search indexinstar memory status # Index statsIntent Alignment
Section titled “Intent Alignment”instar intent reflect # Review recent decisions against stated intentinstar intent org-init # Scaffold ORG-INTENT.mdinstar intent validate # Check AGENT.md against ORG-INTENT.mdinstar intent drift # Detect behavioral drift over timeMulti-Machine
Section titled “Multi-Machine”instar machines whoami # Show this machine's identityinstar machines pair # Generate a pairing codeinstar machines join CODE # Join using a pairing codeDiagnostics
Section titled “Diagnostics”instar doctor # Run health diagnosticsFeedback
Section titled “Feedback”instar feedback --type bug --title "Session timeout" --description "Details..."