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

@godman-protocols/aiax

v0.1.1

Published

AIAX — Agent Interface & Agent eXperience: a protocol for agent-facing product surfaces. Minimum tokens to maximum decision-relevant information.

Readme

AIAX — Agent Interface & Agent Experience

"What an agent encounters when it shows up wanting to evaluate, navigate, decide, or transact."

Status: v0.1 draft · License: CC BY 4.0 (spec) · Canonical URL: kognai.ai/aiax


AIAX is a design discipline and a protocol for agent-facing product surfaces. Where UI/UX optimizes for human eyes and hands, AIAX optimizes the parallel surface for an agent reader, with minimum tokens to maximum decision-relevant information as its hard constraint.

A typical SaaS homepage costs an agent 5,000–15,000 tokens to evaluate. The same decision-relevant content can be delivered in 150–300 tokens via an AIAX surface. As agent operation cost becomes a meaningful share of unit economics, the surfaces that respect agent attention are the surfaces that get used.

The four tiers

| Tier | What | Path | Target size | |------|------|------|-------------| | 0 | Manifest | /.well-known/aiax.json | ~200 tokens | | 1 | Capability sections | /aiax/sections/<section>.json | 200–1,000 tokens each | | 2 | Action endpoints | /aiax/mcp (MCP) | callable | | 3 | Reference data | /aiax/reference/ | deep, on-demand |

The tiering is ordered by decision relevance, not by topic. Agents fetch Tier 0 always, Tier 1 when investigating, Tier 2 when transacting, Tier 3 when integrating.

In this directory

  • SPEC.md — the v0.1 specification (read this first)
  • BENCHMARK.md — the token-cost benchmark methodology
  • schemas/manifest.schema.json — JSON Schema for Tier 0
  • schemas/section.schema.json — JSON Schema for Tier 1
  • examples/aiax.json — example Tier 0 manifest (Invoica)
  • examples/sections/pricing.json — example Tier 1 section
  • CHANGELOG.md — version history

What AIAX is not

  • Not a replacement for MCP, OpenAPI, or llms.txt — it composes with all three
  • Not a registry or directory protocol — that's LAX
  • Not a negotiation protocol — that's PACT
  • Not a payment protocol — that's x402 / DRS
  • Not a moat for Kognai — the spec is permissive by design; the point is the discipline, not the namespace

Relationship to the Kognai protocol family

AIAX sits alongside PACT, LAX, DRS, and SCORE. All share Kognai's Retrieval-First Principle — privilege structured addressable retrieval over full-document delivery at every layer of the stack.

| Protocol | Layer | What it does | |----------|-------|--------------| | AIAX | Product surface | Agent-readable presentation of a product | | LAX | Discovery | Agent-to-agent capability publication | | PACT | Negotiation | Capability token signing | | DRS | Settlement | On-chain deal receipt (EAS on Base) | | SCORE | Reputation | Sovereign Constitutional Output Rating |

Reference implementation

Invoica (invoica.ai) will be the first published AIAX implementation, with a token-cost benchmark vs the human surface. See TICKET-063 in the Kognai Change Log.

Contributing

This is a v0.1 draft. Comments, issues, and adoption signals welcome via the canonical channel at kognai.ai/aiax (publication URL).