SDKs & installation
Eight GA SDKs, all available. Python and TypeScript carry the full API reference.
Make your first call
New to infrai? The Quickstart walks you from install to your first response — in Python, TypeScript, Go, Rust, Java, C#/.NET, Ruby and PHP.
Open the QuickstartInstall
One-line install per language. Package names are the real published identifiers.
| Language | Install | Status |
|---|---|---|
| Python | pip install infrai | GA |
| TypeScript | npm install @infrai/sdk | GA |
| Go | go get github.com/infrailab/infrai-go | GA |
| Rust | cargo add infrai | GA |
| Java | io.infrailab:infrai-sdk:0.2.0 | GA |
| C# | dotnet add package Infrai | GA |
| Ruby | gem install infrai | GA |
| PHP | composer require infrailab/infrai | GA |
Full reference languages
Python and TypeScript ship the complete, documented API surface used across this site.
- Python —
pip install infrai - TypeScript —
npm install @infrai/sdk
Coming soon
These SDKs are in progress. The install commands below are the planned package identifiers.