First-Class SDK Support for Every Stack
Today we are releasing official SDKs for the three most popular server-side languages: Node.js, Python, and PHP. Each SDK is fully typed, production-ready, and designed to make Alfred AI integration effortless.
Quick Install
# Node.js
npm install @gositeme/alfred-sdk
# Python
pip install gositeme-alfred
# PHP
composer require gositeme/alfred-sdk
SDK Highlights
- Typed Clients — Full TypeScript definitions, Python type hints, and PHP docblocks for autocomplete in every IDE.
- Auto-Retry — Built-in exponential backoff with configurable retry policies for resilient integrations.
- Streaming Support — Real-time streaming responses for chat, voice transcription, and tool execution.
- OAuth & API Keys — Seamless authentication with support for both API key and OAuth2 flows.
- Comprehensive Examples — Each SDK ships with documented examples covering chat, voice, tools, fleet management, and more.
Explore the full documentation and quickstart guides on the SDKs page. Each SDK is open-source and welcomes community contributions.
From npm install to production in minutes.