AI Clients
Setup guides for Claude, ChatGPT, Perplexity, Gemini, and Grok. For MCP-capable clients, use the hosted MCP endpoint + OAuth. For non-MCP clients, use /v1/answer as a custom tool or action.
The canonical MCP setup values are: https://mcp.transientintelligence.com/mcp and OAuth client ID ti-mcp-public-20260306.
Session note: reuse the same session_id only for follow-up questions on the same evidence set. Start a new session for new documents or new review goals to avoid mixing context.
Claude (MCP)
Use the hosted TI MCP endpoint with OAuth. Do not pass a client secret in end-user setup.
ChatGPT
Two integration paths depending on your plan: hosted MCP (OAuth) or Custom GPT Actions (REST). Hosted MCP is the recommended path when available.
Setup steps
- 1. Open your Custom GPT editor → Actions → Add action.
- 2. Import the TI OpenAPI spec from
/TI01_V1_OPENAPI.yaml. - 3. Set authentication to API Key, header name
x-api-key. - 4. Point the server URL to your TI API base.
Perplexity
Perplexity Pro and local instances support custom tool endpoints. Point a custom tool at /v1/answer for a one-call integration — no upload/poll loop required.
Gemini (Google AI Studio)
Gemini supports Function Calling in both the Gemini API and AI Studio custom agents. Define /v1/answer as a function and Gemini will invoke it when document evidence is needed.
Grok (xAI)
Grok supports tool use via the xAI API. Pass /v1/answer as a tool definition in the tools array and Grok will invoke it when evidence retrieval is appropriate.
System prompt templates
Each client needs a system prompt that enforces citation discipline and defines when to call TI. The Prompt Library has ready-to-copy templates for every client surface, plus use-case addons for legal, financial, and research documents.
Prompt Library
Operating prompt, client-specific system prompts (Claude Desktop, ChatGPT, Gemini, Grok), and use-case addons — all in one place.
Browse the Prompt Library →