Ship faster with our SDKs
Get started in minutes, not hours.
Type-safe clients for TypeScript, Go, and Python. Get started in minutes, not hours.
3
Language
100%
Type Safe
6
Core Features
Create a user with one method call
Typescript
Phyton
Go
import { ShipOS } from '@shipos/sdk' const client = new ShipOS({ apiKey: 'ship_live_...' }) const user = await client.auth.createUser({ email: 'john@example.com', name: 'John Doe' }) console.log(user.id)
Create a user with one method call
Typescript
Phyton
Go
import { ShipOS } from '@shipos/sdk' const client = new ShipOS({ apiKey: 'ship_live_...' }) const user = await client.auth.createUser({ email: 'john@example.com', name: 'John Doe' }) console.log(user.id)
Create a user with one method call
Typescript
Phyton
Go
import { ShipOS } from '@shipos/sdk' const client = new ShipOS({ apiKey: 'ship_live_...' }) const user = await client.auth.createUser({ email: 'john@example.com', name: 'John Doe' }) console.log(user.id)
Official SDKs for your favorite languages
Choose Your Language

TypeScript SDK
v1.2.4
Full TypeScript support with auto-completion, type safety, and modern async/await patterns. Perfect for Next.js, React, and Node.js applications.
Installation
npm install @shipos/sdk
Full TypeScript support
Auto-completion
Async/await patterns
Tree-shaking support

TypeScript SDK
v1.2.4
Full TypeScript support with auto-completion, type safety, and modern async/await patterns. Perfect for Next.js, React, and Node.js applications.
Installation
npm install @shipos/sdk
Full TypeScript support
Auto-completion
Async/await patterns
Tree-shaking support

TypeScript SDK
v1.2.4
Full TypeScript support with auto-completion, type safety, and modern async/await patterns. Perfect for Next.js, React, and Node.js applications.
Installation
npm install @shipos/sdk
Full TypeScript support
Auto-completion
Async/await patterns
Tree-shaking support

Python SDK
v1.2.1
Pythonic interface with async support, pydantic models, and comprehensive error handling. Compatible with FastAPI, Django, and Flask.
Installation
pip install shipos
Pydantic validation
Async/await support
Type hints included
Framework agnostic

Python SDK
v1.2.1
Pythonic interface with async support, pydantic models, and comprehensive error handling. Compatible with FastAPI, Django, and Flask.
Installation
pip install shipos
Pydantic validation
Async/await support
Type hints included
Framework agnostic

Python SDK
v1.2.1
Pythonic interface with async support, pydantic models, and comprehensive error handling. Compatible with FastAPI, Django, and Flask.
Installation
pip install shipos
Pydantic validation
Async/await support
Type hints included
Framework agnostic

Go SDK
v1.1.8
Idiomatic Go with context support, structured errors, and zero external dependencies. Built for high-performance Go applications.
Installation
go get github.com/shipos/go-sdk
Context support
Zero dependencies
Structured errors
High performance

Go SDK
v1.1.8
Idiomatic Go with context support, structured errors, and zero external dependencies. Built for high-performance Go applications.
Installation
go get github.com/shipos/go-sdk
Context support
Zero dependencies
Structured errors
High performance

Go SDK
v1.1.8
Idiomatic Go with context support, structured errors, and zero external dependencies. Built for high-performance Go applications.
Installation
go get github.com/shipos/go-sdk
Context support
Zero dependencies
Structured errors
High performance
Full feature parity across all SDKs
Feature Comparison
Feature
TypeScript
Python
Go
Descriptions
Auth & Users
Complete user management with secure authentication
Billing & Payments
Subscription management and payment processing
Webhooks
Real-time event notifications and handling
Multi-tenancy
Workspace and team management features
Rate Limiting
Built-in fair usage and throttling controls
API Logging
Request tracking and debugging utilities