Reference

CLI Reference

ncp --help                          # Show all available commands
ncp init <project-name>             # Initialize a new agent project
ncp validate .                      # Validate project structure
ncp package .                       # Build .ncp deployment package
ncp authenticate                    # Authenticate with NCP platform
ncp deploy <file>.ncp               # Deploy agent
ncp playground                      # Interactive local testing
ncp remove --agent <agent-name>     # Remove deployed agent

PyPI package: https://pypi.org/project/ncp-sdk/arrow-up-right

GitHub repositories:

  • Agent Onboarding - upload, approval workflow, and role requirements

  • Roles & Permissions - configuring Submit Agents access

  • Data Connectors - available connectors that agents can reference

Last updated