HomeFeaturesSecurityPricingDocsContact

Quick Start Guide

1. Install the CLI

Install the AgentNode Pro CLI using npm or download the binary directly.

terminal
# Install via npm npm install -g @agentnode/cli # Verify installation anpro --version

2. Authenticate

Login with your AgentNode Pro credentials.

terminal
# Interactive login anpro login # Or use API key anpro auth --token YOUR_API_KEY

3. Register Your First Agent

Register an AI agent and start monitoring.

terminal
# Register a new agent anpro agent create \ --name "production-assistant" \ --type "conversational" \ --model "gpt-4"

Need Help?

Our developer relations team is here to help.