stax
Command reference

CLI Overview

The stax reference CLI for building, validating, and distributing agent artifacts

stax is the reference CLI for building, validating, inspecting, materializing, and publishing stax artifacts.

The CLI is both a user tool and a conformance reference for the specification.

Think Docker, but for agents

The stax CLI follows the same mental model as Docker:

  • stax build is the agent equivalent of docker build
  • stax push is the agent equivalent of docker push
  • stax pull is the agent equivalent of docker pull

Consumers may then materialize or import the pulled artifact into a specific runtime or platform.

Command Reference

Authoring

Distribution

Consumption

Verification

On this page