Skip to main content
SentFromAI is just a REST API, so it plugs into any agent framework. There are two paths:

MCP (zero glue)

Connect the SentFromAI MCP server and email becomes native tools — no per-framework wiring. Best if your runtime speaks MCP.

Native tools

Wrap a few REST calls as your framework’s tool type. Use this when you want full control or your framework doesn’t do MCP yet.

The tool surface

Whatever the framework, you’re exposing a handful of operations to the model. The recipes use these: Each call is a Bearer-authenticated request to https://api.sentfrom.ai/v1 (auth).

Recipes

OpenClaw

LangChain

OpenAI Agents SDK

Vercel AI SDK

CrewAI

LlamaIndex

Anthropic (Claude)

These are starting points — adapt the tool set and your framework’s exact API to your version. The endpoints they call are stable.