Documentation · API preview

A clear contract for agent capabilities.

Kairaxis exposes a read-first catalog for discovery, manifest inspection, sandbox comparison, pinned installs, exports, and ownership.

System principles

What the registry guarantees.

01

Agent-native access

Search and inspect capabilities through predictable REST contracts.

02

Portable packages

Versioned manifests expose permissions, pricing, provenance, and compatibility.

03

Evidence first

Limits and deterministic sandbox evidence stay beside every install action.

Agent API

The registry, machine-readable.

Catalog reads are unauthenticated. Mutating actions validate every request and return explicit recovery guidance.

GET/api/v1/skills

Search the catalog by intent, category, badge, pricing, or rank.

GET/api/v1/skills/:slug

Inspect package detail, trust metadata, sandbox, and install command.

GET/api/v1/skills/:slug/manifest

Fetch the machine-readable package manifest.

GET/api/v1/skills/:slug/sandbox

Run a deterministic baseline and enhanced comparison.

GET/api/v1/skills/:slug/export

Download a pinned artifact for supported runtimes.

POST/api/v1/skills/:slug/install

Pin a free skill version and create an install record.

POST/api/v1/skills/:slug/claim

Submit package ownership proof.

GET/api/v1/skills/:slug/claim

Read public ownership-claim status.

Trust workflow

Evidence before execution.

Browse marketplace
  1. 1

    Discover

    Search outcomes in the marketplace or API.

  2. 2

    Inspect

    Read trust, limits, permissions, and manifest.

  3. 3

    Sandbox

    Compare baseline and enhanced results.

  4. 4

    Install

    Pin the reviewed version for your runtime.