# Interface: BasePluginConfig

Base configuration interface for AppKit plugins

## Extended by[​](#extended-by "Direct link to Extended by")

* [`AgentsPluginConfig`](./docs/api/appkit/Interface.AgentsPluginConfig.md)
* [`IJobsConfig`](./docs/api/appkit/Interface.IJobsConfig.md)

## Indexable[​](#indexable "Direct link to Indexable")

```ts
[key: string]: unknown

```

## Properties[​](#properties "Direct link to Properties")

### host?[​](#host "Direct link to host?")

```ts
optional host: string;

```

***

### name?[​](#name "Direct link to name?")

```ts
optional name: string;

```

***

### telemetry?[​](#telemetry "Direct link to telemetry?")

```ts
optional telemetry: TelemetryOptions;

```
