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
- Host: GitHub
- URL: https://github.com/klick/agents
- Owner: klick
- License: other
- Created: 2026-02-20T12:55:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T15:06:21.000Z (3 months ago)
- Last Synced: 2026-03-19T04:45:08.757Z (3 months ago)
- Topics: ai, ai-agents, craft-cms-plugin, craft-commerce, craftcms, readiness
- Language: PHP
- Homepage:
- Size: 2.31 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: docs/security/execution-model.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Agents
Governed machine access for Craft CMS and Craft Commerce.

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