Skip to main content
The Provider Store is the marketplace for Pragmatiks providers. Browse available providers, install them into your workspace, and start using their resource types immediately.

How It Works

  1. Browse providers in the store via the web UI or CLI
  2. Install a provider into your workspace with a single command
  3. Use the provider’s resource types in your YAML configurations
When you install a provider, the platform deploys it into your workspace. All the resource types it exposes become available for you to create, update, and delete like any other Pragma resource.

Key Concepts

Trust Tiers

Every provider in the store has a trust tier indicating its verification level:
TierDescription
OfficialBuilt and maintained by the Pragmatiks team
VerifiedThird-party, reviewed and verified by Pragmatiks
CommunityPublished by any user in the community
Learn more in Trust Tiers.

Resource Tiers

When installing a provider, you choose a resource tier that controls the compute allocation for the provider’s deployment:
TierUse Case
FreeTesting and development
StandardProduction workloads (default)
PerformanceHigh-throughput production
Learn more in Resource Tiers.

Upgrade Policies

Control how provider updates are applied to your workspace:
PolicyBehavior
ManualYou decide when to upgrade (default)
AutoNew versions deploy automatically
Learn more in Upgrade Policies.

Quick Start

# Browse available providers
pragma store list

# Search for a specific provider
pragma store search "vector database"

# Get details about a provider
pragma store info qdrant

# Install a provider
pragma store install qdrant

# See what you have installed
pragma store installed

Next Steps

Browsing Providers

Find and explore providers in the store.

Installing Providers

Install providers into your workspace.

Upgrading & Uninstalling

Manage provider versions and lifecycle.

Publishing Providers

Publish your own provider to the store.