Now self-healing — See the full UAIO loop run in 20 secondsRun Demo →
iTechSmart logoiTechSmart
Developer Integration · REST / MCP / A2A

Built for agents,
not just dashboards.

Three ways to invoke the full UAIO pipeline — REST for anything that speaks HTTP, MCP for agent frameworks, and the Linux Foundation A2A protocol for agent-to-agent orchestration. All governed. All receipted.

Three doors, one pipeline

Pick your integration path.

LIVE
🌐

REST API

ProofLink verification, incident state, platform status — direct HTTPS. Use from webhooks, CI pipelines, or any tool that speaks HTTP.

api.itechsmart.dev/v1 →
7 TOOLS LIVE
🔌

MCP Server

7 MCP tools available — any MCP-compatible agent invokes the full UAIO pipeline directly. Connect Claude, LangGraph, CrewAI, or any agent framework.

Tool manifest →
NOW LIVE
🤝

A2A Protocol

Linux Foundation Agent-to-Agent protocol on the same endpoint as MCP. Any LangGraph, CrewAI, or AutoGen agent orchestrates Supreme through one standard schema.

View agent card →
Hello, pipeline

From zero to a verified receipt in one call.

verify a receipt — curl
# Verify any ProofLink receipt — no auth required
curl https://api.itechsmart.dev/v1/verify/f0b71cc0970c96e2

{
  "receipt_id": "f0b71cc0970c96e2",
  "chain_status": "intact",
  "anchored": true,
  "verified": true
}
Agents welcome

Wire your agent into governed, receipted execution.