npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

agentify-client

v1.0.2

Published

Secure connection client for exposing local REST APIs, self-hosted LLMs, and development sites to the web instantly

Downloads

23

Readme

Agentify Client

Expose your local REST APIs, self-hosted LLMs, or development sites to the web in under 60 seconds.

agentify-client is a secure, cross-platform command-line tool that creates reverse proxy tunnels—called agnodes—to instantly connect your local or on-premises services to the web.

Each node provides a public URL like:

https://<nodename>.agentifyops.com

Ideal for developers running self-hosted AI models, building and testing REST APIs, or previewing local applications—without dealing with firewalls, port forwarding, or manual hosting.


📦 Installation

Install globally via npm:

npm install -g agentify-client

This will make the agentify CLI available on your system.


🔐 Setup Process

To set up your connection to AgentifyOps:

  1. Visit https://agentifyops.com
  2. Sign up or log in to your account
  3. Navigate to your dashboard and create a new node
  4. Configure your node settings and save
  5. Download the provided auth.json file that contains your node's credentials
  6. Place the auth.json file in the directory where you'll run the CLI

🚀 Usage

After installation and setting up your node on the web dashboard, run the CLI with your auth file:

agentify auth.json

This will establish the connection using the settings configured in your web dashboard. Your local service will immediately be accessible via the assigned URL:

https://<nodename>.agentifyops.com

All traffic to this URL will be securely forwarded to your local service based on the port and other settings specified when creating the node.

Use agentify --help to view all available commands.


✨ Features

  • Fast Deployment – Get any HTTP service online in under a minute
  • Public URLs – Each agnode provides a shareable web address
  • Self-hosted LLMs Support – Expose AI models for secure external access
  • REST API Friendly – Send GET, POST, PUT, or DELETE requests from anywhere
  • Cross-Platform – Supports Windows, macOS (Intel & Apple Silicon), and Linux
  • Automatic Binary Handling – Downloads and uses the correct native binary per OS
  • Secure Authentication – Uses auth.json to protect access to your nodes

🖥️ Supported Platforms

  • Windows (x64)
  • macOS (Intel & Apple Silicon)
  • Linux (x64)

The CLI detects your system and automatically selects the appropriate binary during execution.


🌐 Website

For full documentation, dashboards, and product updates, visit:

👉 https://agentifyops.com


🚧 Beta Notice

AgentifyOps is an evolving platform, currently in active development. The Agentify Client is in beta, and new features, improvements, and integrations are being released regularly. While the core functionality is stable, expect updates as we refine the experience based on community feedback. We're actively listening—your input helps shape the future of the platform.

🔑 Keywords

agentify, agnode, cli, reverse proxy, secure tunnel, local development, public URL, REST API, self-hosted LLM, on-premises infrastructure, secure connection, cross-platform, developer tools, node client, local to web, expose local service