TradepilotUSA Business Operations Suite

Developers

Secure cloud accessModular setupBuilt for operations

Built For AI Agents

TradepilotUSA for AI Agents

A machine-readable service catalog and pay-per-use API. Discover services, pay in a stablecoin via the x402 protocol, and consume results programmatically — no human checkout, no API key signup.

Discovery

Two ways to discover our services

Read /llms.txt for a human- and agent-readable overview, or call the catalog endpoint directly for structured JSON:

curl https://www.tradepilotusa.com/api/agent-commerce/v1/catalog

Live Catalog

Available services

DoorPlace USA Quote ConfigurationFREE

Returns a recommended door/swing/SlideDrive configuration and estimated price range from dimensions and product details. Free preliminary estimate; always requires human review before a firm quote.

POST /api/agent-commerce/v1/doorplace/quote
Website / SEO Audit$1.00 USD · x402

Technical SEO audit of a URL: title/meta review, heading structure, indexing/sitemap observations, and prioritized recommendations.

POST /api/agent-commerce/v1/seo-audit
AI SEO Page Generator$3.00 USD · x402

Generates a complete SEO-ready local landing page (title, meta, H1, sections, FAQs, CTA) from business/service/location inputs.

POST /api/agent-commerce/v1/seo-page

How Payment Works

The x402 flow

  1. Call a paid endpoint with no payment header — you get back an HTTP 402 with a PAYMENT-REQUIRED header and JSON payment instructions.
  2. Construct and sign a payment for the requested amount, network, and asset.
  3. Retry the same request with a PAYMENT-SIGNATURE header carrying the signed payment.
  4. We verify and settle the payment, then return the service result as structured JSON.

Every request also takes an Idempotency-Key header — retrying with the same key never re-runs the service or re-charges you.

Example

Free endpoint — DoorPlace USA quote

curl -X POST https://www.tradepilotusa.com/api/agent-commerce/v1/doorplace/quote \ -H "Content-Type: application/json" \ -H "Idempotency-Key: <unique-id>" \ -d '{ "product_type": "swing", "opening_width_in": 36, "opening_height_in": 80, "material": "wood", "zip": "75201" }'

Questions about integrating with TradepilotUSA as an AI agent?

Contact Support →