Environment variables
Stable configuration like host, tenant, default token, or global Metadata.
Save login, query, create, and verification calls as a chain, then pass token, userId, traceId, and other runtime context automatically.
Runtime variables move upstream response data into downstream requests, so teams stop copying token, userId, and traceId by hand.
Stable configuration like host, tenant, default token, or global Metadata.
Each saved request keeps its own Payload, Metadata, Auth, and transport config.
session.* values extracted from upstream steps are resolved before downstream sends.
Step status, duration, failure reason, observed variables, and report preview stay in the chain workbench.