sg) lets you build, run, and manage integration tools from the terminal. It connects to your superglue instance (cloud or self-hosted) and supports both interactive and scriptable workflows.
Installation
Setup
Run the interactive setup wizard:- API key — from your superglue dashboard (Settings → API Keys)
- API endpoint — defaults to
https://api.superglue.cloud - Output mode — stdout only, or stdout + file
- Config location — project-local (
.superglue/config.json) or global (~/.superglue/config.json)
Configuration Resolution
Both API key and endpoint resolve in this order:- CLI flag (
--api-key,--endpoint) - Environment variable (
SUPERGLUE_API_KEY,SUPERGLUE_API_ENDPOINT) - Config file
- Default (endpoint defaults to
https://api.superglue.cloud)
Global Flags
These flags work with any command:| Flag | Description |
|---|---|
--api-key <key> | Override API key |
--endpoint <url> | Override API endpoint |
--json | Force JSON output (default in non-TTY environments) |
-V, --version | Print CLI version |
-h, --help | Show help |