What problem does it solve? Operating the Syllable AI platform through its CLI requires knowing dozens of resource commands, payload shapes, and non-obvious API behaviors (full-PUT updates, identifier quirks, enum values) that are not documented in --help output. ## Core Features & Use Cases - Full command surface coverage: Reference syntax, table columns, and inline-create flags for every resource including agents, prompts, tools, channels, sessions, outbound campaigns, and insights workflows. - Safety guardrails: Enforces org/environment confirmation before writes, never reads the credential config file, and requires --yes for destructive deletes in non-interactive runs. - Operational knowledge: Documents API gotchas, copy-paste JSON payload templates, and multi-step recipes such as cross-org agent cloning and bulk prompt updates. - Use Case: Ask to update the greeting for agent 42, and the skill loads the right reference, fetches the current resource with get, edits the JSON, and applies a full PUT update against the confirmed org and environment. ## Quick Start Ask the assistant to list the agents in your org or update a specific agent's greeting using the syllable CLI.