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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@catalogicus-international/n8n-nodes-autograph

v0.1.0

Published

n8n community nodes for the AutoGRAPH Service API

Readme

@catalogicus-international/n8n-nodes-autograph

n8n community nodes for the AutoGRAPH Service API.

Features

  • 13 nodes matching every group in the pinned AutoGRAPH 2026.1.2.1 OpenAPI document.
  • Coverage of 192 paths and 305 GET/POST method definitions.
  • Separate username/password Login and AG-Token credentials.
  • Custom API requests and binary report/photo downloads.
  • Polling trigger for changes in online device snapshots.
  • No runtime dependencies outside n8n-workflow.

Authentication

Use AutoGRAPH Login API credentials with AutoGRAPH Authentication to obtain a token. Pass its token and baseUrl fields to the Session Token Override and Base URL Override parameters of another node.

For scheduled workflows and AutoGRAPH Trigger, store the server URL and ready token in AutoGRAPH Token API credentials. API calls send the token through the AG-Token header and never add it to the query string.

Nodes

The package includes Authentication, Core Service, Device Data, Properties, Object Management, Administration, Reports, Application Data, Billing, Virtual Trees, Technical Control, Object Settings, Miscellaneous, Custom API, and Trigger nodes.

Each API-group node offers the operations discovered in its OpenAPI tag. Use Fields for documented parameters or Raw JSON for server-specific request shapes. The Custom API node accepts only relative /ServiceJSON/... paths.

Arrays are returned as separate n8n items. Online information maps include deviceId. Reports, photos, and ZIP files are returned in the data binary property.

Trigger

AutoGRAPH Trigger polls GetOnlineInfoAll or GetOnlineInfo. The first active poll establishes a baseline. Later executions emit changed devices with previous, current, and changedFields. Manual execution returns the current snapshot without changing the baseline.

Development

pnpm install
pnpm generate
pnpm test
pnpm run lint
pnpm run build
npm pack --dry-run

The OpenAPI registry is generated from openapi/autograph-2026.1.2.1.json. Generated runtime files are committed; builds do not use the network.

Русский

Пакет предоставляет 15 нод n8n для AutoGRAPH: отдельную авторизацию, 12 функциональных групп Swagger, универсальный API-запрос и polling trigger.

Для интерактивного workflow используйте AutoGRAPH Authentication, затем передайте token в Session Token Override, а baseUrl — в Base URL Override. Для расписаний и Trigger сохраните готовый токен в credentials AutoGRAPH Token API.

В групповых нодах режим Fields показывает параметры OpenAPI, а Raw JSON позволяет передать объекты query и body. Отчёты, фотографии и ZIP возвращаются как binary data. Trigger на первом рабочем опросе сохраняет исходное состояние, а затем выдаёт только изменившиеся online-снимки устройств.

License

MIT