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

# AI-powered development with Chift

> Supercharge your development workflow with AI tools, MCP integration, and intelligent documentation features

## Transform your development experience

Chift empowers developers to build faster and smarter by integrating AI directly into their workflow. Whether you're connecting to financial APIs, building integrations, or exploring our documentation, our AI tools are designed to accelerate your development process.

<CardGroup cols={2}>
  <Card title="MCP Integration" icon="robot" href="/ai/mcp">
    Connect your AI agents directly to Chift APIs using the Model Context Protocol
  </Card>

  <Card title="AI-Enhanced Documentation" icon="book-open" href="/ai/documentation">
    Leverage intelligent search, context generation, and LLM-optimized content
  </Card>

  <Card title="Chift CLI" icon="terminal" href="/ai/cli">
    Explore and call Chift's Unified API from a terminal or coding agent
  </Card>

  <Card title="Chifty" icon="comments" href="/ai/chifty">
    Diagnose integration issues from the dashboard by asking questions in plain language
  </Card>
</CardGroup>

## What you can build

<Tabs>
  <Tab title="AI Agents">
    **Build intelligent financial agents** that can:

    * Connect to your accounting, POS, ecommerce, ... data automatically across platforms
    * Generate financial reports and insights
    * Handle complex multi-step financial workflows
    * Respond to natural language queries about financial data
  </Tab>

  <Tab title="Documentation Tool">
    **Enhance your development workflow** with:

    * Full context coding agents
    * Search across the whole Chift documentation
    * Automatic API discovery and mapping
  </Tab>

  <Tab title="Command Line">
    **Use the Chift CLI** to:

    * Authenticate once with your Chift API credentials
    * Discover available API operations from the terminal
    * Call accounting, POS, ecommerce, invoicing, banking, payment, and PMS endpoints from scripts or coding agents
    * Inspect endpoint input schemas before sending requests
  </Tab>
</Tabs>

## Key features

### Model Context Protocol (MCP)

Connect your favorite AI tools (Claude, Cursor, Windsurf) directly to Chift's unified API. No more context switching between documentation and your development environment.

<Tip>
  The MCP server provides 50+ tools covering all major financial operations:
  accounting, invoicing, payments, POS, and more.
</Tip>

### Chift CLI

Use the [Chift CLI](/ai/cli) when you want a terminal-first way to explore and interact with Chift's Unified API. The CLI helps coding agents discover endpoint inputs, call API operations, and return JSON or YAML that is easy to inspect, filter, or pass into scripts.

## Getting started

<Steps>
  <Step title="Choose your approach">
    Decide how you want to integrate Chift into your workflow:

    * [Remote Server](/ai/mcp#remote-server-recommended) - For AI agents and automated workflows
    * [Local Server](/ai/mcp#local-installation) - For local access to your data
    * [Chift CLI](/ai/cli) - For terminal-based discovery, scripts, and coding agents
  </Step>

  <Step title="Set up authentication">
    Get your credentials from the Chift platform and configure your environment.
  </Step>

  <Step title="Start building">
    Use our examples, documentation, and AI tools to build your integration and AI agents quickly.
  </Step>
</Steps>

## Use cases

<CardGroup cols={2}>
  <Card title="Financial Data Synchronization" icon="book">
    Build AI agents that automatically sync data between different financial
    systems. Handle edge cases and perform data transformation intelligently.
  </Card>

  <Card title="Automated Reporting" icon="chart-bar">
    Create systems that generate financial reports, insights, and analytics
    using natural language queries and AI-powered data analysis.
  </Card>
</CardGroup>

<Info>
  Questions about AI integration? Our support team is ready to help you build
  amazing AI-powered financial applications.
</Info>
