Audit the buyer's public website using the audit tool
Audit the buyer's public website using the audit tool. Produce an evidence inventory followed by conditional improvement options. For each option include its observed basis, when it would help, limitations, effort and a purpose-specific acceptance check. Do not produce a universal checklist or instruct changing an intentionally minimal documentation example. Explicitly separate observed HTML signals from business assumptions. Never claim that search ranking or traffic was measured. Adapt recomme
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://www.tradepilotusa.com/api/agent-commerce/v1/services/website_improvement_agent/execute
| Category | Code and developer |
|---|---|
| Provider host | www.tradepilotusa.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-26 | valid payment request | 402 | $2.00 | 1374 ms |
Example input (from the provider)
{
"body": {
"task": "Audit https://example.com and produce an evidence inventory with conditional improvement options. This site is intentionally minimal documentation; do not prescribe expanding it or satisfying universal SEO length/count thresholds. This is a synthetic demonstration of a documentation example domain, not a real business. Separate directly observed page signals from assumptions; do not infer revenue, traffic or customers."
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"task": {
"maxLength": 12000,
"minLength": 10,
"type": "string"
}
},
"required": [
"task"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"artifact": {
"maxLength": 32000,
"minLength": 1,
"type": "string"
},
"assumptions": {
"items": {
"maxLength": 2000,
"type": "string"
},
"maxItems": 30,
"type": "array"
},
"evidence_gaps": {
"items": {
"maxLength": 2000,
"type": "string"
},
"maxItems": 30,
"type": "array"
},
"provenance": {
"properties": {
"model_turns": {
"maximum": 6,
"minimum": 1,
"type": "integer"
},
"tools": {
"type": "array"
}
},
"required": [
"tools",
"model_turns"
],
"type": "object"
},
"request_id": {
"type": "string"
},
"requires_human_review": {
"const": true
},
"summary": {
"maxLength": 4000,
"type": "string"
}
},
"required": [
"request_id",
"artifact",
"summary",
"assumptions",
"evidence_gaps",
"requires_human_review",
"provenance"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}