# Integrations

InteractiveAI integrates seamlessly with your existing AI development stack. Whether you're instrumenting custom applications, working with established frameworks, building visual workflows, or accessing multiple model providers, the platform provides flexible integration paths designed to fit your workflow.&#x20;

This section covers native instrumentation through the SDK and OpenTelemetry, pre-built integrations for popular AI frameworks, no-code environment support, and unified model access via the InteractiveAI Router.

### Supported Integrations

#### Native Integrations&#x20;

First-party libraries and protocol support for direct instrumentation.

{% content-ref url="/pages/ZdiNGQZyobsrzq7tfcmC" %}
[InteractiveAI SDK](/integrations/native/interactiveai-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/UUTGJYea4AObN0YVC7DS" %}
[OpenTelemetry](/integrations/native/opentelemetry.md)
{% endcontent-ref %}

#### AI Frameworks

Connectors for orchestration libraries, agent toolkits, and development frameworks.

{% content-ref url="/pages/l8yPoE4l4WeX68IENibb" %}
[Agno](/integrations/ai-frameworks/agno.md)
{% endcontent-ref %}

{% content-ref url="/pages/G5OTkPUEQpZeoTqw620j" %}
[AutoGen](/integrations/ai-frameworks/autogen.md)
{% endcontent-ref %}

{% content-ref url="/pages/Df1owsneP5MoVmA0VrJj" %}
[Claude Agent SDK](/integrations/ai-frameworks/claude-agent-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/AyuEB86yr70J0GZgEzca" %}
[CrewAI](/integrations/ai-frameworks/crewai.md)
{% endcontent-ref %}

{% content-ref url="/pages/IjVu44xzFWLJg5JZkJhh" %}
[Google ADK](/integrations/ai-frameworks/google-adk.md)
{% endcontent-ref %}

{% content-ref url="/pages/12wdILhKGOZjbj61akUv" %}
[LangChain & LangGraph](/integrations/ai-frameworks/langchain-and-langgraph.md)
{% endcontent-ref %}

{% content-ref url="/pages/XGExZxp8jYZO6i86ygZ4" %}
[LlamaIndex](/integrations/ai-frameworks/llamaindex.md)
{% endcontent-ref %}

{% content-ref url="/pages/2Zwlxxk5wyMbPFhAMzDT" %}
[LlamaIndex Workflows](/integrations/ai-frameworks/llamaindex-workflows.md)
{% endcontent-ref %}

{% content-ref url="/pages/xnwlXdFBrlziTbeM7mil" %}
[OpenAI Agents](/integrations/ai-frameworks/openai-agents.md)
{% endcontent-ref %}

#### Model Providers

The InteractiveAI Router provides a unified API for accessing language models across multiple providers

{% content-ref url="/pages/iXbix2ncKiEDnCZmY6Q0" %}
[InteractiveAI Router](/integrations/model-providers/interactiveai-router.md)
{% endcontent-ref %}

***

Our support team is available at <support@interactive.ai> to help with custom integration requirements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.interactive.ai/integrations/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
