Connect Convex once at the org level, add it to the workspaces that need it, and let your team chat with AI that can use read-only introspection and queries against your Convex deployment — list tables, browse documents, and run sandboxed one-off queries.
Connect once
Convex stores your application data and functions. Connect a deployment in Faction so chat can list tables, read documents, and run one-off queries with the PAT and deployment admins configure.
See what data the deployment exposes before querying.
Read records from tables for support and debugging.
Execute one-off read queries against the connected deployment.
Understand available backend functions when debugging behavior.
1. In this repo on your laptop, run: npx convex login 2. If the CLI says your device is already authorized and asks to link an anonymous deployment, press n to skip — use the deployment from your .env.local instead. 3. The token is not printed in the terminal. Open ~/.convex/config.json and copy accessToken. 4. Paste that value in Personal access token below. Deploy keys and other values in .env.local are not used by this hosted connector.
Convex CLI login docsUse cases
Look up a user or org record during a customer ticket.
Count entities or check feature flags stored in Convex for weekly reviews.
Summarize data shape and sample records for teammates joining a project.
How it works
Install Convex from the catalog, add it to workspaces, and let teammates chat with shared access.
FAQs
Yes. Convex is available in the Faction integration catalog today.
API key sign-in. Enter your deployment name and a PAT from npx convex login below — both must be saved here in Faction. A deploy key in .env.local is not used by the hosted gateway.
Teammates in the workspaces you choose. Everyone else keeps working without extra setup.
Yes. Add the connector to the workspaces that need it and pick which tools are on for each team.
Create an organization, connect the integrations your team needs, and bundle them into workspaces everyone can use.
Start free