Context-Aware Links
Pass non-sensitive context
For pilots, partners can pass simple source information so WiseAGI can understand where the user came from.
https://wiseagi-agent-ui.streamlit.app/?source=school_portalPartner Integration
Make it easy for your users to access WiseAGI from your existing digital channels. Start with a simple button, add a floating support link, or embed WiseAGI directly inside your platform.
Fastest Option
Use this for pilots, landing pages, school websites, intranets, staff portals or partner pages.
<a href="https://wiseagi-agent-ui.streamlit.app/?source=partner_button"
target="_blank"
rel="noopener noreferrer">
Explore AI
</a>Visible Support
This keeps WiseAGI visible across your website without changing your main page layout.
<a class="wiseagi-floating-button"
href="https://wiseagi-agent-ui.streamlit.app/?source=floating_partner"
target="_blank"
rel="noopener noreferrer">
Ask WiseAGI
</a>
<style>
.wiseagi-floating-button {
position: fixed;
right: 24px;
bottom: 24px;
background: #2256D6;
color: #ffffff;
padding: 14px 22px;
border-radius: 999px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 12px 28px rgba(0,0,0,0.22);
z-index: 9999;
}
</style>Embedded Experience
Use an iframe for partner portals, learning platforms and web-based apps. For production deployments, WiseAGI can provide a secure partner token so context can be passed safely.
<iframe
src="https://wiseagi-agent-ui.streamlit.app/?source=partner_embed"
width="100%"
height="720"
style="border:0; border-radius:16px;"
allow="microphone">
</iframe>Context-Aware Links
For pilots, partners can pass simple source information so WiseAGI can understand where the user came from.
https://wiseagi-agent-ui.streamlit.app/?source=school_portalSecure Partner Tokens
For production deployments, WiseAGI can provide secure embed tokens for approved partners. These can support organisation, channel, subject, topic or support context depending on the agreement.
Mobile Apps
Partners can add WiseAGI through WebView-style integration in mobile apps. This is suitable for education apps, staff apps, community apps and support portals.
| Channel | Recommended Method | Best For |
|---|---|---|
| Website | Button or floating button | Fast pilots and public access |
| Partner portal | Embedded iframe | Logged-in web platforms |
| Mobile app | WebView | iOS, Android, Flutter and React Native apps |
| Enterprise platform | Secure token or API integration | Controlled, governed deployments |
Why Partners Integrate
The integration page is designed to remove friction. Partners can start small, test adoption and then move to a governed Pro or Enterprise deployment.
Add WiseAGI without rebuilding your existing platform.
Understand which channels drive usage.
Use buttons, widgets, iframes, WebViews or secure tokens.
Move from pilot access to analytics, leaderboards and organisational workspaces.
Partner Access
Contact us and we can provide the best integration route for your website, app, intranet or learning platform.