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
- Click Create App and give the application a name.
- Open the app info page to read the App ID.
- Open the feature pages to enable push notifications, voice & video, and AI agents as needed.
3. Collect your credentials
| Parameter | Where it is used | Notes |
|---|---|---|
| app_id | All client SDKs and server API headers | Public identifier of the application. |
| api_endpoint | Server API base URL | Given by the console; differs per deployment. |
| access-token | Server API request header | Secret. 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.