API Reference
The P6 Intelligence API allows you to programmatically upload schedules, retrieve risk scores, and trigger custom analysis.
Authentication
All API requests require a Bearer token. You can generate an API key in your account settings.
curl -X GET "[https://api.p6intelligence.com/v1/projects](https://api.p6intelligence.com/v1/projects)" \
-H "Authorization: Bearer YOUR_API_KEY"
