> For the complete documentation index, see [llms.txt](https://docs.aimlapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aimlapi.com/integrations.md).

# Integrations

- [Our Integration List](https://docs.aimlapi.com/integrations/our-integration-list.md): About third-party integrations
- [Agno](https://docs.aimlapi.com/integrations/agno.md)
- [Aider](https://docs.aimlapi.com/integrations/aider.md)
- [AutoGPT](https://docs.aimlapi.com/integrations/autogpt.md)
- [Browser Use](https://docs.aimlapi.com/integrations/browser-use.md)
- [Cline](https://docs.aimlapi.com/integrations/cline.md)
- [Claude Code](https://docs.aimlapi.com/integrations/claude-code.md)
- [continue.dev](https://docs.aimlapi.com/integrations/continue.dev.md)
- [ElizaOS](https://docs.aimlapi.com/integrations/elizaos.md)
- [GPT Researcher (gptr)](https://docs.aimlapi.com/integrations/gpt-researcher-gptr.md)
- [Hermes](https://docs.aimlapi.com/integrations/hermes.md): Connect Hermes Agent to AI/ML API through the native provider fork or a manual OpenAI-compatible setup.
- [Kilo Code](https://docs.aimlapi.com/integrations/kilo-code.md)
- [Langflow](https://docs.aimlapi.com/integrations/langflow.md): Short description of third-party integration with AI/ML API (Langflow) and how to work with it.
- [LiteLLM](https://docs.aimlapi.com/integrations/litellm.md): Short description of third-party integration with AI/ML API (LiteLLM) and how to work with it.
- [Make](https://docs.aimlapi.com/integrations/make.md)
- [Manus](https://docs.aimlapi.com/integrations/manus.md)
- [Marvin](https://docs.aimlapi.com/integrations/marvin.md)
- [n8n](https://docs.aimlapi.com/integrations/n8n.md): This guide shows how to integrate AI/ML API into your n8n workflows, whether you're using n8n Cloud or running a self-hosted instance.
- [OpenClaw AI/ML](https://docs.aimlapi.com/integrations/openclaw.md)
- [Roo Code](https://docs.aimlapi.com/integrations/roo-code.md)
- [SillyTavern](https://docs.aimlapi.com/integrations/sillytavern.md): Connect 200+ top-tier models — Claude 3.5, GPT-4o, Gemini 1.5, LLaMA 3, Mistral and others — directly to SillyTavern using AI/ML API, an OpenAI-compatible provider.
- [Toolhouse](https://docs.aimlapi.com/integrations/toolhouse.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.aimlapi.com/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.
