channels & fleet
Communication channels and multi-agent team management
astonish channels
Section titled “astonish channels”Manage communication channels (Telegram, Email).
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
status | Show status of all channels |
setup <channel> | Interactive channel setup |
disable <channel> | Disable a channel |
Available channels: telegram, email
Examples
Section titled “Examples”astonish channels status # Check all channel statusastonish channels setup telegram # Interactive Telegram setupastonish channels disable email # Disable email channelChannels require the daemon to be running. Set up channels with astonish channels setup <channel> or through Studio Settings > Channels.
astonish fleet
Section titled “astonish fleet”Manage fleet plans and autonomous agent teams.
Subcommands
Section titled “Subcommands”| Subcommand | Aliases | Description |
|---|---|---|
list | ls | List all fleet plans |
show <key> | Show plan details | |
activate <key> | Activate (start polling) | |
deactivate <key> | Deactivate (stop polling) | |
status <key> | Show activation status | |
delete <key> | rm | Delete a plan |
templates | List available fleet templates |
Plan keys support prefix matching and case-insensitive name matching. Plans are created through the Studio UI or the /fleet-plan slash command.
Examples
Section titled “Examples”astonish fleet list # List all plansastonish fleet show my-plan # View plan detailsastonish fleet activate my-plan # Start polling for workastonish fleet status my-plan # Check activation statusastonish fleet templates # List available templates