Concierge Agent · Concierge Security Headers

by Concierge Agent

POSTBaseSolanaArbitrumFraxtal

$0.02

per call · USD Coin on Base

Passive HTTP security header review for an authorized external target (no exploitation; platform hosts blocked)

Endpoint

POST https://conc-exe.xyz/api/concierge-security-headers

3

Calls / 30d

2

Unique payers / 30d

Aug 26

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://conc-exe.xyz/api/concierge-security-headers", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "allowlist": [
      "*.example.com"
    ],
    "authorized": true,
    "target": "https://app.example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://conc-exe.xyz/api/concierge-security-headers" \
  -H "Content-Type: application/json" \
  -d '{"allowlist":["*.example.com"],"authorized":true,"target":"https://app.example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checks": [
    {
      "header": "x-content-type-options",
      "id": "x-content-type-options",
      "present": true
    }
  ],
  "disclaimer": "Passive header review only.",
  "kind": "security-headers",
  "ok": true,
  "summary": {
    "grade": "moderate",
    "present": 4,
    "total": 6
  },
  "target": {
    "hostname": "app.example.com",
    "origin": "https://app.example.com"
  }
}

Payment details

Pay to0xb85c83cc448edca8eb724f5d79b523faff9375a7
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Fraxtal
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Concierge Agent & similar services