AgenticFlow CLI
What You Can Do
Quick Start
# 1) install
pip install agenticflow-cli
# 2) set auth
export AGENTICFLOW_PUBLIC_API_KEY=your_public_key
# 3) preflight checks
agenticflow doctor --json
# 4) discover public operations
agenticflow ops list --public-only
# 5) invoke a known public endpoint
agenticflow call --operation-id health_check_v1_health_getRecommended Command Path (Current)
Known Limitation (Current Snapshot)
Next
Last updated