Official client SDKs for the Sentroy platform API.
API Documentation · sentroy.com
| Language | Package | Install |
|---|---|---|
| TypeScript / Node.js | @sentroy-co/client-sdk |
npm install @sentroy-co/client-sdk |
| Go | github.com/Sentroy-Co/client-sdk/go |
go get github.com/Sentroy-Co/client-sdk/go |
| Python | sentroy-client-sdk |
pip install sentroy-client-sdk |
| PHP | sentroy-co/client-sdk |
composer require sentroy-co/client-sdk |
| cURL | — | Examples |
All SDKs provide the same API surface:
- Domains — List and retrieve verified domains
- Mailboxes — List mailbox accounts
- Templates — List and retrieve email templates
- Inbox — Read messages, list folders, manage threads, move/delete
- Send — Send emails with templates or raw HTML
All SDKs authenticate via Access Tokens. Create one from Admin > Access Tokens in your Sentroy dashboard.
Authorization: Bearer stk_...
Each SDK has its own README with detailed installation and usage instructions:
Plain-text documentation links for LLM/agent consumption:
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/typescript/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/go/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/python/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/php/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/curl/README.md
