Get Started
Requirements
- PHP
^8.2 - Craft CMS
^5.0 - Craft Commerce recommended for full commerce endpoints
Install
bash
composer require klick/agents:^0.10.2
php craft plugin/install agentsVerify
- Open CP:
admin/agents/dashboard/overview - Confirm service state and readiness score
- Hit
GET /agents/v1/health - Hit
GET /agents/v1/schemawith a token that hasschema:read
Next
- Set environment variables in
.env/config/agents.php - Configure API credentials (scopes + optional TTL/IP allowlists)
- Review discovery docs (
llms.txt,llms-full.txt,commerce.txt) - Use starter packs for copy/paste integration bootstrap (
/api/starter-packs) - Review webhook scopes before production
See: