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

# Use Deepline with an agent

> Choose Claude Code, Claude Cowork, MCP, Hermes, or the Deepline GTM agent reference implementation.

Use the interface that matches where your agent runs. Each option works with
the same Deepline Plays, Monitors, Database, integrations, and run history.

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/docs/claude-plugins">
    Install the Deepline plugin and Skills when Claude Code is where you work.
  </Card>

  <Card title="Claude Cowork" icon="bot" href="/docs/claude-cowork">
    Use the Deepline plugin from Claude Desktop with Cowork.
  </Card>

  <Card title="MCP" icon="plug-connected" href="/docs/mcp/setup">
    Connect Deepline to ChatGPT Work, Claude Desktop, or another MCP client.
  </Card>

  <Card title="Grok Bot" icon="bot" href="/docs/grok-bot">
    Run Deepline from xAI's desktop assistant using its computer access and
    skills.
  </Card>

  <Card title="Hermes" icon="bot-message-square" href="https://github.com/getaero-io/deepline-gtm-agent/tree/master/hermes-agent-pack">
    Run Deepline through the Hermes compatibility pack when Hermes is your
    operator interface.
  </Card>

  <Card title="Build a custom agent" icon="code" href="https://github.com/getaero-io/deepline-gtm-agent">
    Start from the open-source Deepline GTM agent reference implementation for a
    Slack, REST, or web-chat agent backed by the Deepline API.
  </Card>
</CardGroup>

## Choose the right path

| If you need…                           | Start here                                                                                          |
| -------------------------------------- | --------------------------------------------------------------------------------------------------- |
| An agent in your coding workspace      | [Claude Code](/docs/claude-plugins)                                                                      |
| An agent in Claude Desktop             | [Claude Cowork](/docs/claude-cowork)                                                                     |
| Deepline inside an existing MCP client | [MCP setup](/docs/mcp/setup)                                                                             |
| Deepline in xAI's desktop assistant    | [Grok Bot](/docs/grok-bot)                                                                               |
| Hermes as the operator interface       | [Hermes agent pack](https://github.com/getaero-io/deepline-gtm-agent/tree/master/hermes-agent-pack) |
| A deployable agent you own             | [Deepline GTM agent](https://github.com/getaero-io/deepline-gtm-agent)                              |

<Note>
  The custom-agent reference keeps Deepline responsible for provider routing,
  integrations, billing, Play execution, and run history. Your agent owns its
  interface, authentication, and user experience.
</Note>
