Skip to content

Documentation

Everything you need to deploy infrastructure with natural language. 16 MCP tools, post-quantum security, autonomous monitoring.

$ Quick Example

// Deploy a Ghost blog with one command
const result = await menezis.manifest({
  stackfile_content: `
    version: '1.0'
    stack: 'my-blog'
    services:
      ghost:
        source: 'sigilum/ghost:5.0.0'
        ports:
          - '2368:2368'
      db:
        source: 'sigilum/postgres:16'
  `
});

console.log(result.url); // https://my-blog.menezis.io

Need help?

Contact us at support@menezis.ai