Skip to main content
Providers are the bridge between Pragmatiks and external tools. Each provider knows how to create, update, and delete specific resource types.

What Providers Do

  1. Register resource types they can manage
  2. Process lifecycle events when resources are created, updated, or deleted
  3. Report results back to the platform

Available Providers

Agno — AI Agent Infrastructure

GCP — Google Cloud Platform

Kubernetes

Pragma — Platform Resources

For detailed configuration schemas and examples for each resource type, see the Provider Reference pages.

Provider Configuration

Some providers require credentials or configuration. Use secrets to store sensitive values:

Building Custom Providers

You can build providers for any tool. See the Building Providers guide for details.

Next Steps

Building Providers

Create your own provider.

Provider Catalog

Browse available providers and resource schemas.