Embedding
Embed WisdomAI dashboards and chat into your product using the iframe or SDK paths. Manage users, attributes, and sessions programmatically.
GraphQL API
Reference for all mutations, queries, objects, and subscriptions.
Choose your path
If you’re not sure where to start, pick the question that fits your goal.I want to embed a WisdomAI dashboard or chat inside my web app.
I want to embed a WisdomAI dashboard or chat inside my web app.
Use the Embedding path. Start with the iframe overview for a quick integration, or the SDK for a native React component approach.
I want to create and manage users from my backend.
I want to create and manage users from my backend.
Use the GraphQL API. The User Management section covers
createUsers, setUserAttributes, impersonateUser, and related mutations with cURL examples.I want to control what data each user can access.
I want to control what data each user can access.
Read User Attributes first. Attributes are the mechanism behind parameterized connections and row-level authorization.
Before you start
Here are a few things that apply across all integration paths.- All paths require a bearer token. Each section covers how to obtain one.
- Your base URL for all API calls is
https://<your-tenant>.wisdom.ai/graphql. Use the same domain you use to log in to WisdomAI.
Both
wisdom.ai and askwisdom.ai are valid tenant domains depending on your deployment. If you see a getaddrinfo ENOTFOUND error, confirm your tenant URL with your WisdomAI account team.Start building
Embedding overview
Start here if you’re integrating WisdomAI into a product.
SDK Quickstart
Install, wire up auth, and render your first dashboard.
User Management
Create users, set attributes, and manage workspace access via API.

