Trigger your first website audit in three steps.
Head to your dashboard and generate an efk_ key. Keys are shown once — save it as an environment variable.
export EMPLOYEEFORGE_API_KEY="efk_your_key_here"curl -X POST "https://employeeforge.com/api/public/v1/audits" \
-H "Authorization: Bearer $EMPLOYEEFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com","label":"Marketing site"}'