Resources

Everything you need to build and operate

Documentation, installation guides, tutorials, videos, API documentation and a searchable knowledge base โ€” for administrators, developers and end users.

๐Ÿ“–

Documentation

Product manuals for ChengetAi Cloud, Deploy, AI, Learn, Research and Agriculture โ€” from first login to advanced configuration.

Request access โ†’
๐Ÿงญ

Installation Guides

Step-by-step guides for DSpace, Koha, Moodle, OJS, Nextcloud and WordPress on ChengetAi Cloud โ€” with checklists for go-live.

Or skip the install โ€” use Deploy โ†’
๐ŸŽฌ

Tutorials & Videos

Short, practical walkthroughs: launching your first server, restoring a backup, connecting the AI assistant to a repository.

Get the playlist โ†’
๐Ÿ”Œ

API Documentation

REST APIs for provisioning, deployments, monitoring and the AI platform โ€” with examples in curl, Python and JavaScript.

Request an API key โ†’
๐Ÿ’ก

Knowledge Base

Searchable answers to common questions โ€” billing, DNS, email deliverability, performance tuning and more.

Browse articles โ†’
๐Ÿค

Community & Support

Open a support ticket from your portal, or join the ChengetAi community of library, education and agri technologists.

Open the portal โ†’
ChengetAi CLI

Install the ChengetAi CLI

Drive ChengetAi Cloud and Deploy from your terminal โ€” provision servers, run deployments and stream logs without leaving the shell.

Linux / macOS

curl -fsSL https://get.chengetailabs.co.zw | bash

Or via npm (any platform with Node.js 18+)

npm install -g @chengetai/cli

Windows (PowerShell)

iwr https://get.chengetailabs.co.zw/install.ps1 -useb | iex

The CLI authenticates with your dedicated deployment key and talks to the same API as the web portal.

Quickstart

terminal โ€” chengetai cli
$ chengetai login --key CHG-XXXX-XXXX-XXXX
โœ“ Authenticated with api.chengetailabs.co.zw
 
$ chengetai servers list
za-jnb-01 4 vCPU / 8 GB healthy
 
$ chengetai deploy dspace --institution "Great Lakes University"
โœ“ Job job_8h2k created โ€” streaming logsโ€ฆ
โœ“ Live at https://dspace.glu.chengetailabs.co.zw
For Developers

Automate everything we host

Everything in the portal is available over the API โ€” provision servers, trigger deployments, query metrics and drive the AI platform from your own tooling.

  • Token-based authentication with scoped keys
  • Webhooks for deployment and monitoring events
  • Rate-limited, versioned, documented endpoints
api.chengetailabs.co.zw/v1
$ curl -H "Authorization: Bearer $TOKEN" \
https://api.chengetailabs.co.zw/v1/deployments \
-d platform=dspace -d server=za-jnb-01
 
{ "id": "dep_8h2k", "platform": "dspace",
"status": "provisioning", "eta_seconds": 220 }

Can't find what you need?

Our support team answers real questions from real administrators every day. Ask us.