Build golden paths, not bottleneck queues
You're the bottleneck. Every infrastructure request goes through you. Every deployment issue gets escalated to you. You spend more time on tickets than on building the platform your org needs.
InfraHub presets and Infra Charts let you define golden paths that developers follow. Centralized credential management and RBAC govern access without manual ticket queues. ServiceHub handles CI/CD so developers don't need your help to deploy.
You define the guardrails. Developers self-serve.
Platform engineers set standards and govern credentials. Developers provision and deploy within those boundaries.
You Define
Infra Charts with approved patterns
Presets for each resource type
Custom modules via private Git repos
RBAC rules and credential scopes
Environment-scoped connection defaults
Developers Self-Serve
Pick a preset, fill in basics, deploy
Provision databases and caches in minutes
Push code, get production deployment
Access logs and shells without kubeconfig
Fetch env vars for local development
Automate the toil, own the platform
Define Golden Paths
Infra Charts and presets let you encode your best practices into reusable templates. Developers follow the path you designed — no drift.
Credential Governance
Environment defaults and RBAC mean cloud credentials are provisioned automatically with the right scope. No more manual access management.
Managed CI/CD
ServiceHub runs managed pipelines so developers deploy without asking you. You define the pipeline; they push code.
Security Boundary
Runner executes in your cloud. Credentials stay inside your VPC. Your security posture doesn't depend on a third-party SaaS.
Agent Fleet for Operational Intelligence
AI agents surface anomalies, suggest optimizations, and handle routine operational tasks so your team can focus on platform work.
Open Source Modules
OpenMCF modules are open source. Inspect every line, customize any module, contribute back. No black boxes in your infrastructure.
Encode your standards as Infra Charts
Parameterized templates that package your approved infrastructure patterns. Developers deploy with one click — your standards are built in.
Infra Chart — Production Backend
apiVersion: infra-hub.planton.ai/v1
kind: InfraChart
metadata:
name: Production Backend Stack
spec:
selector:
kind: platform
description: >
VPC, ALB, ECS Fargate, Aurora PostgreSQL,
ElastiCache Redis, and SQS — production-ready.Bring Your Own Modules
Connect your private Git repo with custom Terraform modules. Only contract: the variables file — Planton doesn't inspect the module contents.
Dependency-Aware DAG
VPC first, then subnets, then the database. Resources deploy in the right sequence automatically.
Environment Promotion
Same chart, different values. Promote from dev to staging to production with confidence.
Community + Org Charts
Start from community charts in the public infra-charts repo, or create your own for org-specific patterns.