> ## Overview

> Use AI to get answers to your burning Antithesis related questions. Build fast and test faster using Antithesis.

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

---

Antithesis offers a number of tools that enable AI agents to handle large parts of the Antithesis workflow for you.

## Antithesis skills for agents

If you're working with a coding agent, we offer [a set of skills](/docs/ai/skills/) that help your agent work with Antithesis.

You can use skills to set up your system to run in Antithesis, launch test runs, interpret the results, and more.

The [`antithesis-research`](/docs/ai/skills/#understand-your-system-s-properties) skill is useful *even if you're not using Antithesis*. It analyses the architecture of your system and suggests properties you should be checking.

## Snouty CLI

[The Snouty CLI](/docs/ai/snouty/) provides terminal access to Antithesis.

If you're driving Antithesis with agents, we strongly recommend having them use Snouty and our skills.

## Docs access for agents

Sometimes AIs read more thoroughly than people do!

There's an index of every page in our documentation and [resources section](/docs/resources/reliability_glossary/), with links to markdown versions, in the [llms.txt](https://llmstxt.org/) convention at: https://antithesis.com/docs/llms.txt.

If you just want an index of the resources section, it's available under the `Resources` header. This is particularly useful if you're using the `antithesis-research` skill without actually using Antithesis.

There's also [a dedicated documentation skill](/docs/ai/skills/#read-the-docs) that uses the [`snouty docs`](/docs/ai/snouty/#view-the-antithesis-docs) command to help agents parse our docs.

### Markdown versions of every page

Simply append `.md` to the URL and remove trailing slashes.

For example:

```
https://antithesis.com/docs/product/test_templates/composer_example/
```

becomes

```
https://antithesis.com/docs/product/test_templates/composer_example.md
```
