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

# details

> The agent's core identity: its display name, a one-line description, and who can reach it. This is the lightweight identity record; the public-facing…

# `details` — Identity (details)

The agent's core identity: its display name, a one-line description, and who can reach it. This is the lightweight identity record; the public-facing branding and chat-page content live in [`public_details`](/reference/public_details).

**Section key** `details` · **Shape** object · **Tier** All plans\
**Edit in the dashboard:** [Details page](/sidebar-menu/details)

## Fields

| Field         | Required | Type   | Allowed values / constraints         | Default | Description                                                                                                            |
| ------------- | -------- | ------ | ------------------------------------ | ------- | ---------------------------------------------------------------------------------------------------------------------- |
| `agent_name`  | no       | string | —                                    | —       | The agent's unique name. Letters, numbers, hyphens, underscores; 4–64 chars. Changing this renames the agent globally. |
| `description` | no       | string | max len 500                          | —       | Short internal description of this agent (not shown to power-users).                                                   |
| `visibility`  | no       | enum   | one of `public`, `private`, `hidden` | —       | public = listed; private = unlisted but accessible by URL; hidden = invisible.                                         |
