Agentgateway Objects context
| CEL name | Rust field | When / where it’s set |
|---|---|---|
request |
request |
HTTP request (method, uri, host, scheme, path, version, headers, body, startTime, endTime). Set from live request or from RequestSnapshot. |
response |
response |
HTTP response (code, headers, body). Only set when the executor is built with a response (e.g. new_request_and_response, new_response, or logger with response). |
jwt |
jwt |
JWT claims. Present when JWT auth is enabled and a token was verified. |
apiKey |
api_key |
API key claims. Present when API key auth is enabled. |