-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapiProperties.json
More file actions
36 lines (36 loc) · 1.1 KB
/
apiProperties.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"properties": {
"connectionParameters": {
"ai_api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "AI Model API Key",
"description": "Enter your Anthropic or OpenAI API key for AI orchestration",
"tooltip": "API key for Claude (Anthropic) or GPT (OpenAI) models",
"constraints": {
"tabIndex": 1,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"policyTemplateInstances": [
{
"templateId": "setheader",
"title": "Set AI API Key Header",
"parameters": {
"x-ms-apimTemplateParameter.name": "ai_api_key",
"x-ms-apimTemplateParameter.value": "@connectionParameters('ai_api_key')",
"x-ms-apimTemplateParameter.existsAction": "override",
"x-ms-apimTemplate-policySection": "Request",
"x-ms-apimTemplate-operationName": ["InvokeMCP"]
}
}
],
"publisher": "Troy Taylor",
"stackOwner": "Model Context Protocol"
}
}