# Agent

## Extends

- `Agent`

### id?

```ts
optional id: string;
```

The agent id

#### Inherited from

```ts
bkper.Agent.id
```

***

### logo?

```ts
optional logo: string;
```

The agent logo. Public url or Base64 encoded

#### Inherited from

```ts
bkper.Agent.logo
```

***

### logoDark?

```ts
optional logoDark: string;
```

The agent logo on dark mode. Public url or Base64 encoded

#### Inherited from

```ts
bkper.Agent.logoDark
```

***

### name?

```ts
optional name: string;
```

The agent name

#### Inherited from

```ts
bkper.Agent.name
```
