Contents
Coming soon

NAPT CLI — command-line access

The NAPT CLI will let you call NAPT from any terminal or CI/CD pipeline without needing the full MCP protocol setup.

Overview

Today you reach NAPT through the Model Context Protocol from an AI assistant. The CLI is a lighter path for engineers and pipelines: a single binary you install with pip, authenticate with an MCP key, and script against directly. It will mirror the same tools you already use through MCP — generation, template search, findings, and pipelines — so you can drop NAPT into shell scripts, cron jobs, and CI stages.

Planned commands

A preview of the command surface we're building. Syntax may change before release.

Installpreview — not yet available
bash
# Install
pip install napt-cli
Authenticatepreview — not yet available
bash
# Authenticate
napt auth login --key napt_mcp_your_key_here
Generate a scriptpreview — not yet available
bash
# Generate a script
napt generate "BGP fault finder for Cisco XR" --vendor cisco_xr --framework netmiko
Search templatespreview — not yet available
bash
# Search templates
napt templates search "MPLS VPN" --domain routing
Get findingspreview — not yet available
bash
# Get findings
napt findings list --severity critical --hours 24
Trigger a pipelinepreview — not yet available
bash
# Trigger a pipeline
napt pipeline run "nightly-compliance" --environment staging --dry-run
Check pipeline statuspreview — not yet available
bash
# Check pipeline status
napt pipeline status run-20260616-0942

Register interest

Get notified when the CLI ships

Drop your email and we'll let you know the moment napt-cli is available. No spam — just the launch announcement.

Prefer to use NAPT now? Connect via MCP or browse the MCP docs .