> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hosted Apps

> Fetch hosted app configuration from your server

The `hostedApps` module provides access to hosted app configuration objects managed in your Replyke project.

***

### fetchHostedApp

Fetches the configuration for a hosted app by its ID.

```typescript theme={null}
const app = await replyke.hostedApps.fetchHostedApp({ appId: "app_abc123" });
```

<ParamField body="appId" type="string" required>
  The hosted app ID.
</ParamField>

**Returns** — `Promise<HostedApp>`
