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

# Sentry clone

> Test Sentry triage agents against a stateful clone of organizations, projects, issues, latest events, stack traces, and releases with real REST errors.

Clone ID: `sentry`

Covers Sentry issue triage workflows: organizations, projects, issues, latest
events, stack traces, and releases.

## Start here

| Question     | Answer                                                                                                                               |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| Best for     | Agents that inspect production errors, read stack traces, triage issues, resolve or ignore groups, and connect releases to failures. |
| Connect with | Direct REST base URLs from `archal clone start sentry` or MCP tools.                                                                 |
| Known limits | Coverage is focused on issue-triage APIs, not Sentry's web UI or every monitoring product surface.                                   |
| Seeds        | Common seeds: `empty`, `demo`. See [Seeds](/guides/seeds) for usage.                                                                 |

## Available tools

### Organizations

| Tool                 | Description                                                |
| -------------------- | ---------------------------------------------------------- |
| `list_organizations` | List the organizations the authenticated token can access. |

### Projects

| Tool            | Description                                            |
| --------------- | ------------------------------------------------------ |
| `list_projects` | List the projects in an organization.                  |
| `get_project`   | Get a single project by organization and project slug. |

### Issues

| Tool               | Description                                                                                            |
| ------------------ | ------------------------------------------------------------------------------------------------------ |
| `list_issues`      | Search an organization's issues. Supports the `is:unresolved`, `is:resolved`, and `is:ignored` tokens. |
| `get_issue`        | Get full detail for one issue, including tags and activity.                                            |
| `get_latest_event` | Get the latest event for an issue, including the stack trace.                                          |
| `update_issue`     | Resolve, unresolve, ignore, or assign an issue.                                                        |

### Releases

| Tool            | Description                                    |
| --------------- | ---------------------------------------------- |
| `list_releases` | List an organization's releases, newest first. |

## Notes

* REST routes use Sentry's `/api/0/...` path shape.
* `demo` includes a sample organization, project, issue, stack-trace event, and release.
* `update_issue` supports the same issue references used by reads: numeric issue id or short id.
