s.ee

SDKs

Official S.EE SDKs for various programming languages

Official SDKs

S.EE provides official SDKs to simplify API integration:

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-rust-sdk = "1.0.0"

TypeScript

npm install see-sdk

Go

go get github.com/sdotee/sdk.go

Python

pip install see-sdk

Usage

See each SDK's repository for detailed documentation and examples.

On this page