What is the skill.md?
The Miget skill.md is a structured document that teaches AI assistants how to use the Miget API. Give it to your AI tool, and it understands how to:- Authenticate with your API token
- Create resources — provision compute (Migets) with the right plan and region
- Deploy applications — set up projects, configure build methods, push code via Git or Docker
- Provision databases — spin up PostgreSQL, MySQL, or Valkey as standalone services or app addons
- Configure domains — attach custom domains with TLS certificates
- Manage environment variables — set secrets and configuration for your apps
- Monitor and rollback — check deployment logs, stream build output, rollback to previous versions
- Schedule tasks — create and manage cronjobs
The skill.md references the full OpenAPI spec so your AI assistant can look up any endpoint it needs.
Getting started
Generate an API token
Go to your Miget dashboard and create an API token. Tokens are prefixed with
miget_api_ and don’t expire unless you revoke them.Give your AI assistant the skill.md
Share this URL with your AI tool:How you do this depends on the tool — paste the URL in chat, add it as a project context file, or include it in your system prompt.
Provide your API token
When prompted, give your AI assistant the API token. It will use
Authorization: Bearer miget_api_... for all API calls.
