SDK catalog
11
Language targets
Coverage across common service runtimes and automation stacks.
Service SDKs
Official service-client SDKs for teams integrating with insp.ac from backend systems, workers, and automations.
SDK catalog
11
Language targets
Coverage across common service runtimes and automation stacks.
Package managers
7
Registry installs
SDKs with one-line install commands from public package tooling.
Direct downloads
10
ZIP bundles
Prebuilt archives for environments that require manual distribution.
Choose an SDK that matches your backend runtime and install from the package registry or use a ZIP download.
Store your API key in environment variables and initialize the SDK in your service layer.
Use typed SDK clients for authenticated operations, retries, and cleaner integration code.
SDKs are designed for server-side usage. Keep API keys in your service environment and route client app traffic through your own backend.
INSPAC_API_BASE_URL=https://api.insp.ac INSPAC_API_KEY=your_api_key
Request path
A safe architecture keeps credentials in your backend and never exposes secrets in browser/mobile clients.
go
Best for: High-throughput backend services and microservices.
Distribution channel: Go module proxy
python
Best for: Data pipelines, backend services, and automation jobs.
Distribution channel: PyPI (`inspac-sdk-python`)
Install (registry)
pip install inspac-sdk-python
typescript
Best for: Node.js/TypeScript backend services, serverless functions, and workers.
Distribution channel: npm (`@inspac/sdk-typescript`)
Install (registry)
npm install @inspac/sdk-typescript
csharp
Best for: .NET backend services and internal tooling.
Distribution channel: NuGet
Install (registry)
dotnet add package Inspac.Sdk
dart
Best for: Dart backend and command-line automation.
Distribution channel: pub.dev
Install (registry)
dart pub add inspac_sdk_dart
java
Best for: JVM enterprise services and integration layers.
Distribution channel: Maven Central or GitHub Packages
kotlin
Best for: Kotlin JVM backend services.
Distribution channel: Maven Central or GitHub Packages
php
Best for: Laravel/Symfony services and web backends.
Distribution channel: Packagist
Install (registry)
composer require inspac/sdk-php
ruby
Best for: Ruby on Rails apps and background workers.
Distribution channel: RubyGems
Install (registry)
gem install inspac_sdk_ruby
rust
Best for: Performance-focused systems and services.
Distribution channel: crates.io
Install (registry)
cargo add inspac-sdk-rust
Download archive currently unavailable for this target.
swift
Best for: Server-side Swift services.
Distribution channel: Swift Package Manager (Git tags)