Install a provider from the store.
Deploys a pre-built image from the store (no build step). Creates ProviderInstallation + tenant Provider records, activates resource schemas, and increments the store provider’s install_count.
Returns: The installed provider record.
Request model for installing a store provider.
Attributes: provider_name: Store provider name to install (org/name format). version: Specific version to install (None = latest published). resource_tier: Resource allocation tier for the deployment. upgrade_policy: How upgrades should be handled. config: Key-value pairs injected as environment variables on the deployment.
1 - 200Resource allocation tier for an installed provider.
free, standard, performance How a tenant wants installed providers to be upgraded.
auto, manual Successful Response
Public-facing response model for a provider installation.
Excludes internal infrastructure fields (deployment_name, service_name, current_image) that are not meaningful to API consumers.
Attributes: provider_name: Name of the installed provider. installed_version: Semver of the currently installed version. current_version: Version currently deployed (None if never deployed). upgrade_policy: Whether upgrades are applied automatically or manually. resource_tier: Resource allocation tier for the provider. config: Key-value pairs injected as environment variables on the deployment. installed_at: Timestamp when the provider was first installed. created_at: Creation timestamp. updated_at: Last update timestamp.
How a tenant wants installed providers to be upgraded.
auto, manual Resource allocation tier for an installed provider.
free, standard, performance