Register plugin from manifest URL
POST/plugins/from-manifest
Fetches a plugin manifest from the given URL, validates it, and registers the described provider and all its operations in one step. Returns 422 when the manifest is invalid, 409 when the provider name already exists, 501 when the manifest fetcher is not wired, and 502 when the manifest URL cannot be reached.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 422
- 500
- 501
- 502
Created
Invalid JSON body
Unauthorized
Forbidden - admin only
Provider name already exists
Manifest validation failed
Internal server error
Manifest fetcher not configured
Failed to fetch manifest from URL