Skip to main content
The Aptible plugin provides access to the following resources from the Aptible PaaS:
  • Apps
  • Databases
  • Containers
  • Deployments
  • Disks
  • Services
  • Endpoints
  • CPU
  • Memory
  • Load average
  • Disk usage
  • IOPS
No MCP tools are currently available for this plugin.

Prerequisites

You should either have the Aptible CLI installed and authenticated (using aptible login) or you can set the APTIBLE_EMAIL and APTIBLE_PASSWORD environment variables.

Configuration

Configure the Aptible plugin by running uv run unpage configure or by editing the ~/.unpage/profiles/<profile_name>/config.yaml file:
plugins:
  # ...
  aptible:
    enabled: true
I