@sly_ai scope on npm:
Node SDK
@sly_ai/sdk — typed client for Node.js / TypeScript / Deno. Covers every endpoint.CLI
@sly_ai/cli — terminal tool for ops, scripting, and CI.MCP server
@sly_ai/mcp-server — Sly capabilities as MCP tools for Claude Desktop.Webhook verification
Drop-in helpers for verifying webhook signatures in any language.
Which to use
| Scenario | Pick |
|---|---|
| Building a Node.js / TypeScript backend | Node SDK |
| Shell scripts, CI pipelines, local exploration | CLI |
| Claude Desktop, Cursor, agent runtimes | MCP server |
| Python / Go / Rust / other backend | Raw REST with the API reference |
Versioning
All packages follow semver. We treat a major version bump as a contract change — breaking changes happen only on majors. Minor versions add capability; patches fix bugs. Current versions as of this writing:@sly_ai/sdk— 0.1.x (pre-1.0, API may still evolve)@sly_ai/cli— 0.1.x@sly_ai/mcp-server— 0.1.x
^0.1.0).
