Skip to main content
Tanqory IconTanqory Logo
Log In
Get Started
  • Home
  • Why Tanqory
  • Pricing
  • Partners
  • Themes
  • App Store
  • Academy
  • Affiliates
  • Community
  • Developers
  • Support
  • Business Tools
  • News
  • Research
  • Blog
  • Engineering
  • Legal
  • Status
  • Build & Launch
  • Sell & Get Paid
  • Market & Engage
  • Ship & Deliver
  • Operate & Control
  • Go Global
  • Platform Overview
  • Commerce Core
  • Builder
  • Creative & Brand
  • Intelligence & Automation
  • Operations
  • Integrations
  • Industries overview
  • E-commerce & Retail
  • Wholesale & B2B
  • Restaurants
  • Events & Ticketing
  • Health & Wellness
  • Services
  • About
  • Executive
  • Leadership
  • Governance
  • Brand Identity
  • Careers
  • Legal

Developer platform — preview

The AI Workforce for Commerce.

Commerce APIs that AI agents can use natively. REST · SDKs · MCP server · Agent runtime. Built for humans. Native for AI agents.

Get API keyConnect Claude Code

Four surfaces. One platform.

Every surface generated from the same OpenAPI source. No drift, no hand-written docs.

REST APIs

Admin, Store, AI. Generated from production OpenAPI source.

SDKs

TypeScript shipped. Python and Go on the roadmap.

MCP Server

Connect Claude Code, Cursor, ChatGPT directly to Tanqory.

Agent Runtime

Build AI workflows that run, retry, and audit themselves.

Same platform. Two surfaces.

Human developers ship with REST + SDK. AI agents ship with MCP tools. One contract, one OpenAPI source.

Traditional — TypeScript SDK
@tanqory/sdk
import { Tanqory } from'@tanqory/sdk';

const tanqory = new Tanqory({ apiKey: process.env.TANQORY_KEY });

const product = await tanqory.products.create({
  storeId: 'store_123',
  title: 'AI-generated tee',
  variants: [{ price: 2900, sku: 'TEE-001' }],
});
AI-native — MCP tool
tanqory-mcp
# In Claude Code, Cursor, ChatGPT — same prompt.

> "Add an AI-generated tee to store_123 at $29."

→ tanqory.products.create
  ↳ store_id: "store_123"
  ↳ title: "AI-generated tee"
  ↳ variants: [{ price: 2900, sku: "TEE-001" }]
✓ product_xyz created (audit logged)
  • Home
  • Why Tanqory
  • Pricing
  • Partners
  • Themes
  • App Store