> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neosantara.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Integration options for Neosantara: native frameworks, orchestration libraries, AI coding agents, and cloud agents.

Neosantara is designed for straightforward connectivity across the modern AI ecosystem. Integrations fall into four distinct categories: **Native Frameworks** with built-in official providers, standard OpenAI/Anthropic **Orchestration Frameworks**, **Coding Agents & IDEs** for developer productivity, and **Autonomous Cloud Agents** hosted directly on the dashboard.

## Comparing Integration Categories

| Category                     | Typical Libraries & Tools                | Capability Focus           | Defining Feature                                                                                           |
| :--------------------------- | :--------------------------------------- | :------------------------- | :--------------------------------------------------------------------------------------------------------- |
| **Native Frameworks**        | Any-LLM, LiteLLM, Agno                   | Built-in Official Provider | Automated routing, dynamic multi-model failover, and multi-agent execution through Indonesia's AI Gateway. |
| **Orchestration Frameworks** | LangChain, LlamaIndex, CrewAI            | Unified Adapters           | Drop-in compatibility using standard OpenAI or Anthropic client adapters.                                  |
| **Coding Agents & IDEs**     | Cursor, Claude Code, OpenCode, Cline, Pi | Agentic Dev Loop           | Custom coding model inference via the gateway or contextual tool calling via the Neosantara MCP server.    |
| **Autonomous Cloud Agents**  | OpenClaw Cloud, Hermes Agent Cloud       | Managed MicroVMs           | Isolated E2B microVMs with Telegram webhook handling, automatic voice STT, and scale-to-zero lifecycle.    |

## Integration Code Patterns

<CodeGroup>
  ```python Python (Native: LiteLLM) icon="python" theme={"theme":{"light":"ayu-dark","dark":"catppuccin-latte"}}
  import litellm
  import os

  os.environ["NEOSANTARA_API_KEY"] = "nsk_..."

  # Invoke model via official neosantara/ provider
  response = litellm.completion(
      model="neosantara/deepseek-v4.1-flash",
      messages=[{"role": "user", "content": "Explain agentic loop architectures."}]
  )
  print(response.choices[0].message.content)
  ```

  ```python Python (Framework: LangChain) icon="python" theme={"theme":{"light":"ayu-dark","dark":"catppuccin-latte"}}
  from langchain_openai import ChatOpenAI
  import os

  llm = ChatOpenAI(
      model="gemini-3.8-flash",
      openai_api_base="https://api.neosantara.xyz/v1",
      openai_api_key=os.environ["NEOSANTARA_API_KEY"]
  )

  response = llm.invoke("Explain agentic loop architectures.")
  print(response.content)
  ```

  ```bash Terminal (Coding Agent: Claude Code) icon="terminal" theme={"theme":{"light":"ayu-dark","dark":"catppuccin-latte"}}
  # Route Anthropic traffic to the Neosantara gateway
  export ANTHROPIC_BASE_URL="https://api.neosantara.xyz/anthropic"
  export ANTHROPIC_API_KEY="nsk_your_api_key_here"

  # Launch the coding agent
  claude
  ```
</CodeGroup>

## Supported Integrations Catalog

### Native Frameworks

Neosantara is officially bundled as a native provider inside these SDKs without requiring custom base URL configuration:

<CardGroup cols={3}>
  <Card title="Any-LLM" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/any-llm.png?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=28d63eeb0c7d33cbbf08e295b4c4b0bc" href="/en/integrations/any-llm" width="1023" height="935" data-path="images/integrations/any-llm.png">
    Native Any-LLM SDK integration with provider id `neosantara` without base URL setup.
  </Card>

  <Card title="LiteLLM" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/litellm.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=6423ae40eb025e2fbd909430aac616fd" href="/en/integrations/litellm" width="512" height="512" data-path="images/integrations/litellm.svg">
    Native `neosantara/<model>` provider routing for intelligent multi-model orchestration.
  </Card>

  <Card title="Agno" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/agno.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=c46fcbc2366c9c7a9514dc31c98e64a1" href="/en/integrations/agno" width="120" height="120" data-path="images/integrations/agno.svg">
    Build autonomous multimodal AI agents using the native `Neosantara` model class.
  </Card>
</CardGroup>

### Orchestration Frameworks

Connect popular orchestration libraries by setting the base URL to the Neosantara gateway:

