> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Integrate, automate, and build on Enginy — API, MCP, Workflows, and CRM connections

## Get Started

Welcome to the Enginy developer and automation docs. Everything for working with your Enginy data programmatically lives here — a REST API for custom integrations, a hosted MCP server for AI assistants, a full reference for Advanced Workflow steps, and a specification for connecting your own CRM.

Pick the path that matches what you're building:

<CardGroup cols={2}>
  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    REST API endpoints, authentication, and guides for contacts, campaigns, and webhooks
  </Card>

  <Card title="Enginy MCP" icon="plug" href="/mcp/overview">
    Connect Claude or another AI assistant to your Enginy workspace
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/workflows/overview">
    The step-by-step reference for every Advanced Workflow import, enrichment, and action
  </Card>

  <Card title="Custom CRM" icon="database" href="/api-reference/custom-crm/overview">
    Sync Enginy with your in-house CRM by implementing a small set of endpoints
  </Card>
</CardGroup>

{/* MCP_DOCS_END */}

## Integrate with Your Tools

Connect Enginy with your favorite platforms in minutes.

<CardGroup cols={2}>
  <Card title="Make" icon="book" href="/essentials/make">
    Enrich your CRM data automatically
  </Card>

  <Card title="Zapier" icon="bolt" href="/essentials/zapier">
    Build Zaps today with Webhooks by Zapier
  </Card>

  <Card title="n8n" icon="code-fork" href="/essentials/n8n">
    Automate with the HTTP Request and Webhook nodes
  </Card>

  <Card title="HTTP" icon="code" href="/essentials/http">
    Make direct HTTP requests to the Enginy API
  </Card>
</CardGroup>
