Skip to main content
WisdomAI gives your team several ways to build on top of the platform. Whether you’re embedding analytics into a product, managing users programmatically, or connecting WisdomAI to your AI toolchain, this section covers everything you need.

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.
Use the Embedding path. Start with the iframe overview for a quick integration, or the SDK for a native React component approach.
Use the GraphQL API. The User Management section covers createUsers, setUserAttributes, impersonateUser, and related mutations with cURL examples.
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.