This guide gives you one fast win: create one Resource and see it live in the Exo API.Documentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
- PHP 8.3+
- Laravel 12 or 13
2-3 minute setup
Create an API user and copy the token
exo:install updates your configured local User model for Passport tokens when possible. If it cannot edit the file safely, it prints the exact User model change to make before running exo:user.What you just unlocked
- A Resource definition for your
Contactmodel - Exo API metadata at
GET /exo-api/resources - Trigger wiring for
on_create,on_update, andon_delete
Next step
Build your first full Resource
Add clean transformers, test endpoints, and understand each required Resource method.
Connect triggers to webhooks
Learn how Resource triggers become webhook deliveries.