finemail

SDK RESOURCES

FineMail clients for TypeScript and Python.

Dependency-free clients call the authenticated FineMail REST tool bridge. Downloadable artifacts are published with SHA-256 hashes and runnable examples.

Authentication

Create a scoped token in Fine Structure API Keys and choose the Email and FineMail permission group. Store the token in a secret manager or environment variable, then send it as Authorization: Bearer fse2_mcp_<token>.

TypeScript / JavaScript

npm install https://finemail.app/sdk/finestructure-finemail-sdk-0.1.0.tgz

Download package 0.1.0 or inspect the runnable example.

SHA-256 f458833c206eb57c6e1b76992a04607519d272eda18a19bc08ccc88c4febb55d

Python

pip install https://finemail.app/sdk/finemail_sdk-0.1.0-py3-none-any.whl

Download wheel 0.1.0 or inspect the runnable example.

SHA-256 493781d30b3774a1b8148a0389500e2d64f0365d8d35497ac35270102001ba55

Machine-readable metadata

sdk/index.json contains package URLs, install commands, examples, supported tool methods, and integrity hashes. The narrative SDK README includes client usage and error behavior. The live OpenAPI document remains authoritative for REST schemas.