Developers Hub

Build on Next Gate Tech

Use APIs, webhooks, MCP, and in-platform code to integrate and extend the platform.

API & MCP

Powerful API & MCP for Developers

Build custom integrations and workflows with our comprehensive REST API and Model Context Protocol (MCP) server.

Connect AI agents to your data

Configure your MCP-compatible AI tools to connect directly to the platform. Query data, manage workflows, and automate operations through Model Context Protocol.

View Docs
jsonc
// Add to your MCP client config
{
  "mcpServers": {
    "nextgatetech": {
      "command": "npx",
      "args": ["-y", "@nextgatetech/mcp-server"],
      "env": {
        "NEXTGATETECH_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
REST API

Build with our REST API

Authenticate, read, write, and control workflows programmatically.

OAuth 2.0 authentication

Authenticate requests and scope what each client can do.

Data read operations

Retrieve Next Gate Tech data for your own reporting, checks, and downstream processing.

Data write operations

Create or update Next Gate Tech data from your upstream sources.

Workflow control

Start, stop, and manage workflow runs from external systems.

Workflow state queries

Read current workflow status to coordinate handoffs and monitoring.

Custom connectors

Build custom connectors that use the API to extend your integration coverage.

MCP Server

Connect tools and agents through the MCP server

Connect your MCP client to the Next Gate Tech MCP server to work with data and workflows.

MCP client connection

Point your MCP client at the Next Gate Tech MCP server.

Webhooks

Receive events with webhooks

Let Next Gate Tech call your endpoints when data or workflow state changes.
Events

Data change notifications

Receive event payloads when Next Gate Tech data is updated.

Workflows

Workflow run notifications

Receive events when workflows start, progress, or finish.

Sync

Event-driven sync

Trigger your own jobs when webhook events arrive.

Chaining

Integration chaining

Forward webhook events into your message bus, ETL, or internal services.

Custom Code

Run custom code actions

Run your own code as workflow steps inside the workflow engine when you need custom handling.

Workflow step execution

Run your custom code as an action inside the workflow engine.

Custom integration logic

Implement connector-specific handling that doesn't fit standard connectors.

Payload shaping

Transform inputs and outputs to match downstream APIs and systems.

Controlled extensions

Add targeted logic without moving workflow execution outside Next Gate Tech.

Start Building

Explore our API documentation and start integrating today