Installation 

Installation via Composer 

Ai3 Core is installed as a dependency of other Ai3 Suite packages. It is not intended to be required directly in most projects. If you do need it explicitly, run:

Install via Composer
composer require wegewerk/ai3_core
Copied!

Environment variables 

The Zak_ai API client reads its credentials exclusively from environment variables. API_KEY and SECRET are obtained in the Backend Module.

.env or server environment
ZAKAI_API_KEY=<your-api-key>
ZAKAI_SECRET=<your-secret>
Copied!

The complete registration flow — including requesting and confirming the API key — is available through the backend module.