CEL playground
Try out CEL expressions interactively in the agentgateway admin UI.
You can try out CEL expressions directly in the built-in CEL playground in the agentgateway admin UI. The playground uses agentgateway’s actual CEL runtime, so custom functions and variables specific to agentgateway are available for testing.
To open the playground:
Run agentgateway.
agentgateway -f config.yamlOpen the CEL playground.
In the Expression box, enter the CEL expression that you want to test.
In the Input Data (YAML) box, paste the YAML file structure that the CEL expression is running against.
To test your CEL expression, click Evaluate.

