AI Connections Overview
AI assistants like Claude Desktop and ChatGPT can read your store data and answer questions about your business in plain language. The AI Connections feature lets you grant an AI tool secure, read-only access to specific parts of your store — orders, reports, products, customers, inventory — and revoke that access at any time.
What are AI Connections?
An AI Connection is a secure link between an external AI tool and your Fuze Store account. You decide which AI tool gets access, what it can read, and when to disconnect it. The AI tool reads your data to answer your questions. It cannot create, edit, or delete anything.
What the AI Can Answer
Once connected, you can ask your AI assistant questions like:
- "What were my top-selling products last month?"
- "Show me my sales trend for this quarter."
- "Which day of the week has the highest revenue at my main store?"
- "How many orders did I process today?"
- "What is my average order value for dine-in customers?"
The AI reads the data you approved and responds in plain language.
What Permissions Can the AI Get?
When you create an AI Connection, you choose which permissions to grant. You can grant as few or as many as you need. The AI tool only sees the data you explicitly approve.
Store profile, staff list, and store settings.
Example: "Who works at my Cebu branch?"
Order history, line items, and order status.
Example: "Show me yesterday's orders."
Sales reports, transaction summaries, and analytics.
Example: "What was my total revenue last week?"
Product catalog, prices, and descriptions.
Example: "Which products cost more than ₱500?"
Customer profiles and purchase history.
Example: "Who are my top 5 customers this month?"
Stock levels and inventory locations.
Example: "What products are running low?"
All permissions are read-only. The AI can never modify or delete your data.
How the Connection Works
Setting up an AI Connection uses an industry-standard flow called OAuth2 with PKCE. You don't need to understand the details — Fuze Store has a short list of presets for popular AI tools (Claude Desktop, Claude Code, ChatGPT, Cursor) that auto-fill the technical fields for you. Just pick the preset matching your AI tool and the form takes care of the rest.
Here is what happens from your side:
Public vs Confidential Connections
When you create a connection, you pick a Connection Type:
- Public (default, recommended) — For desktop AI apps like Claude Desktop and ChatGPT. No secret is issued. The connection uses PKCE for security.
- Confidential — For server-to-server scripts and automated integrations. A Client Secret is issued and shown only once.
If you are not sure, pick Public. It is the right choice for nearly every AI tool.
Security and Privacy
- Your password is never shared. The AI never sees your Fuze Store credentials.
- The AI only sees what you approve. You review the exact list of permissions on the consent screen before approving.
- Store-scoped access. If you own multiple stores, you pick exactly one store per connection.
- Revoke any time. One click removes the AI's access immediately.
- Read-only. The AI cannot place orders, edit products, or change settings.
You are always in control
Every permission is opt-in. Grant only what the AI needs. You can always create multiple connections with different permission sets and revoke them independently.
Supported AI Tools
Any AI tool that supports the Model Context Protocol (MCP) and OAuth2 PKCE can connect to Fuze Store. Popular options include:
- Claude Desktop by Anthropic
- ChatGPT with custom connectors by OpenAI
- Custom MCP clients built by developers