# diagrid agent registry get

Show details for an AI agent from the registry

### Description

Show details for an AI agent in a project.

Agents registered in the same project can share a name if they belong to
different ids. When a name is ambiguous, pass --id to pick the
intended registration.

```
diagrid agent registry get <agent-name> [flags]
```

### Examples

```

  # Show details for an AI agent by name
  diagrid agent registry get my-agent --project my-project

  # Disambiguate when multiple agents share a name, by id
  diagrid agent registry get my-agent --id my-app --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -a, --id string        id to disambiguate agents
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for get
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid agent registry](./registry.md)	 - View agents in the AI agent registry
