sentroy-co/client-sdk

Server-side PHP SDK for Sentroy platform API

Maintainers

Package info

github.com/Sentroy-Co/client-sdk

Language:TypeScript

pkg:composer/sentroy-co/client-sdk

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.13.2 2026-05-12 11:45 UTC

README

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

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