> 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: Companion Apps

# Type: Companion App Object

# Link: https://dev.wix.com/docs/api-reference/app-management/companion-apps/companion-app-object.md

## Description: A companion app is a site-tenanted app, coupled to one Wix site only, that lets the site use
app-provided features to customize itself.

## Schema:

```json
 Type: Companion App Object | type: CompanionApp
 Description: A companion app is a site-tenanted app, coupled to one Wix site only, that lets the site use
app-provided features to customize itself.
       - name: id  | type: string | description: Companion app ID.
       - name: status  | type: string | description: Status of the companion app. `READY` means the companion app can be used, `CLONING` means site duplication is still in progress, and `CLONE_FAILED` means the duplication process didn't complete successfully.
           enum: CLONING, READY, CLONE_FAILED
       - name: createdDate  | type: string | description: Date and time the companion app was created.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: updatedDate  | type: string | description: Date and time the companion app was last updated.

```