Skip to content
@igptai

iGPT AI

iGPT is an Enterprise Email Intelligence API that turns organizational email into structured, auditable context for agents, workflows, and AI systems at scale

iGPT - Email Intelligence API for agents & workflow automation

iGPT

Threads • Attachments • Decisions • Follow-ups

Website Docs Playground Pricing

iGPT


What iGPT is

Most “work context” lives in email - long threads, scattered approvals, buried attachments.

iGPT is an API that turns that email context into reliable, automation-ready output:

  • Summaries you can trust
  • Action items you can run
  • Decisions you can log
  • Follow-ups you can trigger

What you can build (email-first)

  • Action items with owner + due_date (schema-enforced)
  • 🧾 Decision logs + approval timelines across threads
  • 🚨 Risk & blocker detection (what’s stuck, who’s waiting)
  • 📎 Attachment-aware answers (PDFs, docs, spreadsheets referenced in email)
  • 🔁 Follow-up automation (missing replies, stale threads, next steps)

Quick start (Node.js)

npm install igptai
import IGPT from "igptai";

const igpt = new IGPT({ apiKey: process.env.IGPT_API_KEY });

// Connect a datasource (per user)
const auth = await igpt.connectors.authorize({
  service: "spike",
  scope: "messages",
  user: "user_123"
});

console.log("Authorize:", auth.url);

// Recall: ask with email context
const res = await igpt.recall.ask({
  user: "user_123",
  input: "List open action items from this week's email threads. Include owner + due date."
});

console.log(res);

SDKs

  • Node.js SDK: npm install igptai
  • Python SDK: pip install igptai

Why developers use iGPT

  • Schemas, not prompt parsing → get strict JSON output you can execute
  • Cited context → audit and verify answers back to source messages/files
  • Streaming support → build live UIs and agent pipelines
  • No-throw SDK design → errors returned as { error: string }

Links

Pinned Loading

  1. igptai-node igptai-node Public

    Official Node.js SDK for the iGPT API

    JavaScript 13

  2. igptai-python igptai-python Public

    The official Python library for the iGPT API

    Python 13

  3. skills skills Public

    Email intelligence for every role in the company, 13 role-specific plugins, 76 skills, and 13 agents for Claude Cowork and any MCP-compatible agent. Powered by the iGPT MCP at https://mcp.igpt.ai/.

    16 2

Repositories

Showing 7 of 7 repositories
  • igptai-node Public

    Official Node.js SDK for the iGPT API

    igptai/igptai-node's past year of commit activity
    JavaScript 13 MIT 0 0 0 Updated Jul 19, 2026
  • igptai-python Public

    The official Python library for the iGPT API

    igptai/igptai-python's past year of commit activity
    Python 13 MIT 0 0 0 Updated Jul 16, 2026
  • brief-agent Public

    Demo of an AI email brief agent built on iGPT, delivers a chief-of-staff style brief over your inbox with priorities, deadlines, statuses, and next steps. Includes a reusable LangGraph base class for building your own iGPT-backed agents.

    igptai/brief-agent's past year of commit activity
    Python 0 MIT 0 0 0 Updated May 3, 2026
  • skills Public

    Email intelligence for every role in the company, 13 role-specific plugins, 76 skills, and 13 agents for Claude Cowork and any MCP-compatible agent. Powered by the iGPT MCP at https://mcp.igpt.ai/.

    igptai/skills's past year of commit activity
    16 MIT 2 0 4 Updated Apr 30, 2026
  • igpt-invoice-agent Public

    Extract structured invoices/receipts from connected datasources using the iGPT SDK.

    igptai/igpt-invoice-agent's past year of commit activity
    Python 11 MIT 0 0 0 Updated Feb 25, 2026
  • langchain-igpt Public

    Integration package connecting iGPT and LangChain

    igptai/langchain-igpt's past year of commit activity
    Python 9 MIT 0 0 0 Updated Feb 15, 2026
  • .github Public

    iGPT is an Email Intelligence API optimized for LLMs and agents, built for fast, reliable, and schema-ready answers from email threads and attachments.

    igptai/.github's past year of commit activity
    4 0 0 0 Updated Jan 18, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…