> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Projects # Type: Project Object # Link: https://dev.wix.com/docs/api-reference/account-level/sites/projects/project-object.md ## Description: A project represents a site, mobile app, or backend-only setup in a Wix account. It's the container for your Wix business features, data, and settings, and may or may not include a Wix-managed frontend. You can use the `metaSiteId` to access the project dashboard at `https://manage.wix.com/dashboard/{metaSiteId}`. ## Schema: ```json Type: Project Object | type: Project Description: A project represents a site, mobile app, or backend-only setup in a Wix account. It's the container for your Wix business features, data, and settings, and may or may not include a Wix-managed frontend. You can use the `metaSiteId` to access the project dashboard at `https://manage.wix.com/dashboard/{metaSiteId}`. - name: metaSiteId | type: string | description: Project ID. Use this ID to access the project dashboard. - name: value | type: string | description: - name: siteId | type: string | description: Site ID. The ID of the project's visual site component. - name: templateId | type: string | description: ID of the template used to create this project. Defaults to a blank template if no template was specified. - name: apps | type: Array | description: Apps installed on this project. - name: appDefId | type: string | description: ID of the app to install. See [About Apps Created by Wix](https://dev.wix.com/docs/api-reference/articles/get-started/apps-created-by-wix.md) for a list of available App Definition IDs. ```