命名空间:microsoft.graph
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
创建新的 agentInstance 对象。
此 API 可用于以下国家级云部署。
| 全局服务 | 美国政府 L4 | 美国政府 L5 (DOD) | 由世纪互联运营的中国 |
|---|---|---|---|
| ✅ | ❌ | ❌ | ❌ |
权限
为此 API 选择标记为最低特权的权限。 只有在应用需要它时,才使用更高的特权权限。 有关委派权限和应用程序权限的详细信息,请参阅权限类型。 要了解有关这些权限的详细信息,请参阅 权限参考。
| 权限类型 | 最低特权权限 | 更高特权权限 |
|---|---|---|
| 委派(工作或学校帐户) | AgentInstance.ReadWrite.All | 不可用。 |
| 委派(个人 Microsoft 帐户) | 不支持。 | 不支持。 |
| 应用程序 | AgentInstance.ReadWrite.All | AgentInstance.ReadWrite.ManagedBy |
重要
使用委托权限时,必须为经过身份验证的用户分配受支持的Microsoft Entra角色或具有支持的角色权限的自定义角色。 代理注册表管理员 是此作支持的最低特权角色。
HTTP 请求
POST /agentRegistry/agentInstances
请求标头
| 名称 | 说明 |
|---|---|
| Authorization | 持有者 {token}。 必填。 详细了解 身份验证和授权。 |
| Content-Type | application/json. 必需。 |
请求正文
在请求正文中,提供 agentInstance 对象的 JSON 表示形式。
创建 agentInstance 时,可以指定以下属性。
| 属性 | 类型 | 说明 |
|---|---|---|
| ownerIds | 字符串集合 | 代理实例的所有者标识符列表。 必填。 |
| managedBy | String | 管理此代理的应用程序标识符。 可选。 |
| originatingStore | String | 代理源自的存储/系统的名称。 可选。 |
| displayName | String | 代理实例的显示名称。 必填。 |
| sourceAgentId | String | 来自源系统的原始代理标识符。 可选。 |
| agentIdentityBlueprintId | String | 代理标识蓝图标识符。 可选。 |
| agentIdentityId | String | Entra 代理标识标识符。 可选。 |
| agentUserId | String | 与代理关联的用户标识符。 可选。 |
| url | String | 代理实例的终结点 URL。 可选。 |
| preferredTransport | String | 首选传输协议 (JSONRPC、GRPC、HTTP+JSON) 。 可选。 |
| additionalInterfaces | agentInterface 集合 | 代理支持的其他接口/传输 (url、传输) 。 可选。 |
| 签名 | agentCardSignature 集合 | 代理实例的数字签名 (受保护、签名、标头) 。 可选。 |
响应
如果成功,此方法在响应正文中返回响应 201 Created 代码和 agentInstance 对象。
示例
示例 1:使用新的 agentCardManifest 创建 agentInstance
请求
以下示例显示了一个请求。
POST https://graph.microsoft.com/beta/agentRegistry/agentInstances
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
],
"agentCardManifest": {
"ownerIds": [
"0ef68a76-e247-41dd-947b-41282760a2ac"
],
"originatingStore": "Copilot Studio",
"displayName": "Conditional Access Agent Card",
"description": "Manages organizational conditional access policies",
"iconUrl": "https://example.com/icon.png",
"provider": {
"organization": "Test Organization",
"url": "https://test.com"
},
"protocolVersion": "1.0",
"version": "1.0.0",
"documentationUrl": "https://example.com/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true,
"extensions": [
{
"uri": "https://contoso.example.com/a2a/capabilities/secureMessaging",
"description": null,
"required": false,
"params": {
"useHttps": true
}
}
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/html"
],
"supportsAuthenticatedExtendedCard": true,
"skills": [
{
"id": "threat-detection",
"displayName": "Threat Detection",
"description": "Detect security threats in real-time",
"tags": [
"security",
"threat",
"detection"
],
"examples": [
"Analyze this log for threats",
"Check for malware"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/html"
]
}
]
}
}
响应
以下示例显示了相应的响应。
注意:为了提高可读性,可能缩短了此处显示的响应对象。
HTTP/1.1 201 Created
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
]
}
示例 2:创建 agentInstance 并引用现有的 agentCardManifest
请求
以下示例显示了一个请求。
POST https://graph.microsoft.com/beta/agentRegistry/agentInstances
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
],
"agentCardManifest@odata.bind": "https://graph.microsoft.com/beta/agentRegistry/agentCardManifests('employee-assistant')"
}
响应
以下示例显示了相应的响应。
注意:为了提高可读性,可能缩短了此处显示的响应对象。
HTTP/1.1 201 Created
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
]
}
示例 3:创建不带 agentCardManifest 的 agentInstance
请求
以下示例显示了一个请求。 若要稍后添加 agentCardManifest,请使用 更新 agentInstance API。
POST https://graph.microsoft.com/beta/agentRegistry/agentInstances
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
]
}
响应
以下示例显示了相应的响应。
注意:为了提高可读性,可能缩短了此处显示的响应对象。
HTTP/1.1 201 Created
Content-Type: application/json
{
"id": "Security Copilot Platform Agent: 00222",
"ownerIds": [
"daf58b0e-44e1-433c-b6b0-ca70cae320b8",
"b9108c41-d2d2-4e78-b073-92f57b752bd0"
],
"managedBy": "719cc904-9700-4e08-9941-fd826cc84c60",
"originatingStore": "Microsoft Security Copilot",
"createdBy": "d47bffae-411a-4de9-8548-05e79bc01f0d",
"displayName": "Conditional Access Agent",
"sourceAgentId": "00222",
"agentIdentityBlueprintId": "d0108c41-d2d2-4e78-b073-92f57b752bd0",
"agentIdentityId": "dd108c41-d2d2-4e78-b073-92f57b752bd0",
"agentUserId": "ee108c41-d2d2-4e78-b073-92f57b752bd0",
"createdDateTime": "2025-01-01T00:00:00.1234567Z",
"lastModifiedDateTime": "2025-01-01T00:00:00.1234567Z",
"url": "https://conditional-access-agent.example.com/a2a/v1",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://conditional-access-agent.example.com/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/grpc",
"transport": "GRPC"
},
{
"url": "https://conditional-access-agent.example.com/a2a/json",
"transport": "HTTP+JSON"
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6Y29udG9zby5leGFtcGxlI2tleS0xIiwidHlwIjoiYWdlbnRjYXJkK2p3cyJ9",
"signature": "xOSim9oMw_CdZM-qDhmwpB5fJcBx5I30yh-FZULd1j9ruPEUBnJzmfCynNfH1KgmJ2B7ulAYc7D2iIb-4Ul-8w",
"header": {
"kidHint": "contoso-key-1",
"nonce": "f1e9b6c3-2f3a-4a3a-b604-1f9af3f2a9c0"
}
}
]
}