Skip to content

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 agents

Verify

  • Open CP: admin/agents/dashboard/overview
  • Confirm service state and readiness score
  • Hit GET /agents/v1/health
  • Hit GET /agents/v1/schema with a token that has schema: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:

Agents plugin docs for Craft CMS