- CLI - A command-line tool for quick testing during development
- Web - A browser-based UI for visual exploration and demos
When to Use Each
| Use Case | CLI | Web |
|---|---|---|
| Testing nodes during development | Best | Good |
| Exploring node inputs/outputs | Good | Best |
| CI/CD or scripted testing | Best | - |
| Demos and presentations | - | Best |
| Learning the node API | Good | Best |
Installation
Quick Examples
List all available nodes:Credential Management
Both CLI and Web interfaces support three credential sources:- Environment variables - Most secure, recommended for production
- Encrypted local storage - Convenient for development
- Runtime prompts - One-off testing
jam init to generate an .env template with all supported credentials.
Next Steps
CLI Reference
Full command reference for the CLI tool.
Web Playground
Guide to the browser-based playground.