Skip to main content
Your app is deployed. Now what? Monk does not stop at deployment — it keeps your system running, watches for problems, and gives you instant visibility into everything that is happening. This page covers what you can set up on day two and what keeps working on day two hundred. Everything here can be done through your coding agent. Just ask.

CI/CD

Set up continuous deployment so every push to your repository triggers a new build and deploy. No pipeline files to write.
set up CI/CD for this project with Monk
Monk configures GitHub Actions (or your CI provider), wires it to your deployment, and from that point on every merge to main goes live automatically. CI/CD setup with Monk

CI/CD setup guide

Detailed walkthrough and configuration options

Watcher

Watcher monitors your services around the clock. When something goes wrong — a container crashes, CPU spikes, a health check fails — Monk sends an alert to Slack with full context and a Fix with Monk button that lets you resolve the issue in one click.
set up watcher for this project with Monk
Monk asks for a Slack webhook URL, configures monitoring for all your services, and starts watching immediately. Watcher alert on Slack

Watcher setup guide

Alerts, triage, Slack integration, and the Fix with Monk button
Coming soon: Monk on Slack — Monk asks you questions and requests approvals directly in Slack while it works, so you can manage your infrastructure on the go without opening your IDE. Upvote it on our roadmap.

Logs and Debugging

Access logs from any running service instantly. No SSH, no dashboards to set up.
ask Monk to show me the logs for the API service
ask Monk why the backend is returning 500 errors
Monk pulls logs, analyzes them, and explains what is happening. If there is a fix, it can apply it. View logs

Live System View

Monk maintains a live graph of your entire application — every service, database, load balancer, and connection. You can see it anytime.
ask Monk to show me the system map
ask Monk what infrastructure is running right now
This is not a static diagram. It reflects the actual state of your deployment and updates as things change. Task board and system view

Scaling

Scale services up or down with a prompt. Monk handles instance resizing, load balancer updates, and zero-downtime rollouts.
ask Monk to scale the API to 3 instances
ask Monk to upgrade the database to a larger instance
Cloud scaling

Cost Visibility

See what your infrastructure costs right now, broken down by service.
ask Monk how much this project is costing me
ask Monk to suggest ways to reduce cost
Cloud cost visibility

Migration

Move workloads between clouds or regions without rebuilding anything. Monk handles the migration end to end.
ask Monk to migrate this project from AWS to DigitalOcean
Migrate workloads between clouds

What Monk Handles vs. What It Asks You

Monk executes autonomously on implementation details — container builds, networking, security groups, health checks, DNS. It does not ask permission for these. Monk asks you about things that matter: which cloud provider, which region, whether to use a managed database or self-hosted, and before any destructive action like deleting infrastructure. You stay in control. You can review plans before deployment, override decisions, and ask “why” at any point.

Next Steps

Connect your cloud

Add more cloud providers and service credentials

Prompting guide

Tips for getting the most out of Monk

All features

Complete reference of everything Monk can do

Getting help

Bug reports, support channels, and community