Email intelligence API for agents and enterprise workflows

Email is where real work happens, and where most AI breaks. iGPT turns email conversations and attachments into trusted, context-aware answers

How it works

The fastest path to real email context

Immediate integration

SDK and live playground to test requests and responses quickly.

Connect email sources

iGPT deeply indexes emails and attachment data automatically.

One unified endpoint

Send a single request that runs retrieval, context shaping, and reasoning in one pipeline.

Contextual responses

Responses are ready for reasoning and automation, with citations to the source.

Ship agents

No parsing, chunking, indexing, or prompt tuning to maintain.

Why iGPT

Build with context in a single unified call

curl -X POST https://api.igpt.ai/v1/recall/ask/ \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $IGPT_API_KEY" \
    -d '{
        "user": "user_123",
        "input": "Open action items from yesterday’s board meeting",
        "stream": false,
        "quality": "cef-1-normal",
        "output_format": { 
            "schema": {
                ...
            } 
        }
    }'

Input

No parsing, no vector stores, no prompt chains. Just call the API.

Response.json
{
    "action_items": [
        {
        "title": "Approve revised Q1 budget allocation",
        "owner": "Dvir Ben-Aroya",
        "due_date": "2026-01-15",
      },
      {
        "title": "Approve final FY2026 strategic priorities",
        "owner": "Board of Directors",
        "due_date": "2026-01-31",
      },
      ...
    ]
}

Output

~200ms retrieval, ~3s to first token across large, messy email data.

Easy to integrate
API
SDK
MCP

iGPT handles the complex parts of context engineering

Realtime ingestion

Indexes new messages and attachments instantly.

Attachment processing

Extracts text, data and structure from documents, PDFs and spreadsheets.

Hybrid retrieval

Semantic + keyword + filters, scored and reranked in one call.

Thread reconstruction

Automatically rebuilds email threads across time, participants, and attachments.

Context shaping

Optimizes context windows for your LLM automatically. No prompt tuning.

Cited answers

Every answer links back to source messages and attachments.

Unified endpoint

Replace multi-endpoint retrieval with one natural language request across datasources.

Continuous data indexing

Data and answers stays up-to-date with live indexing

USE CASES

The intelligence layer for agentic workflows

Decision and deal intelligence

Extract decisions, risks, and stalled progress from ongoing conversations.

Used in:
sales workflows pipeline monitoring deal analysis agents

Task and follow-up automation

Customer success platforms

Recruiting and HR systems

Audit and compliance

Cross-source insight

SECURITY

Enterprise-grade protection at every layer

Zero data training

Your data is never used to train models, improve models, or feed any training pipeline.

Role-Based Access Control (RBAC)

OAuth-only processing with strict role and permission enforcement for every request.

Zero Data Retention

Each inference is processed in memory. Inputs, prompts, and outputs are never stored.

Full audit trail

Data never leaves your company’s control. Responses are traceable with full transparency of processing steps.

Flexible deployment options

Cloud

Quick setup, fully hosted service

Hybrid

Your data stays on your VPC

Fully Private

On-prem or VPC setup for full control

Contact us to discuss dedicated deployments and custom integrations.

Start building with email context