For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
CEL expressions
Learn how agentgateway uses CEL expressions to write flexible policies.
Agentgateway uses the CEL (Common Expression Language)CEL (Common Expression Language)A simple expression language used throughout agentgateway to enable flexible configuration. CEL expressions can access request context, JWT claims, and other variables to make dynamic decisions. throughout the project to enable flexibility. CEL allows writing simple expressions based on the request context that evaluate to some result.
This section covers everything you need to write CEL expressions in agentgateway: how to embed expressions in YAML, common example patterns, and the variables and functions exposed at each policy phase.