API Docs API Docs

Megaexe API Documentation

Build powerful integrations with our comprehensive API. Access Synapse, Nexus, MegaTools, and more to automate your workflows.

Get API Key

Quick Start

1

Generate an API Key

Navigate to Settings → API & Webhooks to create your first API key.

Go to Settings
2

Install the SDK

npm install @megaexe/sdk
3

Initialize the Client

import { MegaexeClient } from '@megaexe/sdk';

const client = new MegaexeClient({
  apiKey: 'your-api-key',
  workspaceId: 'ws_849201_x92'
});

Base URL & Versioning

Production

https://api.megaexe.com/v1

Staging

https://api-staging.megaexe.com/v1

API Versioning

We use URL-based versioning. The current version is v1. Breaking changes will be introduced in new versions.

Rate Limits

PlanRequests/MinuteRequests/Hour
Starter601,000
Professional30010,000
Enterprise1,00050,000