CLI first
Use QName from scripts, terminals, and agent workflows without opening the web app for every domain lookup.
A terminal interface for QName domain intelligence, built so humans and AI agents can run approved WHOIS lookups with predictable commands and structured output.
npm install -g @qname/clinpx skills add QNameAI/qname-cli -y -gqname-cli init --api-key <approved-key>qname-cli whois qname.ai example.com --prettyUse QName from scripts, terminals, and agent workflows without opening the web app for every domain lookup.
API access starts from a user request and admin approval, so usage stays tied to a known QName account.
Install the public Skill so Codex, Claude, and other agents know when to call qname-cli and how to read the result.
The API is intentionally narrow while qname-cli is in its first public shape. It is for domain lookup itself, not traffic enrichment or broader account automation.
The npm package installs the executable. The Skill is a separate instruction layer that teaches an AI agent the safe command surface, expected inputs, and current API limits.