Skip to main content
POST
Install a service from a registry

Body

application/json

Request body used to install a service from a registry.

source
string
required

Registry URL to resolve for service metadata, then download the definition.

Minimum string length: 1
adapter
string

Optional adapter module identifier. Overrides registry default.

Minimum string length: 1
id
string

Optional service identifier. Overrides registry default.

Minimum string length: 1
version
string

Optional semantic range or exact version. Resolves from registry. Defaults to latest.

Minimum string length: 1
Example:

"^1.0.0"

Response

The service was installed and stored.

Response returned after a service is installed.

id
string
required

Identifier assigned to the newly installed service.

Minimum string length: 1
Last modified on July 9, 2026