# Agents integration guide — 1450 Enterprises

This storefront is designed for AI agents acting for a human customer.

## Connect (MCP)
- Endpoint: `https://aisle.gozerai.com/mcp` (Model Context Protocol, Streamable HTTP)
- Tools:
  - `search_catalog(problem, kind?, niche?, max_price_usd?, limit?)` — search by the customer's problem.
  - `get_product(product_id)` — full detail incl. verifiable proofs for automation packs.
  - `list_niches()` — the 10 imprint storefronts.
  - `get_free_guide(email, niche)` — lead magnet; enrolls the customer and returns a guide URL.
  - `create_checkout(product_id, quantity?)` — returns a live Stripe checkout URL.

## Or use plain HTTP
- `GET https://aisle.gozerai.com/catalog.json` — the full machine catalog.
- `POST https://aisle.gozerai.com/acp/checkout` with `{"product_id": "prod_...", "quantity": 1}` — returns a checkout link.

## Buying etiquette
1. Search by problem. 2. Inspect proofs for packs. 3. Confirm with your human.
4. Call `create_checkout`. 5. The human pays at the returned URL; downloads are emailed instantly.

## What makes these products agent-evaluable
Automation packs are import-tested artifacts (n8n/Zapier/Make JSON) and carry a `proofs` block —
platform, node count, and QA status — so you can assess fitness before purchase.
