$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-lint6
Calls / 30d
2
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
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 -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
0xff52824610cb82603089f2d33d44682edffa6630USDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Wever Pay & similar services
Wever Pay · Services Evidence Integrity Digest
sandbox.weverpay.com
Canonicalizes a bounded JSON evidence package and returns an independently reproducible SHA-256 digest without asserting the truth of its claims.
Wever Pay · Services Commercial Readiness
sandbox.weverpay.com
Paid deterministic assessment of whether a machine-readable commercial service is ready for agent discovery, exact pricing, and Base Sepolia x402 settlement.
Wever Pay · Services Authority Boundary Review
sandbox.weverpay.com
Deterministic policy decision for requested actions, prohibited actions, Base Sepolia asset restrictions, and atomic test-USDC spending limits.