Deploy, manage, and debug your infrastructure using natural language - directly from Cursor, Claude Code, or Windsurf. No dashboard needed.

What are Miget Agent Skills?

Miget Agent Skills is an open-source package that teaches your AI editor the full Miget API. It follows the Agent Skills Open Standard, so your editor automatically picks it up after installation. Once installed, your AI copilot can:
  • Deploy apps - create, configure, and deploy applications from your IDE
  • Manage databases - provision PostgreSQL, MySQL, or Valkey, rotate credentials, check connection strings
  • Configure environment - set environment variables, manage domains, configure ports, adjust security settings
  • Monitor and debug - stream build logs, check deployment status, troubleshoot failed deploys
  • Scale resources - upgrade plans, adjust CPU and RAM allocations
  • Automate workflows - set up cronjobs, manage rollbacks, rotate passwords
Miget Agent Skills includes the full OpenAPI spec so your AI editor can look up any endpoint it needs. The package is open source on GitHub and updates automatically when new features ship.

Getting started

1

Install the agent skill

Run the following command in your project root:
This works with Cursor, Claude Code, and Windsurf. Your editor auto-detects the installed skill.
2

Generate an API token

Go to your Miget dashboard and create an API token. Tokens are prefixed with miget_live_ and don’t expire unless you revoke them.
3

Start managing your cloud

Ask your AI copilot to deploy an app, create a database, configure a domain - anything you’d normally do in the dashboard or CLI. Provide your API token when prompted.

Example: deploy a full-stack app with a database

Here’s what a real conversation with an AI copilot looks like:

Editor-specific guides

For detailed setup instructions per editor:

Claude Code

Set up Claude Code for Miget workflows

Cursor

Configure Cursor with Miget rules

Windsurf

Set up Windsurf for Miget projects

What is an MCP server?

The open standard that connects AI assistants to your infrastructure.