<CardGroup cols={3}>
  <Card title="LangChain" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/langchain.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=2fda60bd632e752437fe82868af3b9cb" href="/en/integrations/langchain" width="24" height="24" data-path="images/integrations/langchain.svg">
    OpenAI-compatible integration for LangChain chains, memory, and agentic tools.
  </Card>

  <Card title="DSPy" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/dspy.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=08c84a36efed096fffc121cc6c7a0b1d" href="/en/integrations/dspy" width="2000" height="2000" data-path="images/integrations/dspy.svg">
    Program and compile modular language model prompts with DSPy signatures.
  </Card>

  <Card title="CrewAI" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/crewai.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=ee6a13252d1457330daf7b391709c783" href="/en/integrations/crewai" width="24" height="24" data-path="images/integrations/crewai.svg">
    Collaborative multi-agent orchestration with role assignment and sequential execution.
  </Card>

  <Card title="Google ADK" icon="https://mintcdn.com/neosantara/u2qw1fXeV_SBVusR/images/integrations/google-adk.svg?fit=max&auto=format&n=u2qw1fXeV_SBVusR&q=85&s=d0ef827215540e6c62457845cd45db6c" href="/en/integrations/google-adk" width="512" height="512" data-path="images/integrations/google-adk.svg">
    Code-first agent framework with multi-agent orchestration and tool calling via LiteLLM.
  </Card>

  <Card title="OpenAI Agents SDK" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/openai.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=69e05803e80721ddc2f9fa7933f78012" href="/en/integrations/openai-agents" width="24" height="24" data-path="images/integrations/openai.svg">
    Autonomous multi-agent framework with tool calling, agent handoffs, and LiteLLM model integration.
  </Card>

  <Card title="LlamaIndex" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/llamaindex.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=58c204341fb8aedf1298c84f4ca3a584" href="/en/integrations/llama-index" width="24" height="24" data-path="images/integrations/llamaindex.svg">
    Connect private data and build production RAG pipelines with chat and embedding models.
  </Card>

  <Card title="Pydantic AI" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/pydantic.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=e9df7a770172c9a9596b208b9f49d3e4" href="/en/integrations/pydantic-ai" width="24" height="24" data-path="images/integrations/pydantic.svg">
    Build type-safe agents with structured outputs and automated schema validation.
  </Card>

  <Card title="AutoGen (AG2)" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/autogen.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=fc591771e857b920a95f540ea1407444" href="/en/integrations/autogen" width="56" height="50" data-path="images/integrations/autogen.svg">
    Conversational multi-agent workflows and automated code execution between agents.
  </Card>

  <Card title="Vercel AI SDK" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/vercel.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=f57435eea4d329029c704f64b235f151" href="/en/integrations/vercel-ai-sdk" width="100" height="100" data-path="images/integrations/vercel.svg">
    Token streaming and reactive UI hooks for Next.js and TypeScript applications.
  </Card>

  <Card title="E2B" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/e2b.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=1210d51b1a6ae41b76a78f585e7c4f62" href="/en/integrations/e2b" width="32" height="30" data-path="images/integrations/e2b.svg">
    Execute Python code and generate data visualizations inside isolated Firecracker sandboxes.
  </Card>

  <Card title="Daytona" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/daytona.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=daa837e5c237567b57bd256d900061d4" href="/en/integrations/daytona" width="64" height="64" data-path="images/integrations/daytona.svg">
    Isolated sandboxes with filesystem, git, and shell execution for AI agents.
  </Card>

  <Card title="OpenAI & Anthropic SDK" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/openai.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=69e05803e80721ddc2f9fa7933f78012" href="/en/gateway/overview" width="24" height="24" data-path="images/integrations/openai.svg">
    Direct integration using official Python and TypeScript SDKs with gateway base URLs.
  </Card>
</CardGroup>

### Coding Agents & IDEs

Supercharge software development with integrated AI assistants and coding environments:

