deploio-provision

Provision managed databases, caches, and storages for Deploio apps.

3|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/renuo/deploio-claude-plugin --skill deploio-provision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploio-provision
Source: https://github.com/renuo/deploio-claude-plugin/tree/main/skills/deploio-provision
Command: npx skills add https://github.com/renuo/deploio-claude-plugin --skill deploio-provision

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires deploio-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the provisioning and connection of managed backing services like databases, caches, and storages to Deploio apps, streamlining the process of setting up essential infrastructure.

Core Features & Use Cases

  • Service Provisioning: Automatically provisions services like PostgreSQL, MySQL, Redis, OpenSearch, and S3-compatible storage.
  • Tier Selection: Handles both Economy and Business tiers for different requirements.
  • Environment Variable Injection: Injects connection details into the app's environment.
  • Connection Verification: Verifies the connection to the newly provisioned service.
  • Use Case: Add a PostgreSQL database to your Deploio app with a single command: "Add PostgreSQL to Deploio".

Quick Start

Use the deploio-provision skill to add a PostgreSQL database to your app: "Provision a PostgreSQL database for my app named 'myapp' in the 'renuotest' project on the 'main' branch."

Frequently Asked Questions about deploio-provision

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision a managed PostgreSQL database for a Deploio app?

You can provision a managed PostgreSQL database for a Deploio app by instructing the skill to add PostgreSQL to your specified app, project, and branch. It automates the setup and injects connection details into environment variables.

What managed backing services can I automatically provision and connect for my applications?

You can automatically provision and connect managed backing services including PostgreSQL, MySQL, Redis, OpenSearch, and S3-compatible storage. The process supports multiple service types and verifies the connection to the newly provisioned resources.

Do I need the deploio-cli to set up caches and databases in my Deploio project?

Yes, you need the deploio-cli agent installed to interact with the Deploio API. The deploio-cli is a required dependency for automating the provisioning of managed services like databases and caches.

Can I choose different service tiers when automating the provisioning of managed storage?

Yes, when automating the provisioning of managed storage, databases, or caches, you can select between Economy and Business tiers. This allows you to handle different performance and resource requirements for your Deploio apps.

How are connection details handled after provisioning a Redis cache or database?

After provisioning a Redis cache or database, the skill automatically injects the connection details into the app's environment variables. It also performs connection verification to ensure the app can communicate with the newly provisioned service.