Integrations that keep your business connected

Payments, AI content, CDN, and analytics — pre-wired so you can focus on customers.

Payments — Stripe

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.

  • Checkout Sessions and PaymentIntents for PCI-safe flows
  • Application fee and transfer_data to route funds to connected accounts
  • Webhook handlers to keep order state in sync

AI — Anthropic Claude

Generate high-quality product copy and marketing text with Anthropic Claude. Fine-tune prompts and use regeneration history to pick the best output.

  • Regeneration flows for product copy and layouts
  • Daily generation limits by subscription tier
  • Server-side prompts with safety checks

CDN & Edge

Cloudflare Workers + R2 provide global delivery and compute at the edge, keeping pages fast and resilient.

Analytics

Built-in merchant analytics; storefronts can add Google Analytics / GTM from the dashboard when you configure them.

Webhooks & APIs

REST APIs (session auth) and webhooks for store events — developer tokens on Pro.

Developer Notes

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? }
View docs & API