W

Wever Pay · Services Agent Manifest Lint

by Wever Pay

POSTBase Sepolia

$0.025

per call · USDC on Base Sepolia

Deterministic machine-readable review of an agent manifest's identity, version, capabilities, authority separation, and public-testnet spending ceiling.

Endpoint

POST https://sandbox.weverpay.com/api/wever-pay/sandbox/services/agent-manifest-lint

6

Calls / 30d

2

Unique payers / 30d

Aug 25

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://sandbox.weverpay.com/api/wever-pay/sandbox/services/agent-manifest-lint", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "agentId": "wever.inventory-buyer.v1",
    "allowedActions": [
      "search_services",
      "get_service"
    ],
    "capabilities": [
      "discover_services",
      "purchase_testnet_service"
    ],
    "humanApprovalRequired": false,
    "prohibitedActions": [
      "mainnet_payment",
      "secret_export"
    ],
    "spendingLimitAtomic": 100000,
    "version": "1.0.0"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sandbox.weverpay.com/api/wever-pay/sandbox/services/agent-manifest-lint" \
  -H "Content-Type: application/json" \
  -d '{"agentId":"wever.inventory-buyer.v1","allowedActions":["search_services","get_service"],"capabilities":["discover_services","purchase_testnet_service"],"humanApprovalRequired":false,"prohibitedActions":["mainnet_payment","secret_export"],"spendingLimitAtomic":100000,"version":"1.0.0"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checks": [],
  "normalizedManifestHash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
  "reportVersion": "1.0.0",
  "score": 100,
  "status": "PASS"
}

Payment details

Pay to0xff52824610cb82603089f2d33d44682edffa6630
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Wever Pay & similar services