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

WebsiteDocsPlaygroundPricing

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
importIGPTfrom"igptai";constigpt=newIGPT({apiKey: process.env.IGPT_API_KEY});// Connect a datasource (per user)constauth=awaitigpt.connectors.authorize({service: "spike",scope: "messages",user: "user_123"});console.log("Authorize:",auth.url);// Recall: ask with email contextconstres=awaitigpt.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-nodeigptai-nodePublic

    Official Node.js SDK for the iGPT API

    JavaScript 13

  2. igptai-pythonigptai-pythonPublic

    The official Python library for the iGPT API

    Python 13

  3. skillsskillsPublic

    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

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…