iframe and intentionally omits WisdomAI branding and features for a seamless integration experience. All core chat capabilities (natural‑language Q&A, table generation, and chart rendering) remain intact.
The embedded chat UI is hosted at:
https://<customer>.askwisdom.ai/chat/embedKey Components
Embedded Chat Page
Minimal WisdomAI chat UI rendered in the iframe
GraphQL API
Programmatically creates and manages chat sessions
Descope M2M Auth
Machine-to-machine JWT authentication using partner-specific API keys
End-to-End Workflow
Backend Creates Chat Session
The platform’s backend calls the
createConversation mutation on WisdomAI GraphQL API and receives a conversationIdGraphQL API Capabilities
| Operation | Type | Description |
|---|---|---|
createConversation | Mutation | Creates a new blank chat session and returns conversationId |
conversations | Query | Retrieves all conversations based on limit and offset |
Machine-to-Machine Authentication Flow
API Key Provisioning
WisdomAI generates a dedicated access key in the Descope portal and shares it with you. Reach out to our API team at
support@askwisdom.ai to get a dedicated access key.For detailed information about the authentication flow and API usage, see the Exchange Access Token documentation.