# Amboras > Amboras is an AI-native e-commerce platform — positioned as "the AI-native Shopify" — that > builds and then continuously operates an online store. Merchants describe a storefront in > natural language and Amboras generates the design, copy and product imagery, runs generative > A/B tests, adjusts pricing and offers, and reads first-party analytics to optimize conversion, > retention and AOV. Founded 2025 in San Francisco by Imad and Amin Mokadem; Y Combinator > Spring 2026 (P26). Amboras, Inc. Generated by API Evangelist on 2026-08-13. Amboras does not publish an llms.txt of its own — https://www.amboras.com/llms.txt returns 404, as does /llms.txt on api.amboras.com and admin.amboras.com. This file is generated from the apis.yml profile and the artifacts in this repository, every one of which is sourced from a page Amboras published or a URL that was probed live. It is not authored by Amboras. ## What agents should know first Amboras sells a platform, not an API. There is no developer portal, no API reference, no OpenAPI, no GraphQL schema, no MCP server and no agent card. Everything an agent can act on sits in three places: an operated API host, a first-party npm scope, and a public GitHub organization full of provisioned storefront repositories. - api.amboras.com is a real, live, multi-tenant Medusa v2 backend that Amboras operates. It is not open: every /store/* call requires an `x-publishable-api-key` (pk_ prefix) issued in the merchant dashboard, plus an `X-Store-Environment-ID` tenant header on every request. /admin/* returns 401. /health returns {"status":"ok"} anonymously and is the only endpoint that answers without credentials. - The API's shape is upstream Medusa v2, not an Amboras contract. Amboras layers its own endpoints on top: /store/product-extensions/products/{id}/variants (compare-at prices), /store/analytics/events (first-party analytics ingest), /store/stripe-connect. - All prices are in minor units (cents). Divide by 100 for display. - Errors are a vendor envelope {"type","message"} on /store, {"message"} on /admin, and raw HTML on any unrouted path — do not assume JSON on a 404. - No idempotency contract, no rate-limit headers, no API versioning and no deprecation policy are published. Responses do carry W3C Trace Context (traceparent + x-trace-id). ## Machine-readable surfaces - API host: https://api.amboras.com (Medusa v2 Store + Admin, key-gated) - Health: https://api.amboras.com/health - npm scope: https://www.npmjs.com/org/amboras-dev — 33 first-party TypeScript packages - Slot contract: https://www.npmjs.com/package/@amboras-dev/plugin-types — 24 named storefront extension points (SLOT_DISPLAY_NAMES / SLOT_NAMES) - GitHub organization: https://github.com/Amboras — 458 public provisioned storefront repos, each carrying the same Next.js 15 + Medusa JS SDK template - Agent instructions: every storefront ships storefront/CLAUDE.md and a storefront/.claude/ directory of seven task-scoped instruction files, published by Amboras and byte-identical across stores ## Absences, verified - https://www.amboras.com/openapi.json — 404 (and every OpenAPI path on api.amboras.com) - https://api.amboras.com/graphql — 404 - /.well-known/security.txt, /openid-configuration, /oauth-authorization-server, /oauth-protected-resource, /api-catalog, /ai-plugin.json — 404 on all three hosts - /.well-known/agent-card.json and /.well-known/agent.json — 404 on all three hosts - mcp.amboras.com — Vercel DEPLOYMENT_NOT_FOUND; no MCP server exists - amboras.com/docs, /developers, /api, /developer, /blog — 404 ## Product - [What is Amboras](https://www.amboras.com/what-is-amboras) - [What is agentic e-commerce](https://www.amboras.com/what-is-agentic-ecommerce) - [Apps and integrations](https://www.amboras.com/apps-and-integrations) - [Analytics](https://www.amboras.com/analytics) - [A/B testing](https://www.amboras.com/ab-testing) - [AI SEO](https://www.amboras.com/ai-seo) - [AI emails](https://www.amboras.com/ai-emails) - [Reviews](https://www.amboras.com/reviews) - [Examples](https://www.amboras.com/examples) - [Migrate a store](https://www.amboras.com/migrate) ## Commercial - [Pricing](https://www.amboras.com/pricing) — Basic $49/mo, Grow $105/mo, Advanced $399/mo, Enterprise custom. Yearly saves 20%. No API or usage tier; "AI usage" is metered only as a multiple of the entry plan (5x, 20x), never as an absolute number. - [Sign up](https://www.amboras.com/register) · [Log in](https://admin.amboras.com/) - [Terms](https://www.amboras.com/terms) · [Privacy](https://www.amboras.com/privacy) · [Do not sell](https://www.amboras.com/privacy/do-not-sell) ## Operations - [Changelog](https://www.amboras.com/changelog) — 78 dated entries, 2026-04-16 to 2026-06-01 - [Status](https://www.amboras.com/status) — first-party; feed was unavailable when probed - [Security](https://www.amboras.com/security) — self-reported SOC 2 Type II, ISO 27001, PCI DSS, GDPR, CCPA, "HIPAA Ready"; bug bounty and security@amboras.com, 24-hour acknowledgment; subprocessors named as Supabase, Stripe, Fly.io, AWS - [FAQ](https://www.amboras.com/faq) · [Contact](https://www.amboras.com/contact) ## Company - [About](https://www.amboras.com/about) · [Team](https://www.amboras.com/team) · [Backed by](https://www.amboras.com/backed) - [Y Combinator](https://www.ycombinator.com/companies/amboras) · [LinkedIn](https://www.linkedin.com/company/ecomcoder) · [X](https://x.com/Amboras_inc) · [Instagram](https://www.instagram.com/amboras.ai/)