Developers
SDKs
Official S.EE SDKs for various programming languages
Official SDKs
S.EE provides official SDKs to simplify API integration:
| Language | Repository |
|---|---|
| Java | sdotee/sdk.java |
| Rust | sdotee/sdk.rs |
| TypeScript | sdotee/sdk.ts |
| Go | sdotee/sdk.ts |
| Python | sdotee/sdk.py |
MCP Server
For AI/LLM integrations, use our MCP (Model Context Protocol) server:
Installation
Java
<!-- Maven -->
<dependency>
<groupId>s.ee</groupId>
<artifactId>see-java-sdk</artifactId>
<version>1.0.0</version>
</dependency>Rust
# Cargo.toml
[dependencies]
see-sdk = "1.0.0"TypeScript
npm install see-sdkGo
go get github.com/sdotee/sdk.goPython
pip install see-sdkUsage
See each SDK's repository for detailed documentation and examples.