# useCurrentProjectId

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/stores/projectContext.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/stores/projectContext.ts#L207)

Hook to get current project ID (useful for API calls)

## Signature

```ts
function useCurrentProjectId(): string | null
```

**Returns:** `string | null`
