Lunar.dev website screenshot

Lunar.dev

Lunar.dev is an enterprise-grade gateway platform for AI governance and third-party API consumption control. It unifies an MCP Gateway, AI Gateway, and API Consumption Gateway into a single control point that gives organizations observability, access control, policy enforcement, quota management, rate limiting, and real-time monitoring over how applications and AI agents authenticate, discover tools, and consume third-party APIs.

2 APIs 22 Features
AI GatewayAutomationConsumption GatewayControlDeploymentIntegrationsMCP GatewayPerformancePlatformVersion ControlVisibilityWorkflows

APIs

Lunar.dev Gateway Admin API

The Lunar.dev Gateway Admin API provides administrative endpoints for managing and monitoring the Lunar API Consumption Gateway. It enables health monitoring, endpoint discovery...

Lunar.dev Gateway Proxy API

The Lunar.dev Gateway Proxy API handles routing of outbound egress API traffic through the Lunar Gateway. Client applications send third-party API requests through this proxy, w...

Collections

Pricing Plans

Lunar Dev Plans Pricing

3 plans

PLANS

Rate Limits

Lunar Dev Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Additional Features
Advanced Traffic Controls
Broad Sdk Support
Centralized Consumption
Configurable Policies
Consumer Tags
Egress API Proxy
Fail-Safe Mechanisms
Generic Approach
Inventory of APIs
Insights
Lunar Proxy
Lunar Interceptor
No Code Changes
Plugin System
Prioritized API Queuing
Production-Grade Ready
Quota Management
Real-Time Insights
Real-Time Controls
Real-Time Monitoring
Visibility

Use Cases

AI-Aware API Consumption
API Consumption Management
Consolidating Mcp Servers
Cost Optimization
Egress API Proxy
Managing Api-Driven Tasks
Policy Enforcement
Visibility and Alerts

Semantic Vocabularies

Lunar Dev Context

0 classes · 5 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
👥
YouTube
YouTube
👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
📰
Blog
Blog
🔗
Guide
Guide
💬
FAQ
FAQ
🔗
Customers
Customers
🔗
Customers
Customers
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
RateLimits
RateLimits
💬
FAQ
FAQ
🔗
About
About
🔗
Login
Login
📝
Signup
Signup
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
📰
Blog
Blog
💬
Support
Support
💰
Pricing
Pricing

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lunar.dev Gateway Proxy API
  version: 1.0.0
items:
- info:
    name: Proxy
    type: folder
  items:
  - info:
      name: Lunar.dev Proxy GET request
      type: http
    http:
      method: GET
      url: http://localhost:8000/:path
      headers:
      - name: x-lunar-host
        value: ''
      - name: x-lunar-consumer-tag
        value: ''
      params:
      - name: path
        value: ''
        type: path
        description: The original request path to forward to the upstream API. This is the path that would normally be sent
          directly to the third-party API.
    docs: Forwards a GET request to the target API host specified in the x-lunar-host header. The Lunar Gateway applies any
      configured flows and policies before forwarding the request and returns the response from the upstream API.
  - info:
      name: Lunar.dev Proxy POST request
      type: http
    http:
      method: POST
      url: http://localhost:8000/:path
      headers:
      - name: x-lunar-host
        value: ''
      - name: x-lunar-consumer-tag
        value: ''
      params:
      - name: path
        value: ''
        type: path
        description: The original request path to forward to the upstream API. This is the path that would normally be sent
          directly to the third-party API.
      body:
        type: json
        data: '{}'
    docs: Forwards a POST request to the target API host specified in the x-lunar-host header. The Lunar Gateway applies any
      configured flows and policies before forwarding the request.
  - info:
      name: Lunar.dev Proxy PUT request
      type: http
    http:
      method: PUT
      url: http://localhost:8000/:path
      headers:
      - name: x-lunar-host
        value: ''
      - name: x-lunar-consumer-tag
        value: ''
      params:
      - name: path
        value: ''
        type: path
        description: The original request path to forward to the upstream API. This is the path that would normally be sent
          directly to the third-party API.
      body:
        type: json
        data: '{}'
    docs: Forwards a PUT request to the target API host specified in the x-lunar-host header. The Lunar Gateway applies any
      configured flows and policies before forwarding the request.
  - info:
      name: Lunar.dev Proxy PATCH request
      type: http
    http:
      method: PATCH
      url: http://localhost:8000/:path
      headers:
      - name: x-lunar-host
        value: ''
      - name: x-lunar-consumer-tag
        value: ''
      params:
      - name: path
        value: ''
        type: path
        description: The original request path to forward to the upstream API. This is the path that would normally be sent
          directly to the third-party API.
      body:
        type: json
        data: '{}'
    docs: Forwards a PATCH request to the target API host specified in the x-lunar-host header. The Lunar Gateway applies
      any configured flows and policies before forwarding the request.
  - info:
      name: Lunar.dev Proxy DELETE request
      type: http
    http:
      method: DELETE
      url: http://localhost:8000/:path
      headers:
      - name: x-lunar-host
        value: ''
      - name: x-lunar-consumer-tag
        value: ''
      params:
      - name: path
        value: ''
        type: path
        description: The original request path to forward to the upstream API. This is the path that would normally be sent
          directly to the third-party API.
    docs: Forwards a DELETE request to the target API host specified in the x-lunar-host header. The Lunar Gateway applies
      any configured flows and policies before forwarding the request.
bundled: true