TypeScript SDK
Build Node.js and TypeScript applications with the Auggie SDK
Python SDK
Build Python applications with the Auggie SDK
Installation
Authentication
The Auggie SDK supports multiple authentication methods:- Passing API Key Directly (Recommended) - Provide
apiKeyparameter when initializing - Using Environment Variables - Set
AUGMENT_API_TOKENandAUGMENT_API_URLenvironment variables - Using
settings.json- Store credentials insettings.jsonfile
Finding Your API keys
Coming Soon: Service accounts and team-level tokens will be available for production deployments and CI/CD environments.
auggie token print will print your API keys:
Quick Start
Key Features
Both SDKs provide:- High-level API - Simple interface for common tasks
- Multiple Output Modes - String responses, typed returns, streaming, and more
- Codebase Awareness - Automatic indexing and context from your workspace
- Custom Tools - Extend Auggie with your own tools and integrations