tenant property

String? tenant
getter/setter pair

An opaque string used for routing requests to a specific agent or tenant when multiple agents are served behind a single A2A endpoint.

When set, clients MUST include this value in the tenant field of all request messages sent to this interface. The server is responsible for interpreting the value and routing requests accordingly; the protocol does not define its format or semantics.

Optional.

Implementation

core.String? tenant;