Documentation

Developer Documentation

Everything you need to build, deploy, and scale applications with Munashe Tech products.

Getting Started
Learn the basics and set up your first project in minutes
API Reference
Complete API documentation with code examples
SDK & Libraries
Client libraries for popular programming languages
Tutorials
Step-by-step guides for common use cases

Product Documentation

Comprehensive guides for each of our products and services.

Munashe Tech Cloud
Cloud infrastructure documentation
Munashe Tech Data
Database solutions documentation
Munashe Tech API
RESTful API documentation
Munashe Tech Security
Security tools documentation
Munashe Tech Connect
IoT platform documentation
Munashe Tech AI
AI/ML services documentation

Getting Started

1. Create an Account
Sign up for a free Munashe Tech account

Visit our sign-up page and create your account. You'll get instant access to all our products with a free tier.

Get Started
2. Generate API Keys
Create your authentication credentials

Navigate to your dashboard and generate API keys for the products you want to use.

API_KEY=mt_live_xxxxxxxxxxxx
3. Make Your First Request
Test the API with a simple call

Use curl or any HTTP client to make your first API request.

curl https://api.munashetech.com/v1/status \
  -H "Authorization: Bearer YOUR_API_KEY"

API Reference

Base URL
All API requests should use this base URL
https://api.munashetech.com/v1
Common Endpoints
Frequently used API endpoints
GET/status

Check API status and health

GET/account

Retrieve account information

POST/data

Create new data records

PUT/data/:id

Update existing data records

DELETE/data/:id

Delete data records

Response Format
Standard API response structure
{
  "success": true,
  "data": {
    "id": "abc123",
    "created_at": "2025-12-05T10:00:00Z"
  },
  "meta": {
    "page": 1,
    "total": 100
  }
}

SDKs & Libraries

Official client libraries to integrate Munashe Tech products into your applications.

JavaScript / TypeScript
For Node.js and browser applications
npm install @munashetech/sdk
View on GitHub
Python
For Python applications
pip install munashetech
View on GitHub
Go
For Go applications
go get github.com/munashetech/go-sdk
View on GitHub
Ruby
For Ruby applications
gem install munashetech
View on GitHub

Tutorials & Guides

Building a Real-time Dashboard
Learn how to create a live data dashboard using Munashe Tech API
30 min
Implementing Authentication
Secure your application with Munashe Tech Security
45 min
Deploying to the Cloud
Deploy your application using Munashe Tech Cloud infrastructure
60 min
IoT Device Integration
Connect and manage IoT devices with Munashe Tech Connect
90 min

Need Help?

Our support team is here to help you build amazing applications.