> ## Documentation Index
> Fetch the complete documentation index at: https://test-8862363a-feat-vpn-integration-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tembo Documentation

> Run any coding agent across your repos, tickets, and tools, with full visibility.

<Frame>
  <img src="https://mintcdn.com/test-8862363a-feat-vpn-integration-docs/CHXdJmzTVZJ_oQ6-/images/hero-light.png?fit=max&auto=format&n=CHXdJmzTVZJ_oQ6-&q=85&s=6ec9a42d349738babe3f4dbbbdf5f2a8" alt="Tembo" className="block dark:hidden" width="2400" height="1350" data-path="images/hero-light.png" />

  <img src="https://mintcdn.com/test-8862363a-feat-vpn-integration-docs/CHXdJmzTVZJ_oQ6-/images/hero-dark.png?fit=max&auto=format&n=CHXdJmzTVZJ_oQ6-&q=85&s=125ddddc798232693bd66d9076a58720" alt="Tembo" className="hidden dark:block" width="2400" height="1350" data-path="images/hero-dark.png" />
</Frame>

## What you can do with Tembo

<CardGroup cols={3}>
  <Card title="Automate work" icon="repeat" href="/features/agents">
    Set up recurring workflows triggered by events or schedules.
  </Card>

  <Card title="Fix bugs" icon="bug" href="/learn/fix-production-bugs">
    Detect errors from Sentry, analyze the root cause, and open fix PRs automatically.
  </Card>

  <Card title="Implement issues" icon="sparkles" href="/learn/implement-from-issues">
    Assign issues from Linear, Jira, or GitHub and get code written for you.
  </Card>

  <Card title="Review changes" icon="git-pull-request" href="/learn/review-changes">
    Get automated code reviews on every PR with inline comments.
  </Card>

  <Card title="Reduce tech debt" icon="wrench" href="/learn/reduce-technical-debt">
    Scan for vulnerabilities, stale TODOs, and refactoring opportunities on a schedule.
  </Card>

  <Card title="Update docs" icon="file-text" href="/learn/keep-docs-in-sync">
    Keep documentation in sync with your codebase as code changes.
  </Card>
</CardGroup>

## Agents & integrations

Tembo is harness and model agnostic. Pick the right tool for each session. Tag `@tembo` from wherever you already work.

<Tabs>
  <Tab title="Harnesses">
    | Harness         | Providers                      | Default Model       |
    | --------------- | ------------------------------ | ------------------- |
    | **Claude Code** | Anthropic                      | `claude-opus-4-6`   |
    | **Codex**       | OpenAI                         | `gpt-5.2`           |
    | **Cursor**      | Anthropic, OpenAI, Google, xAI | `claude-4-5-sonnet` |
    | **Opencode**    | Anthropic, OpenAI, OSS         | `claude-4-5-sonnet` |
    | **Amp**         | Anthropic (auto-selected)      | `auto`              |

    Codex and OpenCode also support `gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-nano`.

    See [all harnesses and models →](/features/agents#agent-harness)
  </Tab>

  <Tab title="Integrations">
    | Type                   | Integrations                  |
    | ---------------------- | ----------------------------- |
    | **Source Control**     | GitHub, GitLab, Bitbucket     |
    | **Project Management** | Linear, Jira, Notion          |
    | **Monitoring**         | Sentry                        |
    | **Databases**          | PostgreSQL, Supabase, AWS RDS |
    | **Communication**      | Slack, Discord, Raycast       |

    See [all integrations →](/integrations/github)
  </Tab>
</Tabs>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with Tembo in minutes.
  </Card>

  <Card title="Agents" icon="repeat" href="/features/agents">
    Set up event-driven workflows that run automatically.
  </Card>
</CardGroup>
