Supyagent
Package ReferenceCLI (Python)

CLI (Python)

Install and use the supyagent CLI to connect your account, run cloud tools, and generate skill files.

CLI (Python)

The supyagent CLI connects your terminal to Supyagent Cloud. It lets you authenticate, discover and run integration tools, manage webhook events, generate skill files for AI coding assistants, and store API keys securely.

Installation

Requires Python 3.11 or later.

pip install supyagent

Or with uv:

uv pip install supyagent

Verify the installation:

supyagent --version

Global Options

FlagDescription
--versionPrint the installed version and exit
--debugEnable debug logging (hidden flag)
--helpShow help for any command

Default Behavior

Running supyagent with no subcommand shows a welcome message. If you're already connected to Supyagent Cloud, it also shows your connection status and available tools — equivalent to running supyagent status.

Commands Overview

CommandDescription
connectLink your terminal to Supyagent Cloud
disconnectRemove stored credentials
statusShow connection status and available tools
doctorRun diagnostics on your setup
docsView API documentation in the terminal
service toolsList available cloud tools
service tools --infoShow detailed info for a specific tool
service runExecute a cloud tool
inboxView and manage webhook events
service inboxList inbox events (JSON-friendly)
skills generateGenerate skill files for AI coding assistants
configManage stored API keys