Documentation

Comprehensive guides and references for building with our platform and API.

Getting Started

Begin your development journey with our step-by-step setup and configuration guides.

  1. Install CLI: npm install -g emema
  2. Create project: emema init my-project
  3. Run dev server: cd my-project && emema run
npm init emema@latest
Create a new project instantly

API Reference

Authentication

Learn about API keys, OAuth2, and JWT implementation

Read more

Endpoints

List of available endpoints and request format examples

Read more

Rate Limits

Throttling policies for API requests by plan type

Read more

Core Concepts

Project Structure

Understanding the directory layout and configuration files

View Guide

Configuration

How to configure your project settings and deployment options

View Guide