Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man vendor-questionnaire-draft

/vendor-questionnaire-draft

agentutility / prooflayer / vendor-questionnaire-draft
PRICE / CALL
$0.08
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
prooflayer
CATEGORY
uncategorized
STATUS
live
NAME
vendor-questionnaire-draft drafts vendor security questionnaire answers from evidence you supply
SYNOPSIS
POST https://x402.agentutility.ai/vendor-questionnaire-draft
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Drafts vendor security questionnaire answers from evidence you supply. Takes questionnaire text plus evidence snippets and drafts only evidence-supported answers; unsupported questions are marked needs_evidence instead of invented. Useful for founders and agents answering customer security reviews without leaking private repo data or making unsupported compliance claims. Use it as a security questionnaire answerer, SOC 2 evidence answer helper, or vendor due diligence response builder.

INPUTrequest schema
propertytypedescriptionreq?
questionnaire_textstringQuestionnaire questions or pasted security review text. Max 30k chars.required
evidencearrayOptional supporting snippets. Answers are drafted only from these items.optional
company_namestringOptional company/product name for answer wording.optional
OUTPUTresponse shape
fieldtypedescription
question_countstring
drafted_countstring
needs_evidence_countstring
answered_questionsstring
boundarystring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/vendor-questionnaire-draft \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the vendor-questionnaire-draft tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
prooflayervendorquestionnairedraftvendor-questionnaire-draft
methods
POST
cluster
prooflayer
price
$0.08 USDC per call
ADJACENTother endpoints in prooflayer
endpointdescriptionprice
production-readiness-scoreScores production readiness for a repo in one call, aggregating the Prooflayer cluster.$0.10
ai-content-detectorDetect AI-generated writing with a calibrated probability score.$0.03
dep-risk-summaryScores dependency risk for a whole repo from its manifests and lockfiles.$0.03
github-repo-healthGitHub repo health score / open-source maintainability checker.$0.03
package-risk-npmScores supply-chain risk for an npm package before you install it.$0.03
prompt-injection-surfaceScans AI app source code for prompt injection risk at LLM call sites.$0.03
app-store-rejection-explainExplains App Store and Google Play rejections and turns them into a resubmission plan.$0.02
db-migration-riskAudits database migrations for risky SQL before deploy.$0.02
SEE ALSO
agentutility · prooflayer · x402 · mcp · llms.txt · registry.json · bazaar.x402.org