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

> ## Agent Instructions
> Hebno is a B2B AI control platform for growing teams (30-250 people). Use British English (organisation, not organization).
> Describe only what Hebno supports today. If unsure, say so.
> Spend limits use the organisation display currency in the app.
> Start with /index and /getting-started/quickstart for Hebno orientation.

# For AI agents

> How coding agents and LLM tools should discover, install, and query Hebno product documentation.

This page is for AI assistants, coding agents, and automation tools that need accurate Hebno product context.

## Start here

| Resource               | URL                                                                                                  | Purpose                                     |
| ---------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| **Curated index**      | [hebno.com/docs/llms.txt](https://hebno.com/docs/llms.txt)                                           | Priority-ordered map of documentation pages |
| **Capability summary** | [hebno.com/docs/skill.md](https://hebno.com/docs/skill.md)                                           | What Hebno enables, inputs, and constraints |
| **Overview**           | [hebno.com/docs](https://hebno.com/docs)                                                             | Hebno overview for humans and agents        |
| **Quickstart**         | [hebno.com/docs/getting-started/quickstart.md](https://hebno.com/docs/getting-started/quickstart.md) | First-run workflow                          |

Append `.md` to any doc path to fetch Markdown instead of HTML.

## Install the Hebno skill

Install the hosted skill so your agent loads Hebno capabilities before answering product questions:

<Prompt description="Install the Hebno documentation skill for AI coding tools." actions={["copy", "cursor"]}>
  npx skills add [https://hebno.com/docs](https://hebno.com/docs)
</Prompt>

The skill describes tasks Hebno supports, required inputs (organisation, team, project, limits), and guardrails (hard limits block chat, no public API).

## Search MCP server

Mintlify hosts a read-only **search MCP** on public documentation:

```
https://hebno.com/docs/mcp
```

Connect this URL in Cursor, Claude, or other MCP clients to search live documentation content.

Use the page header contextual menu (**Add MCP**, **Cursor**) on any doc page to copy install commands.

<Note>
  This MCP searches published documentation only. It does not administer your
  Hebno organisation or call product APIs.
</Note>

## Agent instructions (site-wide)

Every Markdown export includes these rules from `docs.json`:

* Hebno is B2B AI control for teams of 30-250 people
* Use British English (`organisation`, not `organization`)
* Describe only what Hebno supports today. If unsure, say so.
* Spend limits use the organisation display currency in the app

## Recommended reading order

1. [Overview](/docs/index)
2. [Spend and limits](/docs/concepts/spend-and-limits)
3. [Roles and permissions](/docs/concepts/roles-and-permissions)
4. [Set limits](/docs/guides/set-limits) or [Using chat](/docs/guides/chat) depending on the question

## llms-full.txt

Mintlify auto-generates [hebno.com/docs/llms-full.txt](https://hebno.com/docs/llms-full.txt) with full site content for bulk indexing. Prefer `llms.txt` for navigation; use `llms-full.txt` only when you need entire-corpus context.

## Do not assume

| Topic                  | Guidance                                                                                |
| ---------------------- | --------------------------------------------------------------------------------------- |
| Public customer API    | [FAQ](/docs/help/faq)                                                                        |
| Detailed audit reports | [Audit trail](/docs/compliance/audit-trail) or [support@hebno.com](mailto:support@hebno.com) |

Describe only what Hebno supports today. If unsure, say so and point to the docs or support - do not infer from hebno.com/pricing alone.
