Megaexe API Documentation
Build powerful integrations with our comprehensive API. Access Synapse, Nexus, MegaTools, and more to automate your workflows.
Quick Start
Generate an API Key
Navigate to Settings → API & Webhooks to create your first API key.
Go to SettingsInstall the SDK
npm install @megaexe/sdk Initialize the Client
import { MegaexeClient } from '@megaexe/sdk';
const client = new MegaexeClient({
apiKey: 'your-api-key',
workspaceId: 'ws_849201_x92'
});Base URL & Versioning
Production
Staging
API Versioning
We use URL-based versioning. The current version is v1. Breaking changes will be introduced in new versions.
Rate Limits
| Plan | Requests/Minute | Requests/Hour |
|---|---|---|
| Starter | 60 | 1,000 |
| Professional | 300 | 10,000 |
| Enterprise | 1,000 | 50,000 |