Skip to content

SDKs

Subnoto provides official SDKs to simplify integration with our API. These SDKs handle authentication, encryption, and provide type-safe interfaces for all API operations. You need API keys to authenticate.

TypeScript/JavaScript SDK

The official TypeScript SDK provides full type safety and support for all Subnoto API endpoints. It includes built-in encryption, HTTP signature authentication, and helper functions for common operations.

Package: @subnoto/api-client

Python SDK

The Python SDK provides an async client with full type hints and support for all Subnoto API endpoints. Built on httpx with Oak tunnel encryption and HTTP signature authentication.

Package: subnoto-api-client

php

PHP SDK

The PHP SDK provides a Guzzle-based client with Oak tunnel encryption and HTTP signature authentication. Includes a native PHP extension for AMD SEV-SNP attestation.

Package: subnoto-api-client-php

For SDK-specific questions or integration issues, please refer to our documentation or contact us.