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

# Quick Start

> Overview of integrating Agentix with APIs and extending with MCP tools

Welcome to the **Agentix Developer Quick Start**. This guide gives you a high-level overview of how developers can connect external systems to Agentix and extend its functionality.

***

## Integration Overview

<CardGroup cols={2}>
  <Card title="Trigger Jobs via API" icon="code" href="/developer-guide/api/create-job">
    External systems (like CRMs, ticketing platforms, or web apps) can trigger new jobs in Agentix by calling the **Create Job API**.\
    This is often set up through a webhook or event listener.
  </Card>

  <Card title="Extend with MCP Tools" icon="wrench" href="/developer-guide/mcp-tools">
    Build custom tools using the **Model Context Protocol (MCP)** to give agents new abilities — such as querying databases, fetching customer records or executing workflows on external systems.
  </Card>
</CardGroup>
