Your agents are stuck on localhost. Upsun isn’t.
Coding agents made engineers faster, but cycle time hasn’t budged. Background agents running on GitHub, GitLab, and Claude Code can break the bottleneck by producing PRs that Upsun deploys and validates automatically. A practical guide to setting it up with real YAML configs, infrastructure-as-code workflows, and preview environments.
Centralising Upsun Technical References with Meta-Upsun
How Upsun centralised runtime, service, region, and PHP reference data into a single public API to improve consistency, automation, and documentation accuracy.
Governance is a contract chain, and you’re in it
Governance is a chain of contracts from certification bodies to you. AI didn’t change the chain, but it produces code faster than humans can review it.
AI Weekly Review - Mar. 23rd 2026
A press, Youtube and Github review of everything AI
How we host an RPM repository on AWS S3
Learn how to host an RPM repository entirely on AWS S3 with no active components, minimal cost, and authenticated access using IAM.
Introducing developer.upsun.com: Upsun docs, rebuilt for developers and AI agents
The Upsun documentation has moved to developer.upsun.com with a complete infrastructure rebuild focused on agent-readiness. 244+ pages of structured, machine-readable content with llms.txt support and built-in AI assistance.
AI Weekly Review - Mar. 16th 2026
A press, Youtube and Github review of everything AI
Natural scaling for multi-country ecommerce
Multi-country ecommerce is a textbook case for natural scaling. Instead of cramming every country into one store, give each its own. Here’s why.
Replicate your production outage on staging
After fixing a production outage, you need to prove the fix works under the same traffic. Here’s how to replicate real production traffic on an Upsun staging environment using the observability API and k6.
AI Weekly Review - Mar. 9th 2026
A press, Youtube and Github review of everything AI
How product managers use preview environments and AI to prototype
Learn how product managers at Upsun use AI coding assistants and preview environments to prototype feature ideas, validate concepts with real data, and share interactive demos with stakeholders.
That cron should be a worker
Long-running crons block your deployments, steal resources from your app container, and create support tickets. Here’s when to use workers instead.