Navan CI Integration Overview Navan has no SDK — all CI integration uses raw REST calls against with OAuth 2.0 client credentials authentication. This skill generates GitHub Actions workflows that validate your Navan integration on every push: token health checks, booking data schema validation, and travel policy compliance reports. Secrets (client id, client secret) are stored in GitHub Actions secrets, never in code. Prerequisites - Navan Admin access to create OAuth 2.0 application credentials (Admin API Settings) - GitHub repo with Actions enabled - GitHub Secrets configured: , - Navan AP…