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 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.
- Multiple model presets and temperature control
- Prompt templates for specific categories
- Moderation hooks to filter unsafe content
CDN & Edge
Cloudflare Workers + R2 provide global delivery and compute at the edge, keeping pages fast and resilient.
Analytics
Built-in analytics plus endpoints for integrating with external analytics platforms (Google Analytics, Plausible, etc.).
Webhooks & APIs
REST endpoints and webhook hooks let you integrate Instxnt with fulfillment, inventory, and CRM systems.
Developer Notes
We provide server-side endpoints for checkout, key management, and regeneration. Edge-compatible cryptography and secure key storage are used throughout.
// Example: create checkout session
POST /api/checkout/create
Body: { store_id, product_id, quantity }