Payments, AI content, CDN, and analytics — pre-wired so you can focus on customers.
Stripe powers secure card processing and supports global payouts. instxnt.xyz integrates with Stripe Connect so payouts go to store owners automatically while we collect a transparent platform fee.
Generate high-quality product copy and marketing text with Anthropic Claude. Fine-tune prompts and use regeneration history to pick the best output.
Cloudflare Workers + R2 provide global delivery and compute at the edge, keeping pages fast and resilient.
Built-in merchant analytics; storefronts can add Google Analytics / GTM from the dashboard when you configure them.
REST APIs (session auth) and webhooks for store events — developer tokens on Pro.
We provide server-side endpoints for checkout, key management, and regeneration. Edge-compatible cryptography and secure key storage are used throughout.
// Example: Stripe Checkout session (API worker)
POST https://api.instxnt.xyz/api/checkout/create-session
Body: { store_id, price_id, quantity? }