> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.AgentRunsScheduleInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface AgentRunsScheduleInput

```typescript
interface AgentRunsScheduleInput {
    idempotencyKey?: string;
    prompt: string;
    runAt: string;
}
```

Types: [idempotencyKey](#idempotencykey), [prompt](#prompt), [runAt](#runat)

##### Index

### <a id="properties"></a>Properties

[idempotencyKey?](#idempotencykey) [prompt](#prompt) [runAt](#runat)

## <a id="properties-1"></a>Properties

### <a id="idempotencykey"></a>`Optional`idempotencyKey

```typescript
idempotencyKey?: string
```

### <a id="prompt"></a>prompt

```typescript
prompt: string
```

Prompt for the future run. 1..64KB.

### <a id="runat"></a>runAt

```typescript
runAt: string
```

ISO-8601 target time (e.g. next 03:00 local, or a couple of minutes out).
