{ "name": "cmdb-assistant", "version": "1.0.0", "description": "NetBox CMDB integration for infrastructure management - query, create, update, and manage network devices, IP addresses, sites, and more", "author": { "name": "Bandit Labs", "email": "dev@banditlabs.io" }, "homepage": "https://github.com/bandit-labs/cmdb-assistant", "license": "MIT", "keywords": [ "netbox", "cmdb", "infrastructure", "network", "ipam", "dcim" ], "commands": { "cmdb-search": { "description": "Search NetBox for devices, IPs, sites, or any CMDB object", "source": "commands/cmdb-search.md" }, "cmdb-device": { "description": "Manage network devices (create, view, update, delete)", "source": "commands/cmdb-device.md" }, "cmdb-ip": { "description": "Manage IP addresses and prefixes", "source": "commands/cmdb-ip.md" }, "cmdb-site": { "description": "Manage sites and locations", "source": "commands/cmdb-site.md" } }, "agents": { "cmdb-assistant": { "description": "Infrastructure management assistant for NetBox CMDB operations", "source": "agents/cmdb-assistant.md" } } }