Overview of Nango Integration Layer
masterNango is an integration layer designed for building product integrations using code you control. It allows users to connect external APIs through Nango, while developers write and customize TypeScript functions to interact with those APIs.
Nango handles the heavy lifting of integration infrastructure, including:
- Auth: OAuth flows, API keys, token refresh, scopes, and credential storage.
- Integration Runtime: Execution of actions, syncs, webhooks, schedules, retries, rate-limit backoff, checkpoints, and resumable execution.
- Agent-ready Access: Tool schemas and MCP (Model Context Protocol) support for AI agents.
- Production Controls: Observability (logs, metrics, alerts), isolated environments, tenant isolation, and CI/CD workflows.