npm
agentmail
AI Agent 指数 第 130(共 964)
29 综合分
真实使用 64
动量 —
关注度 —
项目介绍
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…