Skip to main content
Introduction to Rulesets

Basics of Rulesets

Ossi Galkin avatar
Written by Ossi Galkin
Updated over 10 months ago

Introduction to Rulesets

A Ruleset consists of simple Rules which gives the user access to a URL path called with a specific HTTP method.

Rules are enforced by the Agent receiving the HTTP(S) call to a HTTP or API Trigger. The agent is aware of all API Keys for the Environment it resides in, as well as which Rulesets are applied. For each Rule that is applied to the API Key, the path of the call as well as the method used is inspected. If the path starts with the same path as in the Rule and the method matches, then the call goes through.

Did this answer your question?