Skip to main content
The store is where you find resources to install. Browse available resources like an app store, then install what you need with a single command.

Provider Tiers

Resources are built and maintained by providers. We categorize them into three tiers:
TierDescriptionStatus
First-partyBuilt and maintained by Pragmatiks. Guaranteed to work and fully supported.Available
Verified PartnersCertified by Pragmatiks, maintained by partners.Coming soon
CommunityShared by the community.Coming soon

Available Resources

All resources below are first-party, built and maintained by Pragmatiks.

Agno Provider

AI agent framework for building and deploying agents and teams. View documentation →
ResourceDescription
agno/agentAI agent definition with model, tools, and knowledge
agno/teamMulti-agent team with coordinated members
agno/models/anthropicAnthropic Claude model configuration
agno/models/openaiOpenAI GPT model configuration
agno/tools/mcpMCP server tool integration
agno/tools/websearchWeb search tool
agno/knowledgeSemantic search knowledge base
agno/vectordb/qdrantQdrant vector database for Agno
agno/knowledge/embedder/openaiOpenAI embedding model
agno/knowledge/contentContent ingestion (URLs, text)
agno/memory/managerPersistent agent memory
agno/db/postgresPostgreSQL storage for sessions and memory
agno/promptReusable prompt templates
agno/runnerDeploy agents/teams to Kubernetes

GCP Provider

Google Cloud Platform infrastructure resources. View documentation →
ResourceDescription
gcp/secretSecret Manager secrets
gcp/cloudsql/database_instanceCloud SQL managed database instances
gcp/cloudsql/databaseDatabases within Cloud SQL instances
gcp/cloudsql/userDatabase users for Cloud SQL
gcp/gkeGKE clusters (Autopilot and Standard)

Kubernetes Provider

Core Kubernetes resources for workloads and configuration. View documentation →
ResourceDescription
kubernetes/deploymentStateless workloads with rolling updates
kubernetes/statefulsetStateful workloads with persistent storage
kubernetes/serviceNetwork exposure (ClusterIP, LoadBalancer, NodePort)
kubernetes/configmapConfiguration key-value storage
kubernetes/secretSensitive data storage

Anthropic Provider

Claude AI model integration.
ResourceDescription
anthropic/messagesClaude Messages API for completions

OpenAI Provider

OpenAI model integration.
ResourceDescription
openai/chat_completionsChat Completions API
openai/embeddingsText embeddings API

Docling Provider

Document parsing for RAG pipelines.
ResourceDescription
docling/parserParse PDF, DOCX, HTML, Markdown with OCR support

Qdrant Provider

Vector database for similarity search.
ResourceDescription
qdrant/databaseDeploy Qdrant to GKE via Helm
qdrant/collectionManage vector collections

Pragma Provider

Platform resources built into Pragmatiks.
ResourceDescription
pragma/secretSecure credential storage (deprecated, use gcp/secret)

Browsing Resources

The web store is coming with the pragma-os dashboard. For now, browse resources via the CLI:
pragma providers list

Building Your Own

Want to create resources for your team or the community?

Building Providers

Learn how to build custom providers and resources.