Skip to content

Providers

Koupper providers expose infrastructure and integration capabilities through the container.

Use the CLI to inspect what is available in your installation:

bash
koupper provider list

For details on one provider:

bash
koupper provider info <name>

Current provider catalog

ProviderService ProviderDescription
aiAIServiceProviderAI model integration provider (OpenAI by default).
ai-llm-opsAILlmOpsServiceProviderLLM operations with structured output, embeddings and tool-call helpers.
aws-deployAwsDeployServiceProviderAWS deployment orchestration for preflight, Lambda, static sites, and API smoke tests.
aws-dynamoAwsServiceProviderDynamoDB data access provider.
aws-s3AwsS3ServiceProviderS3 storage provider for uploads and presigned flows.
command-runnerCommandRunnerServiceProviderGeneric shell/binary command execution with timeout, dry-run, and masking support.
cryptoCryptoServiceProviderSymmetric encryption helpers.
dbDBServiceProviderDatabase connectors for PostgreSQL and SQLite sessions.
dockerDockerServiceProviderDocker CLI automation for image, container and compose workflows.
filesFileServiceProviderFile, text, JSON and YAML handlers.
gitGitServiceProviderLocal Git repository automation with safe commit defaults.
githubGitHubServiceProviderGitHub API operations for issues, pull requests, checks and workflows.
hashingHasherServiceProviderPassword hashing and verification utilities.
httpHttpServiceProviderHTTP invoker for outbound API requests.
iacIaCServiceProviderTerraform-based IaC planning/apply workflows with approval guardrails.
job-opsJobOpsServiceProviderTyped job queue status/list/run/failed/retry operations.
jwtJWTServiceProviderJWT signing and validation utilities.
k8sK8sServiceProviderKubernetes operations provider over kubectl.
loggerLoggerServiceProviderDatabase-backed application logger.
local-e2eLocalE2EServiceProviderLocal E2E runner for process, HTTP, jobs and persistence checks.
mailingSenderServiceProviderSMTP email sender utilities.
mcpMCPServiceProviderLocal MCP-style tool server endpoints for discovery and invocation.
n8nN8NServiceProviderTrigger n8n workflows and poll execution status.
notificationsNotificationsServiceProviderConsole or webhook operational notifications.
observabilityObservabilityServiceProviderMetrics, events and trace sink abstraction with local backend.
process-supervisorProcessSupervisorServiceProviderLocal detached process management with persisted metadata, logs and health checks.
queue-opsQueueOpsServiceProviderLocal pending/requeue/dead-letter queue operations.
rssRSSServiceProviderRSS feed reader provider.
runtime-routerRuntimeRouterServiceProviderRuntime HTTP route registration and serving provider.
secretsSecretsServiceProviderSecret retrieval from env and local JSON backends.
sshSSHServiceProviderRemote SSH command execution and file transfer workflows.
templatesTemplateServiceProviderTemplate rendering provider.
terminalTerminalRuntimeInteractive terminal IO bridge for prompt/print during script execution.
vector-dbVectorDbServiceProviderVector storage and similarity query provider.

Deep dives