navan-incident-runbook

Featured

Use when responding to Navan platform incidents — flight cancellations, booking API failures, expense sync outages, or OAuth authentication errors. Trigger with "navan incident runbook" or "navan outage response".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Navan Incident Runbook ## Overview Structured incident response for Navan travel platform disruptions. Navan uses raw REST APIs with OAuth 2.0 — there is no SDK and no sandbox. All diagnostic commands run against production. ## Prerequisites - Access to Navan admin console (Admin > Travel admin) - OAuth credentials (`client_id`, `client_secret`) stored in your secret manager - Familiarity with Navan's Ava AI assistant (in-app chat, first-line support) - `curl` and `jq` for API health probing ## Instructions ### Step 1 — Classify Severity | Severity | Condition | Response Time | Escalation | |----------|-----------|---------------|------------| | **P1 — Critical** | API fully down, all bookings failing | Immediate | Navan support + Ava AI + internal exec | | **P2 — High** | Degraded performance, partial failures | 15 minutes | Navan support + internal travel admin | | **P3 — Medium** | Intermittent errors, expense sync delays | 1 hour | Internal triage, monitor | | **P4 — Low** | Cosmetic issues, non-blocking warnings | Next business day | Internal backlog | ### Step 2 — Triage with Ava AI Before manual debugging, use Navan's built-in AI assistant: 1. Open the Navan app or visit [app.navan.com](https://app.navan.com) 2. Click the Ava chat icon (bottom-right) 3. Describe the issue — Ava can check booking status, rebook flights, and surface known outages 4. If Ava cannot resolve, proceed to API health checks ### Step 3 — API Health Check ```bash # Test OAuth authen...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

navan-ci-integration

Use when setting up CI/CD pipelines that validate Navan API integrations, run booking data health checks, or generate automated compliance reports. Trigger with "navan ci integration" or "navan pipeline" or "navan github actions".

2,266 Updated today
jeremylongshore
AI & Automation Featured

navan-core-workflow-a

Manage the complete Navan travel booking lifecycle via REST API. Use when building travel dashboards, automating trip reporting, or syncing booking data to internal systems. Trigger with "navan travel workflow", "navan booking management", "navan trip retrieval".

2,266 Updated today
jeremylongshore
AI & Automation Featured

navan-observability

Use when setting up monitoring, logging, and alerting for Navan API integrations in production environments. Trigger with "navan observability" or "navan monitoring" or "navan api dashboards".

2,266 Updated today
jeremylongshore
AI & Automation Featured

navan-common-errors

Diagnose and fix common Navan API errors with targeted fix procedures. Use when an API call returns an unexpected HTTP error or when debugging production failures. Trigger with "navan error", "fix navan", "debug navan", "navan 401", "navan 403", "navan 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

navan-upgrade-migration

Use when handling Navan API changes in production — defensive coding patterns, schema validation, deprecation monitoring, and gradual rollout strategies for unversioned APIs. Trigger with "navan upgrade migration" or "navan api change handling".

2,266 Updated today
jeremylongshore