Lunar.dev Policy
Represents a policy configuration for the Lunar Gateway. Policies define rules for traffic management including rate limiting, quota enforcement, caching, and other controls applied to API requests passing through the gateway.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Human-readable name for the policy. |
| description | string | Description of the policy and its purpose. |
| enabled | boolean | Whether the policy is currently active. |
| endpoint | string | The target endpoint pattern this policy applies to. |
| method | string | HTTP method this policy applies to. If omitted, applies to all methods. |
| type | string | The type of policy to enforce. |
| config | object | Policy-specific configuration parameters. |
| consumer_tag | string | Optional consumer tag to scope the policy to a specific consumer. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/lunar-dev/blob/main/json-schema/policy.json",
"title": "Lunar.dev Policy",
"description": "Represents a policy configuration for the Lunar Gateway. Policies define rules for traffic management including rate limiting, quota enforcement, caching, and other controls applied to API requests passing through the gateway.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Human-readable name for the policy."
},
"description": {
"type": "string",
"description": "Description of the policy and its purpose."
},
"enabled": {
"type": "boolean",
"description": "Whether the policy is currently active.",
"default": true
},
"endpoint": {
"type": "string",
"description": "The target endpoint pattern this policy applies to.",
"examples": [
"api.example.com/v1/*"
]
},
"method": {
"type": "string",
"description": "HTTP method this policy applies to. If omitted, applies to all methods.",
"examples": [
"GET",
"POST"
]
},
"type": {
"type": "string",
"description": "The type of policy to enforce.",
"examples": [
"rate_limit",
"quota",
"caching",
"retry"
]
},
"config": {
"type": "object",
"description": "Policy-specific configuration parameters."
},
"consumer_tag": {
"type": "string",
"description": "Optional consumer tag to scope the policy to a specific consumer."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/policy"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.