Skip to main content
POST
Install agent app

Authorizations

token
string
query
required

Vida API Token

Path Parameters

appId
string
required

App identifier returned by GET /api/v2/apps.

Minimum string length: 1
appVersion
string
required

Exact app version returned by GET /api/v2/apps.

Minimum string length: 1

Query Parameters

targetAccountId
integer

Computer Agent account whose app state should be used. Defaults to the API token account.

Body

application/json
app
object | null

Complete app manifest returned by GET, with required dependency values filled in.

Response

App installed successfully

app
object
required

Agent app metadata and account-specific setup state.

success
boolean
Example:

true