Server SDKs
Build backend integrations with type-safe SDKs.Python
Use a type-safe Python library with async support
TypeScript
Build with full TypeScript support and autocomplete
Getting Your API Key
Before using the SDKs, you will need an API key from your itellicoAI dashboard.Navigate to API Keys
Go to your itellicoAI dashboard and navigate to Developers → API Keys.
Why Use SDKs?
Type Safety
Access full TypeScript definitions and Python type hints for all API methods
Simplified Auth
Manage API keys automatically — no manual headers needed
Better Errors
Get structured exceptions for easier debugging
Less Code
Use clean methods instead of manual HTTP requests
Where To Find Examples
This page helps you choose an SDK and find the right reference. Language-specific pages own the runnable examples.| If you use… | Go to | What it covers |
|---|---|---|
| Python | Python SDK | Installation, sync and async usage, operations, errors, and environment variables |
| TypeScript | TypeScript SDK | Installation, typed usage, operations, errors, and environment variables |
| Raw HTTP | REST API Reference | Authentication, endpoints, OpenAPI, and direct API usage |
Installation
- Python
- TypeScript
Resources
NPM Package
Install TypeScript SDK from NPM
PyPI Package
Install Python SDK from PyPI
TypeScript SDK
View TypeScript SDK source code
Python SDK
View Python SDK source code
REST API Reference
Browse the complete REST API documentation
OpenAPI Spec
View the OpenAPI specification file