PHPackages                             samuelreichor/craft-co-pilot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. samuelreichor/craft-co-pilot

ActiveCraft-plugin

samuelreichor/craft-co-pilot
============================

AI Agent plugin for Craft CMS with chat interface, entry context awareness, field-level read/write, and multi-provider support.

0.0.0-RC4(1mo ago)118—0%[1 issues](https://github.com/samuelreichor/craft-coPilot/issues)1proprietaryPHPPHP &gt;=8.2

Since Mar 8Pushed 1mo agoCompare

[ Source](https://github.com/samuelreichor/craft-coPilot)[ Packagist](https://packagist.org/packages/samuelreichor/craft-co-pilot)[ RSS](/packages/samuelreichor-craft-co-pilot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (1)

CoPilot for Craft CMS
=====================

[](#copilot-for-craft-cms)

AI content assistant plugin for Craft CMS 5.

Requirements
------------

[](#requirements)

- Craft CMS 5.0+
- PHP 8.2+
- API key for at least one provider: OpenAI, Anthropic, or Google Gemini

Installation
------------

[](#installation)

```
composer require samuelreichor/craft-co-pilot:^0.0.0@RC
php craft plugin/install co-pilot
```

Configuration
-------------

[](#configuration)

Add your API key to `.env`:

```
OPENAI_API_KEY=sk-...

```

Create `config/co-pilot.php`:

> This file will overwrite the settings in the control panel.

```
