Quick Start

Create an app and get your App ID

Register on the Lanying console, create an application, and collect the App ID, api_endpoint and access token used by every SDK.

Every integration starts with an App ID from the Lanying console. Create the app once, then reuse the same App ID across every client and your server.

1. Create an account

Register and sign in to the Lanying cloud console. The console is where you enable features, switch between public, dedicated and private cloud deployments, and read usage.

2. Create an application

  1. Click Create App and give the application a name.
  2. Open the app info page to read the App ID.
  3. Open the feature pages to enable push notifications, voice & video, and AI agents as needed.

3. Collect your credentials

ParameterWhere it is usedNotes
app_idAll client SDKs and server API headersPublic identifier of the application.
api_endpointServer API base URLGiven by the console; differs per deployment.
access-tokenServer API request headerSecret. Keep it on your backend only.
Never ship the server access token in a mobile or web bundle. Clients authenticate with a user token issued by your own backend.

4. Pick your client