SDKs
AINative provides SDKs for every major framework and language. Each SDK wraps the REST API with framework-native patterns.
Client SDKs
| SDK | Package | Install | Framework |
|---|---|---|---|
| TypeScript | @ainative/sdk | npm i @ainative/sdk | Node.js / Browser |
| React | @ainative/react-sdk | npm i @ainative/react-sdk | React 18+ |
| Next.js | @ainative/next-sdk | npm i @ainative/next-sdk | Next.js 13+ (App Router + Pages) |
| Vue | @ainative/vue-sdk | npm i @ainative/vue-sdk | Vue 3 |
| Svelte | @ainative/svelte-sdk | npm i @ainative/svelte-sdk | Svelte 4/5 + SvelteKit |
Agent SDKs
| SDK | Package | Install | Description |
|---|---|---|---|
| Agent SDK (TS) | @ainative/agent-sdk | npm i @ainative/agent-sdk | TypeScript client for Agent Cloud APIs |
| Agent SDK (Python) | ainative-agent-sdk | pip install ainative-agent-sdk | Python client for Agent Cloud APIs |
| Agent Runtime | @ainative/agent-runtime | npm i @ainative/agent-runtime | Embeddable agent execution engine |
Python Ecosystem
| Package | Install | Description |
|---|---|---|
langchain-zerodb | pip install langchain-zerodb | LangChain vector store integration |
llama-index-vector-stores-zerodb | pip install llama-index-vector-stores-zerodb | LlamaIndex vector store integration |
zerodb-mcp | pip install zerodb-mcp | Python MCP server (77 tools) |
zerodb-cli | pip install zerodb-cli | CLI for ZeroDB management |
zerodb-local | pip install zerodb-local | Local-first ZeroDB (SQLite + FAISS) |
ainative-agent-sdk | pip install ainative-agent-sdk | Agent Cloud Python SDK |
MCP Servers (npm)
| Package | Install | Description |
|---|---|---|
ainative-zerodb-mcp-server | npx ainative-zerodb-mcp-server | Full MCP server (77 tools) |
ainative-zerodb-memory-mcp | npx ainative-zerodb-memory-mcp | Memory-focused MCP (6 tools) |
CLI Tools
| Package | Install | Description |
|---|---|---|
@ainative/cody-cli | npm i -g @ainative/cody-cli | AI-powered coding assistant CLI |
zerodb-cli (npm) | npx zerodb-cli init | Project setup and MCP config |
zerodb-cli (PyPI) | pip install zerodb-cli | Python CLI for ZeroDB |
AI Kit (Component Framework)
For framework-agnostic AI components, see AI Kit.
| Package | Install | Description |
|---|---|---|
@ainative/ai-kit-core | npm i @ainative/ai-kit-core | Streaming, agents, state management |
@ainative/ai-kit | npm i @ainative/ai-kit | React hooks and UI components |
@ainative/ai-kit-vue | npm i @ainative/ai-kit-vue | Vue 3 composables |
@ainative/ai-kit-svelte | npm i @ainative/ai-kit-svelte | Svelte stores |
@ainative/ai-kit-nextjs | npm i @ainative/ai-kit-nextjs | Next.js utilities |
@ainative/ai-kit-safety | npm i @ainative/ai-kit-safety | Prompt injection, PII, moderation |
@ainative/ai-kit-observability | npm i @ainative/ai-kit-observability | Usage tracking and cost alerts |
Next Steps
- Quick Start — Get up and running
- API Reference — REST API docs
- Agent Cloud — Deploy agents to production