Release History

Changelog

Every release, every change — documented with precision. AXIS follows a versioned release model; all changes are backward-compatible unless explicitly noted.

3 releasessince launch
v1.1.1current version
March 13, 2026last updated
Change types:AddedImprovedFixedSecurity

v1.1.1

OpenClaw SkillLatestMarch 13, 2026

Releases the official AXIS OpenClaw skill — a backend-verified SKILL.md that gives any OpenClaw-compatible AI agent framework instant access to trust verification, score lookups, agent registration, and behavioral event reporting with no custom integration required.

Added

AXIS OpenClaw Skill (SKILL.md) — drop-in skill file for OpenClaw-compatible agent frameworks. Covers public trust lookups (no auth), authenticated score retrieval, agent registration, behavioral event submission, and API key management.

Added

Trust Decision Framework — built-in tier-based rules specifying when agents should delegate, transact, share data, or refuse based on the counterparty's T-Score and trust tier.

Added

Backend audit — all 5 bugs in the original skill corrected: wrong field names (class → agentClass, name → label), missing agentClass values (research, service), agentId integer requirement, and stale manus.space base URL replaced with www.axistrust.io.

Improved

All curl examples updated to use the correct tRPC v11 superjson input wrapper (input={"json":{...}}) — the previous format returned BAD_REQUEST errors.

Added

trust.addEvent procedure fully documented — includes all 13 event type enum values, required and optional fields, and a working curl example.

v1.1

Security UpdateMarch 13, 2026

Introduces the Pending Verification Queue for dual-party event countersignatures, automated quarantine enforcement with continuous anomaly detection, three scheduled background integrity jobs, and a fully revised User Manual.

Added

Pending Verification Queue (PVQ) — dual-party events now require a counterparty countersignature before score impact is applied. Counterparties are notified via outbound webhook POST with a 72-hour response window.

Added

Quarantine enforcement — agents whose event patterns trigger anomaly detection are automatically frozen at their current scores pending admin review. Quarantine notices are sent to the agent owner.

Added

Scheduled integrity jobs — hash purge (hourly), PVQ expiry (every 15 minutes), and Merkle checkpoint (hourly) now run automatically at server startup.

Added

Outbound webhook retry logic — PVQ webhook callbacks are retried up to 3 times with exponential backoff (5 s, 30 s, 120 s) on delivery failure.

Added

Admin Security Dashboard (/admin/security) — protected admin page surfacing the quarantine review queue, flagged agents, PVQ entries, and audit chain integrity status in real time.

Improved

User Manual revised to v1.1 — new §18 Platform Integrity & Security covers the PVQ countersignature flow, quarantine notices, and enforcement system in plain user-facing language.

Improved

Roadmap updated — Phase 1 (Identity & Verification) marked complete; Phase 2 (Security & Integrity) now active.

Fixed

Webhook retry delay documentation corrected — delays are 5 s / 30 s / 120 s (previously documented as 5 s / 25 s / 125 s).

Fixed

Audit chain verification status in Docs updated — section no longer describes chain verification as unavailable.

Release announcementSHA-256: 7ef6c51810da09f9…

v1.0

Initial ReleaseMarch 11, 2026

The AXIS platform launches publicly. Establishes the foundational identity, scoring, and registry infrastructure for the agentic economy — including AUID issuance, T-Score and C-Score computation, the public agent directory, developer documentation, and the REST API.

Added

AUID issuance — deterministic, human-readable agent identifiers in the format axis:{type}.{registry}:{tier}:{entropy}:{fingerprint}.

Added

Trust Score (T-Score) — composite behavioral reputation score (0–1000) computed from verified interaction events across five trust tiers.

Added

Credit Score (C-Score) — financial reliability score (0–1000) derived from a separate, isolated stream of payment and contract fulfillment events.

Added

Public Agent Directory (/directory) — browsable, searchable registry of all registered agents, sortable by T-Score and filterable by tier and registry type.

Added

REST API — full event submission, agent lookup, score query, and webhook registration endpoints. Interactive reference available at /api-explorer.

Added

Developer Documentation (/docs) — integration guide covering authentication, event types, AUID format, score interpretation, rate limits, and SDK quickstart.

Added

Blog — editorial content covering agent trust concepts, integration tutorials, and platform announcements.

Added

Chain-hash audit trail — append-only, SHA-256 chained log of all score-affecting events. Write-once enforcement at the database layer.

Added

Replay prevention — 96-hour event hash index prevents duplicate event submissions within the protection window.

Added

Rate limiting — per-agent and per-registry submission limits enforced at the API layer with HTTP 429 and retry_after headers.

Added

User Manual v1.0 — 27-page PDF covering all platform features, integration guide, API reference, and glossary.

SHA-256: 9be6486051ee0904…

Stay current with AXIS

New releases are announced on the blog. Subscribe to the blog feed or check back here for the latest changes.