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

# Build with Hobbes

> Connect Hobbes session intelligence, Custom Links, and AI clients to your systems.

The Hobbes API gives your systems an organization-scoped view of the buying
signals captured during autonomous product demos. Query analyzed sessions,
prospect histories, account engagement, transcripts, and funnel metrics, or
create personalized Custom Links in batches without relying on CSV imports.

<CardGroup cols={2}>
  <Card title="Start in five minutes" icon="bolt" href="/quickstart">
    Create a scoped API key and retrieve your first qualified sessions.
  </Card>

  <Card title="Explore the reference" icon="code" href="/api-reference/list-sessions">
    Review every endpoint, parameter, response field, and failure mode.
  </Card>

  <Card title="Connect an AI client" icon="sparkles" href="/guides/connect-ai-clients">
    Connect supported AI clients to the Hobbes MCP server.
  </Card>

  <Card title="Create Custom Links" icon="link" href="/guides/custom-links">
    Create personalized links and track thumbnail jobs.
  </Card>
</CardGroup>

## What you can build

| Resource     | Use it for                                                            | Scope                                     |
| ------------ | --------------------------------------------------------------------- | ----------------------------------------- |
| Sessions     | Qualification, intent, summaries, objections, topics, and attribution | `sessions:read`                           |
| Transcripts  | Ordered conversation turns for selected sessions                      | `transcripts:read`                        |
| People       | Prospect histories aggregated across sessions                         | `people:read`                             |
| Accounts     | Company-level engagement rolled up by email domain                    | `accounts:read`                           |
| Metrics      | Funnel performance over a trailing time window                        | `analytics:read`                          |
| Custom Links | Personalized links, campaigns, thumbnails, and asynchronous jobs      | `custom_links:read`, `custom_links:write` |

Every API key belongs to one Hobbes organization. The organization is derived
from the key, never accepted from a request parameter, and every query is
scoped to that organization.

<Note>
  The API only returns analyzed production sessions. A newly completed demo may
  not appear until its analysis finishes.
</Note>

## Base URL

```text theme={null}
https://api-us.hihobbes.com/api/v1
```

Version 1 is additive. Hobbes may add response fields, but existing v1 fields
will not be removed or renamed. See [versioning and compatibility](/guides/versioning).
