The fleet command center built for
Kinsta agencies
Kinsta delivers incredible containerized performance on Google Cloud Platform's premium tier network. Clockwork Control Panel pairs with MyKinsta API v2 to give agencies a single pane of glass across all client environments, per-site SSH tunnels for WP-CLI execution, and seamless care-plan updates.
Full Hierarchy Sync
Maps the complete Company → Site → Environment (live and staging) structure directly into your agency inventory.
Per-Env SSH Tunnels
Automates container SSH port connections to execute WP-CLI commands and perform core file integrity audits.
Companion mu-plugin
Deploys the Clockwork Companion mu-plugin across environments for client-safe white-label reporting inside wp-admin.
Edge & SSL Tracking
Monitors Cloudflare Enterprise edge status and origin certificate validity across custom client domains.
Help us test the MyKinsta API with a live fleet
The Kinsta module implements MyKinsta API v2 hierarchy mapping and per-environment SSH tunnels — but we haven’t tested it with a live agency production account yet. Have client sites on Kinsta? Check out our Contributing Guide to test endpoints for your agency, vibe code any fixes with Claude, and submit a pull request!
Seamless container management across live and staging environments
Kinsta isolates every site environment inside its own Linux container with unique SSH credentials and non-standard SSH ports. Auditing plugin status or executing core checksums across 40 client containers traditionally requires endless manual terminal setups.
Clockwork Control integrates directly with MyKinsta API v2 to discover all environments, retrieve SSH port allocations, and execute batch operations securely. Everything is aggregated into your centralized agency dashboard.
# Querying MyKinsta API v2 for agency company structure:
$ php artisan clockwork:import-kinsta
• Authenticating with MyKinsta API v2...
• Company: Agency Digital Core (ID: comp_892a7)
• Discovered 28 Sites • 46 Environments (28 Live, 18 Staging)
• Mapping container SSH endpoints & ports...
• Companion mu-plugin deployed to 28 live installs
• Polling intervals established (every 5m)
• Success: 46 Kinsta environments tracked • Zero errors
Kinsta standalone vs. Kinsta + Clockwork Control
Clockwork Control is designed to sit alongside Kinsta and streamline your agency operations workflow.
| Capability | Kinsta Standalone | With Clockwork Control Panel |
|---|---|---|
| Containerized Infrastructure & Edge | Google Cloud Platform C2/C3D VMs, isolated Linux containers, Cloudflare Enterprise edge | ✓Preserved completely — Clockwork Control communicates via MyKinsta API v2 and SSH without overriding hosting stacks |
| Hierarchy Mapping & Organization | Company → Site → Environment (Live, Staging) organization | ✓Directly mirrors Kinsta hierarchy in a unified fleet dashboard with multi-provider views |
| Per-Environment SSH Tunnels | Dedicated SSH port and user per container environment | ✓Automated SSH runners executing batch WP-CLI commands across live and staging environments |
| White-Label wp-admin Client Portal | Default Kinsta branding inside wp-admin | ✓Clockwork Companion mu-plugin in wp-admin showing client-safe maintenance and health stats |
| Hybrid Fleet Visibility | MyKinsta dashboard only | ✓Single dashboard uniting Kinsta, SpinupWP, GridPane, Pressable, WP Engine, and Cloudways |
| Edge & Origin SSL Monitoring | Cloudflare Enterprise edge cert renewal management | ✓Proactive SSL validation and origin certificate tracking with Slack alerting before expiration |
| Fleet-Wide Monitoring Cost | Monthly tier pricing based on install limits and monthly visits | ✓100% Free & Open-Source (MIT) — unmetered environments and unmetered sites |
Import your Kinsta fleet today
Add your MyKinsta API key and Company ID to Clockwork Control and run the importer. All sites and environments will be indexed immediately without modifying your production container configurations.
# Set API credentials in .env:
KINSTA_API_KEY=your_api_key_here
KINSTA_COMPANY_ID=your_company_id_here
# Import all Kinsta sites and environments into Clockwork Control:
$ php artisan clockwork:import-kinsta
