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

# Interface ProjectRpcCallOptions

```typescript
interface ProjectRpcCallOptions {
    commandInvocation?: string;
}
```

Types: [commandInvocation](#commandinvocation)

##### Index

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

[commandInvocation?](#commandinvocation)

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

### <a id="commandinvocation"></a>`Optional`commandInvocation

```typescript
commandInvocation?: string
```

Project-visible, opaque invocation selector. It carries no authority by itself; `ctx.sdk` attaches it and the host reauthorizes every exact leaf.
