What problem does it solve? Managing an APX super-agent's line of work requires understanding the difference between installing, activating, configuring, and removing profiles, and mistakes like confusing install with use or off with uninstall lead to unexpected agent behavior. ## Core Features & Use Cases - Profile Lifecycle Management: Discover, install, activate, sync, and uninstall profiles (like secretary or project manager) with commands such as apx profile list, install, use, and off. - White-Label Configuration: Adjust per-profile settings like schedules, quiet hours, nudge budgets, and formality via apx profile config, with changes that actually reschedule cron routines rather than just editing JSON. - Diagnostics: Run apx profile doctor to detect missing requirements or drift between a package and its installed routines, and use --preview to inspect the rendered prompt block. - Use Case: When a user asks "why did my agent message me at 2am?", inspect the active profile's settings with apx profile show <id> --preview and fix the quiet hours with apx profile config --set quiet_hours=22:00-07:30. ## Quick Start Ask the agent to list available profiles and activate the secretary profile with a custom daily schedule.