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/.

    4

Repositories

Showing 6 of 6 repositories

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…