tenants

Manage Tenants PaaS resources via API for CRUD operations and deployments.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/arcatva/tenants-skill --skill tenants
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tenants
Source: https://github.com/arcatva/tenants-skill/tree/main
Command: npx skills add https://github.com/arcatva/tenants-skill --skill tenants

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automated management of Tenants PaaS resources via a single API to deploy full-stack projects and perform CRUD operations across databases, servers, sites, and Docker images.

Core Features & Use Cases

  • API-driven resource orchestration for databases, servers, sites, and Docker images.
  • Create, List, Get, Update (where applicable), and Delete resources with authentication and deterministic responses.
  • Use case: Provision a full-stack app by creating a database (if needed), uploading an image, creating a server and a site, and binding the site to the server.

Quick Start

Authenticate with your Tenants token and run the deploy workflow to provision resources.

Frequently Asked Questions about tenants

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

FAQPage Schema
How do I automate PaaS resource deployment for full-stack projects via API?

Automate PaaS resource deployment via API by using token-based authentication to sequentially provision databases, upload Docker images, create servers and sites, then bind servers to sites. This deploy workflow enables full-stack project provisioning across multiple projects through authenticated CRUD endpoints.

What PaaS resources can I manage using the Tenants API?

You can manage databases, servers, sites, and Docker images using the Tenants API. It supports CRUD operations to create, list, get, update where applicable, and delete these resources across multiple projects with deterministic response formats.

Do I need a specific authentication token to perform CRUD operations on Tenants PaaS resources?

Yes, you need a Tenants authentication token to perform CRUD operations on PaaS resources. The API uses token-based authentication to secure endpoints managing databases, servers, sites, and Docker images, with an optional base_url customization.

Can I bind a server to a site programmatically through an API?

Yes, you can bind a server to a site programmatically through the Tenants API as part of the deployment workflow. This is achieved via defined endpoints supporting authenticated CRUD operations and deterministic responses for site and server management.

What is the best way to provision a database and Docker image for a new site via API?

The best way to provision resources via API is executing the Tenants deployment workflow: authenticate, create a database, upload a Docker image, create a server, create a site, and bind the site to the server. This orchestrates full-stack provisioning deterministically.

How do I list and retrieve details of deployed servers and databases across multiple projects?

List and retrieve details of deployed servers and databases by calling the defined Tenants API endpoints with your authentication token. The API supports listing resources and retrieving specific details across multiple projects with deterministic response formats.