Welcome to Ενσνθ Docs

Master our platform with this comprehensive guide to features, API references, and tutorials.

🚀 Getting Started

Key Features

🧠 Modular Design

Leverage our component system to build custom workflows with drag-and-drop simplicity.

⚡ Zero-Config API

Automatic setup and authentication for all our endpoints - get working in minutes.

Getting Started

1. Install CLI

$ npm install -g @enstnh/cli

API Reference

POST /api/v1/projects

Creates a new project

{
  "name": "string",
  "type": "workspace|personal",
  "members": ["string"]
}