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

# **Maxi AI Core - Technical Documentation**

These pages are the Maxi AI Core technical documentation for developers.\
If you wish to find out more or download the WordPress plugin, visit official Maxi AI Core website [https://maxicore.ai](https://maxicore.ai).

Maxi AI Core is a WordPress plugin that turns your site into an AI-ready platform. It exposes a structured set of **abilities** — discrete, permission-gated operations — that AI clients like Claude, ChatGPT, Cursor, and Codex can call via the Model Context Protocol (MCP). Every action is capability-checked, audit-logged, and governed by rules, so you stay in control of what agents can do.

<CardGroup cols={2}>
  <Card title="Install the plugin" icon="plug" href="/installation">
    Install Maxi AI Core on your WordPress site and activate your license in minutes.
  </Card>

  <Card title="Quick start" icon="rocket" href="/quickstart">
    Connect your first AI client and make your first ability call end-to-end.
  </Card>

  <Card title="Connect AI clients" icon="link" href="/connect/oauth">
    Use OAuth 2.1 to connect ChatGPT, Claude Desktop, Cursor, and other MCP clients by pasting a single URL.
  </Card>

  <Card title="Abilities reference" icon="book" href="/abilities/overview">
    Browse the full library of 100+ abilities for content, media, AI generation, WooCommerce, and more.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Install and license">
    Install the plugin on your WordPress site. Activate a Lite or Pro license key from [maxicore.ai](https://maxicore.ai) through **Settings → Maxi AI License**.
  </Step>

  <Step title="Connect an AI client">
    Point any MCP-compatible AI client at your site's MCP endpoint. With OAuth 2.1 (new in v3.6), connecting takes one URL paste and a browser consent click — no manual token setup.
  </Step>

  <Step title="Bootstrap the session">
    Every agent session starts with `maxi/bootstrap-session`. This delivers your operational playbook, active operator instructions, and knowledge notes to the agent before any other ability runs.
  </Step>

  <Step title="Call abilities">
    Agents call structured abilities — `maxi/create-content`, `maxi/generate-text-ai`, `maxi/list-orders`, and 100+ more — to read and manage your WordPress site safely.
  </Step>
</Steps>

## Key features

<CardGroup cols={2}>
  <Card title="100+ structured abilities" icon="shapes" href="/abilities/overview">
    Content, taxonomy, media, meta, AI generation, WooCommerce, analytics, and development tools — all permission-gated and audit-logged.
  </Card>

  <Card title="OAuth 2.1 with DCR" icon="shield-halved" href="/connect/oauth">
    Public AI clients connect with a single URL and a browser consent click — no application passwords required.
  </Card>

  <Card title="Lite & Pro licensing" icon="star" href="/concepts/licensing">
    Two paid tiers with feature-group gating. Upgrade at maxicore.ai — no plugin reinstall needed.
  </Card>

  <Card title="Audit log" icon="clipboard-list" href="/security/audit-log">
    Every content mutation, license event, and AI key rotation is recorded in a tamper-evident audit log you can query via ability.
  </Card>

  <Card title="AI generation" icon="wand-magic-sparkles" href="/abilities/ai-text">
    Generate text and images with OpenAI, Anthropic, OpenRouter, Replicate, BFL, and local providers — with batch processing and job queues.
  </Card>

  <Card title="WooCommerce support" icon="cart-shopping" href="/abilities/woocommerce-products">
    Manage products, variations, orders, coupons, shipping zones, and tax rates — all via AI agent abilities.
  </Card>
</CardGroup>
