Context engineering for agentic and enterprise workflows
One API connects email, documents, tools, and the web into answers ready for reasoning and automation, without building RAG.
Trusted by the world’s most innovative developers
The fastest path to real context
Immediate integration
SDK and live playground to test requests and responses quickly.
Connect datasources
iGPT deeply indexes email, docs, and work 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.
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 with your preferred language.
{
"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, multi-source contexts returning structured JSON.
iGPT handles the context engineering so you can focus on building
Realtime ingestion
Indexes new messages and attachments instantly.
Attachment processing
Extracts text, data and structure from documents.
Thread reconstruction
Rebuilds conversations automatically.
Hybrid retrieval
Semantic + keyword + filters, scored and reranked in one call.
Context shaping
Optimizes context windows for your LLM automatically. No prompt tuning.
Unified endpoint
Replaces multi-step retrieval and ranking.
Cited answers
Every answer links back to source messages and attachments.
Continuous data indexing
Data and answers stays up-to-date with live indexing
The intelligence layer for agentic workflows
Decision and deal intelligence
Extract decisions, risks, and stalled progress from ongoing conversations.
Task and follow-up automation
Customer success platforms
Recruiting and HR systems
Audit and compliance
Cross-source insight
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.