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

# Welcome to Apigene

> Build powerful AI applications with natural language API interactions

## What is Apigene?

Apigene is an AI-powered platform that enables you to interact with APIs and services using natural language. Instead of writing code or making manual API calls, simply describe what you want to accomplish, and Apigene's AI Copilot executes the necessary actions.

## Key Features

<CardGroup cols={2}>
  <Card title="AI Copilot" icon="robot" href="/user-guide/copilot">
    Interact with multiple applications using natural language conversations
  </Card>

  <Card title="MCP Gateway" icon="server" href="/user-guide/mcp-gateway/mcp-gateway-overview">
    Connect AI assistants like Claude Desktop and Cline to Apigene using the Model Context Protocol
  </Card>

  <Card title="Applications" icon="grid" href="/user-guide/applications">
    Install and configure API integrations from OpenAPI specifications
  </Card>

  <Card title="Agents" icon="user-robot" href="/user-guide/agents">
    Create specialized AI assistants with custom instructions and capabilities
  </Card>

  <Card title="Context" icon="database" href="/user-guide/context">
    Manage reusable context items for consistent AI interactions
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/user-guide/dashboard">
    Monitor usage, performance, and insights across your applications
  </Card>

  <Card title="Actions" icon="bolt" href="/user-guide/actions">
    Track and analyze all API calls executed by Copilot
  </Card>

  <Card title="Audit Logs" icon="shield-check" href="/user-guide/audit">
    Track system changes and configuration activities
  </Card>

  <Card title="Settings" icon="cog" href="/user-guide/settings">
    Configure your workspace, preferences, and integrations
  </Card>
</CardGroup>

## Quick Start

<Steps>
  <Step title="Install Applications">
    Add API integrations by uploading OpenAPI specifications or connecting to API endpoints.

    [Learn about Applications →](/user-guide/applications)
  </Step>

  <Step title="Configure Security">
    Set up authentication for your applications to enable API calls.

    [Configure Applications →](/user-guide/applications#security-configuration)
  </Step>

  <Step title="Start Using Copilot">
    Begin interacting with your applications using natural language in Copilot.

    [Get Started with Copilot →](/user-guide/copilot)
  </Step>

  <Step title="Create Custom Agents">
    Build specialized agents for common workflows and tasks.

    [Create Agents →](/user-guide/agents)
  </Step>
</Steps>

## Popular Use Cases

### Development Workflows

* Automate GitHub issue creation and management
* Trigger CI/CD pipelines
* Deploy applications
* Monitor application logs

### Customer Support

* Create and manage support tickets in Jira
* Send notifications to Slack channels
* Query knowledge bases
* Update customer records in CRM

### Data Operations

* Query databases and APIs
* Generate reports and analytics
* Export data to various formats
* Sync data between systems

### Marketing & Sales

* Manage email campaigns
* Post to social media
* Track analytics and metrics
* Update CRM records

## Platform Components

### Copilot

The conversational AI interface where you interact with applications using natural language. Copilot understands your intent, selects the right tools, and executes API calls on your behalf.

[Explore Copilot →](/user-guide/copilot)

### MCP Gateway

Connect external AI assistants and chatbots to Apigene using the Model Context Protocol (MCP). Enable tools like Claude Desktop, Cline, or any MCP-compatible client to discover and execute actions across your integrated applications.

[Learn about MCP Gateway →](/user-guide/mcp-gateway/mcp-gateway-overview)

### Applications

API integrations based on OpenAPI specifications. Each application provides tools that Copilot can use to interact with external services.

[Learn about Applications →](/user-guide/applications)

### Agents

Specialized AI assistants configured with specific instructions, tools, and behaviors. Agents enable consistent, reusable workflows.

[Create Agents →](/user-guide/agents)

### Context

Reusable pieces of information that provide consistent data, instructions, or knowledge across conversations.

[Manage Context →](/user-guide/context)

### Dashboard

Analytics and insights about your usage, including API call metrics, performance data, and user activity.

[View Dashboard →](/user-guide/dashboard)

### Actions

Detailed logs of all API calls executed by Copilot, including request/response data and performance metrics.

[Review Actions →](/user-guide/actions)

### Audit Logs

Comprehensive records of system-level changes and configuration activities for compliance and security.

[Check Audit Logs →](/user-guide/audit)

## Getting Help

### Documentation

Browse our comprehensive user guides and API reference documentation to learn about all features.

### Support

Contact our support team at [support@apigene.ai](mailto:support@apigene.ai) for assistance.

### API Reference

Explore our API documentation to integrate Apigene into your applications.

[View API Reference →](/api-reference/api-authentication)

## Next Steps

<CardGroup cols={2}>
  <Card title="User Guide" icon="book" href="/user-guide/copilot">
    Start with our user-facing documentation
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Integrate Apigene into your applications
  </Card>

  <Card title="Getting Started" icon="rocket" href="/guides/getting-started">
    Follow our getting started guide
  </Card>

  <Card title="Examples" icon="lightbulb" href="/guides/copilot/copilot">
    Learn from real-world examples
  </Card>
</CardGroup>
