Skip to main content
The jam-nodes Playground provides two ways to test nodes interactively:
  • CLI - A command-line tool for quick testing during development
  • Web - A browser-based UI for visual exploration and demos

When to Use Each

Installation

Quick Examples

List all available nodes:
Run a node with mock data (no API keys needed):
Run a node with JSON input:

Credential Management

Both CLI and Web interfaces support three credential sources:
  1. Environment variables - Most secure, recommended for production
  2. Encrypted local storage - Convenient for development
  3. Runtime prompts - One-off testing
Use 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.