Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentroy

Sentroy Client SDKs

Official client SDKs for the Sentroy business mail & storage platform.
Documentation · sentroy.com · Status


Available SDKs

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 target the same API surface (mail + storage) and work against either the hosted platform (https://sentroy.com) or your own Sentroy deployment — only the baseUrl changes.

Authentication

Access tokens carry permission scopes per company. Create one from Admin → Access Tokens in your Sentroy dashboard.

Authorization: Bearer stk_...

Documentation

Full reference, code samples in every language, interactive examples and rate-limit details:

docs.sentroy.com

For AI Agents

Each SDK ships a single comprehensive AGENTS.md reference — feed the raw URL into a context window for full API coverage in one file:

https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/typescript/AGENTS.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

The same docs are also mirrored — ready to fetch — on the docs site:

https://docs.sentroy.com/llms.txt        # discovery index
https://docs.sentroy.com/llms-full.txt   # everything concatenated
https://docs.sentroy.com/llms-mail.txt   # Mail only
https://docs.sentroy.com/skill.md        # Anthropic Skill format
https://docs.sentroy.com/agents.md       # universal markdown

Only the TypeScript SDK has split README.md (lean, npm-facing) from AGENTS.md (full reference). The Go, Python, PHP and cURL READMEs remain comprehensive and double as agent-facing docs.

License

MIT

About

Sentroy Client SDK

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages