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

# Integrations

Pick the integration that matches your stack. Each card opens the setup guide for that tool. Most setups take 2 to 5 minutes.

If your tool is OpenAI Chat Completions compatible and isn't listed, see [Any OpenAI-compatible tool](/docs/integrations-and-best-practices/any-openai-compatible-tool.md). For Anthropic Messages format, see [Migrating from Anthropic](/docs/integrations-and-best-practices/migrating-from-anthropic.md).

{% hint style="success" %}
**Want the fastest path?** [AgentSea](/docs/integrations-and-best-practices/integrations/agentsea.md) installs a supported agent and wires it to The Grid for you with one command, locally or on a fresh cloud VM. The manual guides below give you the same result with full control.
{% endhint %}

## One-command launcher

Skip manual configuration. AgentSea installs a supported agent, adds your key, and wires routing to The Grid.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AgentSea</strong></td><td><a href="/pages/rsIqJI8ud7lzp3oJUuve">/pages/rsIqJI8ud7lzp3oJUuve</a></td></tr></tbody></table>

## Coding Agents

The drop-in path. Set the base URL, paste your API key, pick an instrument.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cline</strong></td><td><a href="/pages/Be6LEp77FjCbvw8ShvUz">/pages/Be6LEp77FjCbvw8ShvUz</a></td></tr><tr><td><strong>Continue</strong></td><td><a href="/pages/e81JQbU9ds5S5c1anZjg">/pages/e81JQbU9ds5S5c1anZjg</a></td></tr><tr><td><strong>Cursor</strong></td><td><a href="/pages/yRz8bhubboR4kkwpFBkV">/pages/yRz8bhubboR4kkwpFBkV</a></td></tr><tr><td><strong>Claude Code</strong></td><td><a href="/pages/0CPucCupZSfAe7tMYZSy">/pages/0CPucCupZSfAe7tMYZSy</a></td></tr><tr><td><strong>Kilo Code</strong></td><td><a href="/pages/PNGD0ezfiEmPisOBVZWT">/pages/PNGD0ezfiEmPisOBVZWT</a></td></tr><tr><td><strong>OpenCode</strong></td><td><a href="/pages/hfRQtEbmjLuQDo3L8ZXt">/pages/hfRQtEbmjLuQDo3L8ZXt</a></td></tr><tr><td><strong>OpenClaw</strong></td><td><a href="/pages/ct4D24KdGIElyaZmecKd">/pages/ct4D24KdGIElyaZmecKd</a></td></tr></tbody></table>

## Agent Frameworks and Harnesses

Python and TypeScript frameworks and Harnesses for building autonomous agents. Wire The Grid in as the LLM client.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CrewAI</strong></td><td><a href="/pages/x2zmCfGbWnFmln45d0Z1">/pages/x2zmCfGbWnFmln45d0Z1</a></td></tr><tr><td><strong>Deep Agents</strong></td><td><a href="/pages/F6jAvvnWiJ3s7gY1fgdb">/pages/F6jAvvnWiJ3s7gY1fgdb</a></td></tr><tr><td><strong>DeerFlow</strong></td><td><a href="/pages/lCYvECiv9yl3QYBfhMMP">/pages/lCYvECiv9yl3QYBfhMMP</a></td></tr><tr><td><strong>Hermes Agent</strong></td><td><a href="/pages/ScZ1neBECzGtCtXbRGeu">/pages/ScZ1neBECzGtCtXbRGeu</a></td></tr><tr><td><strong>General Agent Skill</strong></td><td><a href="/pages/kUT9Ww9AHEhEkrx0o8Vm">/pages/kUT9Ww9AHEhEkrx0o8Vm</a></td></tr></tbody></table>

## Routers and proxies

Tools that fan requests out across multiple inference suppliers.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>LiteLLM</strong></td><td><a href="/pages/fCo51Q9p08iHvWKeVFbH">/pages/fCo51Q9p08iHvWKeVFbH</a></td></tr><tr><td><strong>ClawRouter</strong></td><td><a href="/pages/waJjcDIE5P9j2DNUZBKA">/pages/waJjcDIE5P9j2DNUZBKA</a></td></tr><tr><td><strong>Manifest</strong></td><td><a href="/pages/rMkcsQK32ylGZYihuQtQ">/pages/rMkcsQK32ylGZYihuQtQ</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://thegrid.ai/docs/integrations-and-best-practices/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
