An open API service indexing awesome lists of open source software.

https://github.com/klick/agents

Craft CMS and Commerce Plugin for agent-ready workflows
https://github.com/klick/agents

ai ai-agents craft-cms-plugin craft-commerce craftcms readiness

Last synced: 2 months ago
JSON representation

Craft CMS and Commerce Plugin for agent-ready workflows

Awesome Lists containing this project

README

          

# Agents

Governed machine access for Craft CMS and Craft Commerce.

![Agents banner](docs/public/marketing/plugin-banner.png)

Current plugin version: **0.21.8**

Agents gives Craft a safe API and control plane for AI agents, automations, and integrations. It is the governed machine-access layer for Craft CMS and Craft Commerce, combining scoped APIs, managed credentials, diagnostics, and optional approval controls so production behavior stays predictable, observable, and auditable.

## Documentation

- Public docs: https://marcusscheller.com/docs/agents/
- API overview: https://marcusscheller.com/docs/agents/api/
- Control panel: https://marcusscheller.com/docs/agents/cp/
- Security and execution model: https://marcusscheller.com/docs/agents/security/
- Changelog: [CHANGELOG.md](CHANGELOG.md)

## Requirements

- PHP `^8.2`
- Craft CMS `^5.0`

## Installation

```bash
composer require klick/agents:^0.21.8
php craft plugin/install agents
```

You can also install Agents from the Craft Plugin Store in the control panel.

## Support

- Docs: https://marcusscheller.com/docs/agents/
- Issues: https://github.com/klick/agents/issues
- Source: https://github.com/klick/agents