Developers

Command line

Run the whole trust layer from your terminal — onboard tools, run live clearance probes, check agent payments, and export an audit trail.

Onboarding

Get started

Pick your path, then run the trust layer from your terminal.

  1. 1

    Read the 60-second overview

    Clearance402 checks a paid tool before your agent pays for it — protocol, price, output, and permissions.

    Open docs
  2. 2

    Browse verified tools

    See live Trust Cards with a simple ALLOW / WARN / BLOCK decision. No wallet needed to look around.

    Browse tools
  3. 3

    Try a guided run

    Watch an end-to-end clearance happen step by step in the agent demo — nothing to install.

    Open agent demo
01

Install & configure

Build from monorepo, set API URL.

bash
npm run build:cli
export CLEARANCE402_API_URL=http://localhost:8080
npm run cli -- status
02

Onboard & verify a tool

Register an endpoint, run a live probe, and read its Trust Card.

bash
npm run cli -- tools onboard \
  --name "Venice Vision API" \
  --endpoint https://api.venice.ai/x402/vision \
  --price "$0.010 USDC / call"

npm run cli -- tools probe venice-vision
npm run cli -- tools show venice-vision
03

Agents & clearance

Check clearance before payment; export audit trail.

bash
npm run cli -- clear --agent buyer-agent --tool venice-vision --amount 0.01
# → ALLOW | WARN | BLOCK | RETEST | HUMAN_APPROVAL_REQUIRED

npm run cli -- audit --export audit.csv
402Clearance402

The trust layer for agent payments,
built on x402 & MCP.

Stay in touch!
C
Feeling lucky?

© 2026 Clearance402. All rights reserved.

x402 · MCP · MetaMask · Venice · 1Shot.
clearance402.app

Clearance402 docs
Clearance402