$ man vendor-questionnaire-draft
/vendor-questionnaire-draft
PRICE / CALL
$0.08
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
prooflayerCATEGORY
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.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| questionnaire_text | string | Questionnaire questions or pasted security review text. Max 30k chars. | required |
| evidence | array | Optional supporting snippets. Answers are drafted only from these items. | optional |
| company_name | string | Optional company/product name for answer wording. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| question_count | string | — |
| drafted_count | string | — |
| needs_evidence_count | string | — |
| answered_questions | string | — |
| boundary | string | — |
EXAMPLES — two 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
ADJACENT — other endpoints in prooflayer
| endpoint | description | price |
|---|---|---|
| production-readiness-score | Scores production readiness for a repo in one call, aggregating the Prooflayer cluster. | $0.10 |
| ai-content-detector | Detect AI-generated writing with a calibrated probability score. | $0.03 |
| dep-risk-summary | Scores dependency risk for a whole repo from its manifests and lockfiles. | $0.03 |
| github-repo-health | GitHub repo health score / open-source maintainability checker. | $0.03 |
| package-risk-npm | Scores supply-chain risk for an npm package before you install it. | $0.03 |
| prompt-injection-surface | Scans AI app source code for prompt injection risk at LLM call sites. | $0.03 |
| app-store-rejection-explain | Explains App Store and Google Play rejections and turns them into a resubmission plan. | $0.02 |
| db-migration-risk | Audits database migrations for risky SQL before deploy. | $0.02 |
SEE ALSO