navan-reference-architecture

Featured

Use when designing a production Navan API integration architecture — API gateway, token management, data sync pipelines, ERP connectors, and monitoring stack. Trigger with "navan reference architecture" or "navan integration architecture".

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 Reference Architecture ## Overview Production-grade architecture for Navan API integrations. Navan provides raw REST endpoints with OAuth 2.0 — no SDK, no webhooks, no sandbox. This architecture handles those constraints with five purpose-built layers. ## Prerequisites - Navan API credentials from Admin > Travel admin > Settings > Integrations - Cloud infrastructure (AWS, GCP, or Azure) for hosting integration services - Data warehouse for BOOKING and TRANSACTION tables - Understanding of OAuth 2.0 client credentials flow ## Instructions ### Architecture Overview ``` ┌──────────────────────────────────────────────────────────────────┐ │ CONSUMERS │ │ Travel Dashboard │ Expense Reports │ Finance System │ └────────┬────────────┴────────┬──────────┴────────┬───────────────┘ │ │ │ ┌────────▼─────────────────────▼────────────────────▼───────────────┐ │ LAYER 1: API GATEWAY │ │ ┌─────────────┐ ┌──────────────┐ ┌─────────────────────────┐ │ │ │ Rate Limiter │ │ Request Log │ │ Circuit Breaker (5xx) │ │ │ └─────────────┘ └──────────────┘ └─────────────────────────┘ │ └────────┬─────────────────────────────────────────────────────────┘ │ ┌────────▼─────────────────────────────────────────────────────────┐ │ LAYER 2: TOKEN MANAGEMENT SERVICE │ │ ┌──────────...

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-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-security-basics

Secure Navan API credentials with OAuth 2.0 best practices, SSO/SAML, and SCIM provisioning. Use when hardening a Navan integration, rotating credentials, or configuring identity provider SSO. Trigger with "navan security", "navan sso", "navan credentials", "navan scim".

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-install-auth

Set up OAuth 2.0 authentication for the Navan REST API. Use when configuring a new Navan integration or rotating API credentials. Trigger with "install navan", "setup navan auth", "navan credentials", "navan oauth".

2,266 Updated today
jeremylongshore
AI & Automation Featured

navan-prod-checklist

Use when validating production readiness for a Navan API integration — credential rotation, alerting, rate limits, SSO, SCIM, and compliance audit trails. Trigger with "navan prod checklist" or "navan production readiness".

2,266 Updated today
jeremylongshore