eigenpal status | One-shot dashboard: server, active tenant, user, key id, workflow count. Pair with —json for scripting. |
eigenpal init | Scaffold a new workflow project. Without [name], scaffolds into the current directory using the cwd basename as the workflow name. With [name], creates ./<name>/ and uses that as the slug. The flat layout matches what run workflows.<slug> already discovers, no manual file moves. |
eigenpal auth | Manage authentication. Credentials live in ~/.config/eigenpal/credentials.json as named profiles. Switch tenants with auth use <name> or set EIGENPAL_PROFILE=<name> for one shell. |
eigenpal workflow | Manage workflows: push, pull, and evaluate. |
eigenpal agents | Manage EigenPal agents: Git source, datasets, experiments, sessions, and releases. |
eigenpal run | Start a workflow or agent run, e.g. workflows.extract-invoice. |
eigenpal rerun | Create a new run from a previous run’s stored input snapshot. |
eigenpal runs | Inspect, watch, and manage workflow, agent, and eval runs. |
eigenpal skill | Install / uninstall / list the EigenPal agent skill in your project (Claude Code, Cursor, Codex, Gemini CLI, Antigravity, OpenCode, Pi, Windsurf, GitHub Copilot). |