ToolGateway and ToolGatewayClass Reference
This reference covers all fields of the ToolGateway and ToolGatewayClass custom resources in the runtime.agentic-layer.ai API group.
ToolGateway
ToolGateway declares a desired gateway instance for MCP tool traffic. A gateway implementation operator (selected via ToolGatewayClass) reconciles the resource and creates the underlying workload.
spec
| Field | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
spec.commonMetadata / spec.podMetadata fields
Both commonMetadata and podMetadata share the same EmbeddedMetadata structure.
| Field | Description |
|---|---|
|
|
|
|
status
| Field | Description |
|---|---|
|
|
|
|
ToolGatewayClass
ToolGatewayClass is a cluster-scoped resource that registers a named implementation controller for ToolGateway. Each ToolGateway that sets spec.toolGatewayClassName to the name of a ToolGatewayClass will be reconciled by the controller identified in that class.
spec
| Field | Description |
|---|---|
|
|