UNPKG

@agentled/cli

Version:

CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.

16 lines (15 loc) 503 B
#!/usr/bin/env node /** * Agentled CLI — Zero context-window cost access to workflows, apps, and knowledge. * * Usage: * agentled auth login --key wsk_... * agentled workflows list * agentled apps test web-scraping scrape --input '{"url": "..."}' * * Environment variables: * AGENTLED_API_KEY — Workspace API key (wsk_*) * AGENTLED_URL — Base URL (default: https://www.agentled.app) * AGENTLED_WORKSPACE — Saved workspace id, alias, or name to target */ export {};