Supported AI Platforms
Sensible captures conversations from the following AI platforms. All capture happens through the Chrome extension — no additional setup is needed per platform.
Currently supported
| Platform | URL | Capture method |
|---|---|---|
| Claude | claude.ai | Fetch/XHR streaming |
| ChatGPT | chatgpt.com | Fetch SSE streaming |
| Gemini | gemini.google.com | XHR streaming |
| Character.AI | character.ai | WebSocket |
How capture works per platform
Claude (claude.ai)
The extension intercepts API responses streamed via fetch/XHR. Both user prompts and Claude's responses are captured as they stream in.
ChatGPT (chatgpt.com)
ChatGPT uses Server-Sent Events (SSE) for streaming responses. The extension captures the full conversation including the delta-encoded response stream.
Gemini (gemini.google.com)
Google Gemini streams responses over XHR. The extension intercepts these requests to capture the conversation.
Character.AI (character.ai)
Character.AI uses WebSocket connections for real-time chat. The extension monitors WebSocket messages to capture both user messages and character responses.
What's NOT monitored
- Other browsers — Only Chrome is supported (the extension is Chrome-only)
- Mobile apps — Phone/tablet apps for these platforms are not monitored
- Other AI tools — Platforms not listed above are not captured
- Other Chrome profiles — Only the profile where the extension is installed
- Incognito mode — Extensions are disabled by default in incognito (this can be changed in Chrome settings, but we recommend leaving it off)
Platform compatibility notes
- If an AI platform updates their interface or API, there may be a brief period where capture is interrupted until we release an extension update
- Sensible is designed to handle each platform's specific streaming protocol, so accuracy is high
- All platforms are monitored simultaneously — no need to enable/disable per platform