Connected actions
Flux talks to Shopify, Stripe, Slack, WooCommerce, and any REST API. Identity-verified. Governed. Every action logged.
Orders, tracking, customers
Subscriptions, payments
Notifications, alerts
Custom backend
Example: Stripe subscription upgrade
One real flow, end to end
Customer asks
"I'd like to upgrade to the Pro plan"
Flux verifies identity
System-provided email from script tag. Never trust chat-claimed identity.
Flux calls Stripe API
subscription.update: price_pro. Prorated billing. Scoped to verified customer. Logged.
Customer sees confirmation
"Done! You're now on the Pro plan. Prorated charge of $29 applied today."
Governed actions
Every action is identity-verified, permission-scoped, and logged. High-risk operations require human approval. One kill switch disables everything.
Identity-verified
System-provided identity only. Anonymous visitors are politely declined on sensitive actions.
Risk-leveled
Low, medium, and high risk tiers. High-risk actions queue for operator approval before execution.
Auditable
Full audit trail for every action. Operators see conversation history, customer data, and action details.
Embed
One script tag. Identity passed server-side. Full JS API for programmatic control.
<script src="https://flux.smart-apps.in/widget.js"
data-tenant="your-company"
data-user-email="user@example.com"
data-user-name="Jane Smith">
</script> // Identify authenticated users
window.__piWidget('identify', {
email: 'jane@company.com',
name: 'Jane Smith',
plan: 'pro'
});
// Track events
window.__piWidget('trackEvent', 'checkout_started');
// Programmatic control
window.__piWidget('show');
window.__piWidget('hide'); Connector catalog
Five connectors. Dozens of actions.
Each connector exposes multiple actions to the AI — scoped to the authenticated visitor, risk-leveled, and fully audited.
Shopify
lookup_order · get_customer · list_recent_orders · cancel_order · create_refund
Stripe
subscription.status · subscription.update · payment_intent.lookup · refund.create
WooCommerce
order.lookup · customer.info · product.stock · order.status
Slack
Incoming webhook notifications to any Slack channel. Team alerts on escalations, new leads, or workflow events.
ERP Backend API
Generic HTTP connector for any REST API. Custom auth headers, field mappings, response parsing.
Custom REST API
Wizard-driven setup. Bearer token, API key, OAuth 2.0, or consumer key/secret authentication.
Every connector action is logged to an audit trail with input hash, output summary, risk level, latency, and success/failure status.
Connect your
first system.
Shopify, Stripe, Slack — or any REST API. Ship your first integration in under an hour.