npm
agentmail
观察池 · 暂无正式排名
该项目当前未满足“两个有效维度 + 两种数据源”的主榜门槛。
— 未排名
可观测采用度当前有效 · 2026-09-12 55
动量缺失 —
关注度缺失 —
信号可信度 依据当前有数据的独立评分维度数量计算。
有限1/3 · 1 种数据源
项目介绍
The Agentmail TypeScript library provides convenient access to the Agentmail APIs from TypeScript.
A full reference for this library is available here.
Instantiate and use the client with the following:
This SDK allows you to configure different environments for API requests.
The SDK exports all request and response types as TypeScript interfaces. Simply import them with the following namespace:
When the API returns a non-success status code (4xx or 5xx response), a subclass of the following error will be thrown.
You can consume binary data from endpoints using the BinaryResponse type which lets you choose how to consume the data:
This SDK supports direct imports of subpackage…