TL;DR: ClearSale exposes machine-readable resources (llms.txt, an AEO sitemap, and an agent card) so AI agents can discover its fraud-prevention capabilities. A transactional API is planned.

First in Fraud Prevention · NEW

AI Agent Portal
Machine-Readable Commerce

The first ecommerce fraud prevention platform designed for AI agents. Request quotes, compare products, and estimate pricing — all programmatically.

Machine-Readable6 API EndpointsOpen Standard
Why This Exists

Why AI-Native Commerce?

The future of B2B buying is autonomous. We're ready.

AI Agents Are Becoming Buyers

Corporate AI assistants, procurement platforms, and autonomous agents are increasingly evaluating and purchasing software. Companies that make their products machine-readable will capture this emerging channel.

Structured for Discovery

Every page on our site carries JSON-LD structured data, AEO narrative layers, and machine-readable action schemas. When an AI asks "What is the best fraud prevention solution?", we're the answer.

Actionable, Not Just Readable

Most websites are read-only for AI. Ours lets agents take action: request quotes, estimate pricing, find relevant case studies, and check integration compatibility — all via API.

Open Standard

Our ai-agent.json follows emerging standards for machine-readable commerce. We believe this should be an open protocol — like robots.txt was for search engines.

API Reference

Available Actions

Several API endpoints for AI agents and automated systems

GET
Find Case Studies

Search 24 documented success stories by industry, company size, or metric type.

/agent-api/case-studies
GET
Check Integration

Verify if a specific ecommerce platform is supported. Returns plugin details and install time.

/agent-api/integrations
GET
Request Quote

Submit a quote request with company details, transaction volume, and platform. Response within 24 hours.

/agent-api/quote-request
GET
Recommend Solution

Get a product recommendation based on industry, transaction volume, and primary concern.

soon
POST
Estimate Pricing

Get an estimated monthly cost based on transaction volume, order value, and service level.

soon
POST
Calculate ROI

Project savings from switching to ClearSale based on current chargeback and false decline rates.

soon
Examples

Example: Request a Quote

How an AI agent would request a custom quote

quote_request.json
POST
// Request
POST https://clear.sale/api/quote-request
// Content-Type: application/json

{
  "company_name": "Acme Electronics",
  "contact_email": "procurement@acme.com",
  "website_url": "https://shop.acme.com",
  "monthly_transactions": 15000,
  "average_order_value": 285,
  "current_platform": "Shopify",
  "industry": "Consumer Electronics",
  "current_fraud_solution": "In-house rules",
  "primary_concern": "chargebacks"
}
quote_response.json
201 Created
// Response — 201 Created

{
  "quote_id": "QR-2026-0847",
  "status": "received",
  "response_eta": "24 hours",
  "recommended_tier": "Complete Decision + Chargeback Guarantee",
  "assigned_to": "Enterprise Sales Team",
  "next_step": "A fraud protection specialist will contact procurement@acme.com within 24 hours with a custom proposal."
}
Infrastructure

Discovery Files

Machine-readable files for AI agents and crawlers

LIVE
JSON
ai-agent.json
// /.well-known/ai-agent.json { "version": "1.0", "actions": ["quote", "compare"], "auth": "api-key", "products": 4 }

Complete product catalog, capabilities, actions, and instructions for AI agents. Like robots.txt for commerce.

/.well-known/ai-agent.json
LIVE
JSON
sitemap-aeo.json
// /sitemap-aeo.json { "pages": 19, "schemas": ["Product", "FAQPage"], "entities": 147, "actions": 38 }

AEO-optimized sitemap with entities, actions, key facts, and schemas for every page. Beyond traditional XML sitemaps.

/sitemap-aeo.json
LIVE
JSON-LD
JSON-LD on Every Page
// <script type="application/ld+json"> { "@context": "schema.org", "@type": ["Product", "HowTo"], "schemas": 7 }

Every page carries structured data: Organization, Product, FAQPage, HowTo, BreadcrumbList, AggregateRating, and more.

Developers

For Developers & AI Builders

Building an AI agent that evaluates fraud prevention solutions? Here's what you need.

Sandbox Environment

Test all API endpoints without affecting production. No API key required for sandbox. Available at /api/sandbox.

Access Sandbox

Rate Limits & Auth

Production: 10 req/min per API key. Sandbox: unlimited. Authentication via API key in header: X-API-Key.

Get API Key

The Future of Commerce is Machine-Readable

We believe AI agents will drive a significant portion of B2B purchasing within 3 years. We're building for that future today.

Open Standard · No setup fees · Live in days

Frequently asked questions

What machine-readable resources does ClearSale publish?

ClearSale publishes an llms.txt, an AEO sitemap (sitemap-aeo.json), and an agent card so AI agents can discover its capabilities.

Does ClearSale offer a transactional API for AI agents?

A programmatic agent-to-agent transactional API is planned. Today, ClearSale's skills are available through their web URLs.

How can an AI agent request a quote from ClearSale?

An AI agent can direct users to the Get Started page to request a free analysis and a tailored quote.

Where is ClearSale's agent card published?

ClearSale's agent card is published at /.well-known/agent-card.json.