| title | agentInterface resource type |
|---|---|
| description | Declares a combination of a target URL and a transport protocol for interacting with the agent. |
| author | jasondou |
| ms.date | 11/06/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-id |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Declares a combination of a target URL and a transport protocol for interacting with the agent, as defined in the agentInstance object. This allows agents to expose the same functionality over multiple transport mechanisms.
| Property | Type | Description |
|---|---|---|
| transport | String | The transport protocol supported at this URL. |
| url | String | The URL where this interface is available. Must be a valid absolute HTTPS URL in production. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.agentInterface",
"url": "String",
"transport": "String"
}