Skip to main content
POST
/
agents
/
{id}
/
reconcile-tools
Error
A valid request URL is required to generate request examples
{
  "installed": [
    "<string>"
  ],
  "alreadyInstalled": [
    "<string>"
  ],
  "failed": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Reconcile result

installed
string[]

Tools newly installed during this reconcile

alreadyInstalled
string[]

Tools that were already installed

failed
string[]

Tools that failed to install