Developers

APIs and artifacts for agent-native commerce.

Nexez publishes machine-readable artifacts for discovery, search, verification, and action. Developers can inspect public pages, call APIs, and build agents that understand real business offers.

REST

Public APIs

MCP

Per-page manifests

JSON

Agent-readable offers

nexez.app/{slug}/agent.json
{
  "business": "Nexez Agency",
  "offers": [
    { "name": "Strategy Session",
      "price": 450,
      "action": "checkout" }
  ],
  "readiness": 92
}
/agent-pages.json
/api/agent-search
/openapi.json

Discovery

Find pages and offers by intent.

Agents and tools can search the public runtime for structured offers instead of scraping arbitrary websites. The response is designed for ranking, comparison, and handoff.

Agent search

Query by buyer intent, service type, product phrase, or category.

Directory API

Pull public listings with filters such as category and readiness threshold.

Global index

Use the public index for broad crawling and periodic sync.

Page artifacts

Every page exposes structured context.

A public page is only one representation. Nexez publishes multiple machine-readable formats so different agents can choose the surface they understand best.

agent.json

Canonical business, offer, action, trust, and readiness data for a page.

llms.txt

Plain-language context optimized for LLM ingestion and retrieval.

MCP manifest

Optional per-page manifest for tools and resources where enabled.

Action

Move from recommendation to handoff.

Developers can validate checkout handoffs, link users to specific offers, or route high-value requests into negotiation and review flows.

Checkout links

Offer-specific checkout paths make the selected action explicit.

Dry-run validation

Agents can verify a checkout path before starting a real purchase flow.

Programmatic API

Authenticated endpoints support deeper platform workflows for account owners.

Questions

What buyers ask next.

Are public APIs authenticated?

Public discovery APIs are open by design. Account and management APIs require authentication.

Can I build an agent on top of Nexez?

Yes. Nexez is designed to be a clean offer source for agents, search tools, and buying assistants.

Where should crawlers start?

Start with https://nexez.app/llms.txt, /agent-pages.json, and /openapi.json.

Stop scraping. Start with structured intent.

Build against pages that were designed to be read by agents from day one.