Package Reference
Package Reference
Reference documentation for the two Supyagent packages — the Python CLI and the Node.js SDK.
Package Reference
Supyagent ships two packages. Use one or both depending on your workflow.
CLI (Python)
The supyagent CLI connects your terminal to Supyagent Cloud. Use it to link your account, list and run tools, manage your inbox, generate skill files for AI coding assistants, and configure API keys.
pip install supyagent
supyagent connect
supyagent service toolsSDK (Node.js)
The @supyagent/sdk package lets you build AI-powered apps in TypeScript. It integrates with the Vercel AI SDK to provide cloud tools, chat persistence, context management, and React UI components.
npm install @supyagent/sdkWhen to Use Which
| Use case | Package |
|---|---|
| Connect your account and manage integrations | CLI |
| Run cloud tools from the terminal or scripts | CLI |
| Generate skill files for Claude Code, Cursor, or Codex | CLI |
| Build a web app with AI chat and cloud tools | SDK |
| Add chat persistence and context management | SDK |
| Render tool calls with React components | SDK |