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

# Tembo Documentation

> Tembo is the orchestration layer for running engineering work across agents, repos and integrations.

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

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

Delegate work to any coding agent. Tembo works autonomously with Claude Code, Cursor, Codex, and more to ship features, review code, and take on work from Slack, Linear, or anywhere else.

## 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>
