Skip to main content

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.

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.
const app = await replyke.hostedApps.fetchHostedApp({ appId: "app_abc123" });
appId
string
required
The hosted app ID.
ReturnsPromise<HostedApp>