Skip to content

Quickstart

Deploy your first infrastructure in under 5 minutes.

Prerequisites

  • Node.js 18+ installed
  • A Menezis account (free tier available)
01

Install Menezis MCP

Follow the installation guide to connect Menezis to your AI assistant.

Installation Guide
02

Get your API key

Sign up at app.menezis.ai and generate an API key from your dashboard.

03

Ask your AI to deploy

Use natural language to describe what you want.

"Deploy a Ghost blog with PostgreSQL in Europe"
04

Or use a stackfile directly

For more control, write a stackfile and call manifest().

await menezis.manifest({
  stackfile_content: `
    version: '1.0'
    stack: 'hello-world'
    services:
      web:
        source: 'sigilum/nginx:1.25'
        ports:
          - '80:80'
  `
});

You're ready!

Your stack is now deployed and accessible at your unique URL.

https://hello-world.menezis.io

Example deployments

Portfolio / Landing Page

Static site + Nginx

Free
Nano plan

Personal Blog

Ghost + PostgreSQL

5.99€/mo
Micro plan

API Backend

Express.js + MongoDB

5.99€/mo
Micro plan

SaaS Application

Node.js + PostgreSQL + Redis

12.99€/mo
Small plan

E-commerce Platform

Next.js + PostgreSQL + Redis + S3

24.99€/mo
Medium plan

AI/ML Pipeline +GPU add-on soon

Python + FastAPI + PostgreSQL + Redis

49.99€/mo
Large plan

Enterprise Platform

Microservices + PostgreSQL + Redis + Kafka + Elasticsearch

99.99€/mo
Business plan

Your Own Private Cloud

Dedicated hardware + ECC memory + Custom SLA

Custom
Enterprise plan

All plans include post-quantum security, autonomous monitoring, and pro-rata daily billing (except Enterprise).