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

# Interface SiteProjectArgs

The project's own `ispo.site` website (spec §17.1). These are the Web panel's Review deploy, Deploy, and history as host operations: the host owns the Cloud account, hostname allocation, source vault, build, and pointer. The project only names itself and hands back the exact release identity that `review` returned.

```typescript
interface SiteProjectArgs {
    projectId: string;
}
```

Types: [projectId](#projectid)

#### Hierarchy

*   SiteProjectArgs
    *   [SiteDeployArgs](core.SiteDeployArgs.md)

##### Index

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

[projectId](#projectid)

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

### <a id="projectid"></a>projectId

```typescript
projectId: string
```
