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

# Read these docs with an agent

> Find task guidance, retrieve a specific operation as Markdown, and distinguish documentation search from product commands.

Start with the [documentation index](https://docs.agentlinkops.com/llms.txt?release=85a2f0fafeb6b02d85e8bce3d395d075749751842c7e695dc3d56c0b588f89ec), then fetch the page for the task or command you need. Each shared operation has one canonical page with its inputs, response, examples and availability.

## Choose a retrieval format

| Resource                                                                                                                    | Use                                                            |
| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [llms.txt](https://docs.agentlinkops.com/llms.txt?release=85a2f0fafeb6b02d85e8bce3d395d075749751842c7e695dc3d56c0b588f89ec) | Page titles, descriptions and Markdown links                   |
| [llms-full.txt](https://docs.agentlinkops.com/llms-full.txt)                                                                | The full documentation text when a complete snapshot is useful |
| [Command index](/reference/index)                                                                                           | Human-readable capability and interface lookup                 |
| [commands.json](/commands.json)                                                                                             | Command identifiers, scopes, schemas and availability          |
| [openapi.json](/openapi.json)                                                                                               | HTTP resource and development command contracts                |
| [release.json](/release.json)                                                                                               | Source fingerprint and hosted catalog readback                 |

Append `.md` to a page URL for Markdown. The [monitor-link Markdown page](/reference/commands/monitor_link.md) contains the same operation as its rendered reference. Prefer the index and selected pages when you only need one workflow.

## Search through MCP

Connect a documentation client to `https://docs.agentlinkops.com/mcp`. This endpoint exposes documentation search and read-only page retrieval. Inspect `tools/list` for the current tool names and inputs.

The product endpoint, `https://app.agentlinkops.com/mcp`, performs authorized workspace operations. [Connect to product MCP](/guides/connect-mcp) when you need to inspect or change product records. Connecting to documentation search does not grant product access.

## Check the release boundary

Read the availability note before executing an example. A command in the development catalog can be absent from the hosted deployment. The connected product endpoint's `tools/list` describes its accepted tool inputs; the [availability page](/capability-status) explains provider and local-only boundaries.

Use [workflow guides](/campaign-workflows) for the task sequence and [error recovery](/reference/errors) when a request fails. Keep unknown observations and expired history explicit when producing a report.