<CardGroup cols={3}>
  <Card title="Cursor" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/cursor.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=cb059ccf6ea5b595935e76c785f9cafd" href="/en/agents/cursor" width="512" height="512" data-path="images/integrations/cursor.svg">
    Custom model routing (Composer/Chat) and Neosantara MCP server tools in Cursor IDE.
  </Card>

  <Card title="Claude Code" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/claude-code.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=bb3a18ac7955752653554ec3d6a71c9b" href="/en/agents/claude-code" width="24" height="24" data-path="images/integrations/claude-code.svg">
    Anthropic's official terminal CLI coding assistant via `/anthropic` and MCP.
  </Card>

  <Card title="OpenCode" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/opencode.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=a3d4ff1d014e9858321d9ec9b06fc513" href="/en/agents/opencode" width="512" height="512" data-path="images/integrations/opencode.svg">
    Open-source terminal-based AI coding agent for autonomous file edits and testing.
  </Card>

  <Card title="Cline & Roo Code" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/cline.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=1401507614a5761cc2571beda4f53b6d" href="/en/agents/cline" width="24" height="24" data-path="images/integrations/cline.svg">
    Autonomous VS Code coding agent extension with MCP tools and terminal execution.
  </Card>

  <Card title="Pi" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/pi.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=aa7b635568fd4ce9d62a10e9e65aec52" href="/en/agents/pi" width="24" height="24" data-path="images/integrations/pi.svg">
    Minimalist and fast terminal coding agent with non-linear tree-session branching.
  </Card>

  <Card title="Claude Desktop" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/claude.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=5f0be7b8eabc64ce5a9097ebc400b6b2" href="/en/agents/claude-desktop" width="24" height="24" data-path="images/integrations/claude.svg">
    Claude desktop application connected directly to the Neosantara MCP gateway via SSE.
  </Card>
</CardGroup>

### Cloud & Autonomous Agents (Hosted Dashboard)

Deploy autonomous agents directly from the Neosantara dashboard without managing server infrastructure:

<CardGroup cols={2}>
  <Card title="Hosted OpenClaw" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/openclaw.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=cff2c777ffddb432da2fc7d595311df9" href="/en/agents/openclaw" width="24" height="24" data-path="images/integrations/openclaw.svg">
    Multi-channel Telegram agent with tool execution, custom skills, and E2B scale-to-zero microVMs.
  </Card>

  <Card title="Hosted Hermes" icon="https://mintcdn.com/neosantara/uq2XlSQ_dSPDIOXL/images/integrations/hermes.svg?fit=max&auto=format&n=uq2XlSQ_dSPDIOXL&q=85&s=571caadc54c05c9b95079dd44f7f3e03" href="/en/agents/hermes" width="1722" height="1749" data-path="images/integrations/hermes.svg">
    Nous Research reasoning agent with multi-turn memory and automated voice message STT transcription.
  </Card>
</CardGroup>

## Next Steps

| Goal                                | Guide                                                     |
| :---------------------------------- | :-------------------------------------------------------- |
| Native LiteLLM routing              | [LiteLLM Guide](/en/integrations/litellm)                 |
| Native Any-LLM SDK                  | [Any-LLM Guide](/en/integrations/any-llm)                 |
| Autonomous Agno agents              | [Agno Guide](/en/integrations/agno)                       |
| LangChain orchestration             | [LangChain Guide](/en/integrations/langchain)             |
| Modular DSPy programming            | [DSPy Guide](/en/integrations/dspy)                       |
| Multi-agent CrewAI systems          | [CrewAI Guide](/en/integrations/crewai)                   |
| Google ADK agent systems            | [Google ADK Guide](/en/integrations/google-adk)           |
| OpenAI Agents SDK systems           | [OpenAI Agents SDK Guide](/en/integrations/openai-agents) |
| Document RAG with LlamaIndex        | [LlamaIndex Guide](/en/integrations/llama-index)          |
| Type-safe Pydantic AI agents        | [Pydantic AI Guide](/en/integrations/pydantic-ai)         |
| Conversational AutoGen (AG2)        | [AutoGen Guide](/en/integrations/autogen)                 |
| Next.js Vercel AI SDK               | [Vercel AI SDK Guide](/en/integrations/vercel-ai-sdk)     |
| E2B Code Interpreter sandbox        | [E2B Guide](/en/integrations/e2b)                         |
| Cursor IDE configuration            | [Cursor Integration](/en/agents/cursor)                   |
| Terminal coding with Claude Code    | [Claude Code Integration](/en/agents/claude-code)         |
| OpenCode CLI agent                  | [OpenCode Integration](/en/agents/opencode)               |
| Cline VS Code extension             | [Cline Integration](/en/agents/cline)                     |
| Pi terminal coding agent            | [Pi Integration](/en/agents/pi)                           |
| Hosted cloud agent runtime          | [Hosted Cloud Agents](/en/agents/cloud-agents)            |
| OpenClaw integration                | [OpenClaw Integration](/en/agents/openclaw)               |
| Hermes Agent integration            | [Hermes Agent Integration](/en/agents/hermes)             |
| Model Context Protocol architecture | [MCP Overview](/en/agents/overview)                       |


## Related topics

- [Quickstart](/en/quickstart.md)
- [Model Catalog](/en/gateway/models.md)
- [MCP & Agent Architecture](/en/agents/overview.md)
