> For the complete documentation index, see [llms.txt](https://docs.arcee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcee.ai/get-started/integration-list.md).

# Integration List

Arcee AI models are accessible in two primary ways: the Arcee API Platform or self-hosting through one of the [Quick Deploys](/quick-deploys/hardware-prerequisites.md) libraries. Both options provide an OpenAI-compatible endpoint, which makes integrating into the most popular inference and agent tools, quick and simple. In this section, you'll see how you can integrate Arcee AI models into the most common AI tools.

If there's a tool not listed here which you would like to have added, please reach out to our team. If a tool is not listed and supports the OpenAI-compatible endpoint, you can follow the same pattern shown in these examples.

#### Integration List

* [Hermes Agent](https://arcee-ai-2025.webflow.io/blog/how-to-use-hermes-agent-with-trinity-large-thinking)
* [OpenRouter](/get-started/integration-list/openrouter.md)
* [KiloCode](/get-started/integration-list/kilo-code.md)
* [Cline](/get-started/integration-list/cline.md)
* [OpenCode](/get-started/integration-list/opencode.md)
* [Roo Code](/get-started/integration-list/roo-code.md)
* [LangSmith](/get-started/integration-list/langsmith.md)
* [LangGraph](/get-started/integration-list/langgraph.md)
* [CrewAI](/get-started/integration-list/crewai.md)
* [llamaIndex](/get-started/integration-list/llamaindex.md)
* [n8n](/get-started/integration-list/n8n.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.arcee.ai/get-started/integration-list.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.
